Convert the file to zerothick type. vmkfstools -i uda20.vmdk -d zeroedthick uda20z.vmdk nJoy;-)
Tag: VMWare
Vmware Client Automating connections
This is a hint from Andrew Thanks.. C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe -i yes -s 10.21.68.8 -u root -p password Works ! In a batch: start “VMLauncher” /D”C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\” VpxClient.exe -i yes -s 10.21.68.8 -u root -p password” Thanks nJoy 😉
Enable VMWare time sync from command line
Virtual machines and NTP do not go easily well together. Machines paused for extended periods tend to loose the ntp sync since the difference grows too much. Also from VMware Docs the following info might be clarificatory: Do not configure the virtual machine to synchronize to its own (virtual) hardware clock, not even as…
Vmware tools autoinstall after kickstart
kickstart postinstall, you can read how to do this on the internet. wget http://foo/tools.tar.gz tar xzvf *.tar.gz cd directory-where-you-untarred vmware-tools-install.pl -d BINGO ! Giggidi Giggidi