Services PIC - vMX

Moderator: mike

Post Reply
junivator
Posts: 4
Joined: Thu Mar 31, 2022 4:06 am

Services PIC - vMX

Post by junivator » Thu Mar 31, 2022 10:57 pm

Hi, newbie to this forum, here (and EVE-NG in general). Quick question ...

I've figured out how to add multiple RE's and multiple FPCs (as follows):

cp junos-vmx-x86-64-21.2R2.13.qcow2 /opt/unetlab/addons/qemu/vmxvcp-17.3R2.10-domestic-VCP-re0/virtioa.qcow2
cp vmxhdd.img /opt/unetlab/addons/qemu/vmxvcp-17.3R2.10-domestic-VCP-re0/virtiob.qcow2
cp metadata-usb-re0.img /opt/unetlab/addons/qemu/vmxvcp-17.3R2.10-domestic-VCP-re0/virtioc.qcow2

mkdir /opt/unetlab/addons/qemu/vmxvfp-17.3R2.10-domestic-VFP-fpc0
cp vFPC-20211021.img /opt/unetlab/addons/qemu/vmxvfp-17.3R2.10-domestic-VFP-fpc0/virtioa.qcow2
cp metadata-usb-fpc0.img /opt/unetlab/addons/qemu/vmxvfp-17.3R2.10-domestic-VFP-fpc0/virtiob.qcow2


However, I'm not entirely sure what to do (with the 'services PIC' image within the tarball):

metadata-usb-service-pic-2g.img
metadata-usb-service-pic-4g.img
metadata-usb-service-pic-10g.img


I'm thinking that I'll need to make a folder, and copy the metadata image over (using something like the following):

mkdir /opt/unetlab/addons/qemu/vmxvfp-17.3R2.10-domestic-VFP-pic0
cp metadata-usb-service-pic-2g.img /opt/unetlab/addons/qemu/vmxvfp-17.3R2.10-domestic-VFP-pic0/virtiob.qcow2

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Services PIC - vMX

Post by Uldis (UD) » Fri Apr 01, 2022 6:20 am

You simply want not follow How to :(

https://www.eve-ng.net/index.php/docume ... 16-x-17-x/

All vMX versions works with this How to

Outputs:

Code: Select all

root@eve-ng:/opt/unetlab/addons/qemu/vmxvcp-21.4R1.12-VCP# ls -l
total 1106568
-rw-r--r-- 1 root root 1122435072 Dec 17 17:19 virtioa.qcow2
-rw-r--r-- 1 root root     197120 Nov 15 20:16 virtiob.qcow2
-rw-r--r-- 1 root root   10485760 Nov 15 20:16 virtioc.qcow2
root@eve-ng:/opt/unetlab/addons/qemu/vmxvcp-21.4R1.12-VCP# 
and

Code: Select all

root@eve-ng:~# cd /opt/unetlab/addons/qemu/vmxvfp-21.4R1.12-VFP
root@eve-ng:/opt/unetlab/addons/qemu/vmxvfp-21.4R1.12-VFP# ls -l
total 8681476
-rw-r--r-- 1 root root 8889827328 Nov 15 20:16 virtioa.qcow2
root@eve-ng:/opt/unetlab/addons/qemu/vmxvfp-21.4R1.12-VFP# 

junivator
Posts: 4
Joined: Thu Mar 31, 2022 4:06 am

Re: Services PIC - vMX

Post by junivator » Fri Apr 01, 2022 11:15 pm

Thanks for the feedback, but there is nothing whatsoever mentioned about Services PICs on the site that you referenced (per that hyperlink).

Post Reply