Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.
Moderator: mike
-
CloudIsArt
- Posts: 12
- Joined: Mon Mar 16, 2020 8:46 am
Post
by CloudIsArt » Wed Mar 18, 2020 11:18 pm
Hi,
I have mounted a remote storage disk to /opt/unetlab/addons folder.
root@eve-pro:/# df -h
Filesystem Size Used Avail Use% Mounted on
udev 15G 0 15G 0% /dev
tmpfs 3.0G 8.8M 3.0G 1% /run
/dev/sda1 97G 11G 86G 12% /
tmpfs 15G 0 15G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 15G 0 15G 0% /sys/fs/cgroup
/dev/sda15 105M 3.6M 101M 4% /boot/efi
tmpfs 3.0G 0 3.0G 0% /run/user/0
cloud-###t.###.com 1.0P 0 1.0P 0% /opt/unetlab/addons
- The ### is because of security measures.
The disk contains only the normal folders as expected: dynamips, iol and qemu while inside each folder I have my node images.. (typical NFS setup)
root@eve-pro:/# ls -l /opt/unetlab/addons/
total 0
drwxr-xr-x 1 root root 0 Mar 18 23:09 dynamips/
drwxr-xr-x 1 root root 0 Mar 18 23:09 iol/
drwxr-xr-x 1 root root 0 Mar 18 23:09 qemu/
For some reason my EVE-pro cannot read those nodes and show empty available node list..
Any idea why?
Thanks in advance!
-
Uldis (UD)
- Posts: 5180
- Joined: Wed Mar 15, 2017 4:44 pm
- Location: London
-
Contact:
Post
by Uldis (UD) » Thu Mar 19, 2020 7:39 am
Yes I know why,
until you will properly name node folders and follow our how to...it will not appear under list
foldernames of images are very important and sensitive...
for example some images loaded in eve looks like:
Code: Select all
root@eve-ng:/opt/unetlab/addons/qemu# ls
asav-9131-100
asav-971-001
csr1000vng-ucmk9.16.12.1e-sdwan
csr1000vng-ucmk9.16.12.2r-sdwan
csr1000vng-ucmk9.16.12.3-sdwan
vios-adventerprisek9-m.SPA.154-3M8
-
CloudIsArt
- Posts: 12
- Joined: Mon Mar 16, 2020 8:46 am
Post
by CloudIsArt » Thu Mar 19, 2020 2:10 pm
Solved. Thanks for replies!