To stop this happening, VMware tools should be updated. I am running UNL on VMware workstation.
Go to VMware and go to VM > Install VMware Tools
SSH to the UNL machine.
Run these following commands:
Run this command to create a directory to mount the CD-ROM
sudo mkdir /mnt/cdrom
Run this command to mount the CD-ROM
sudo mount /dev/cdrom /mnt/cdrom
Run this command to find the exact name
ls /mnt/cdrom
It is 10.0.10-4301679 for me.
Run this command to extract the contents of the VMware Tools bundle
tar xzvf /mnt/cdrom/VMwareTools-x.x.x-xxxx.tar.gz -C /tmp/
x.x.x-xxxx is the version discovered in the previous step.
Run this command to change directories into the VMware Tools distribution
cd /tmp/vmware-tools-distrib/
sudo ./vmware-install.pl -d
Now reboot the virtual machine
sudo reboot
thank you roshan. This was so explanatory
ReplyDeleteHello is there any location where the startup config of a broken lab are stored, My lab got corrupted and i do have error 2003 I am not able to open it againg and using ssh under the labs folder i see the lab name but the file has 0 Kb, i was wondering if the startup config are stored on a different folder0
ReplyDelete@unknown, I am not sure about it. please ask from eve-ng.com website forum for this. It's always a good practice if you clone your labs and backup configs frequently if you are using unl..
ReplyDelete