Jan
28
2009
1

VI client command line options

-u (username)
-s (servername)
-p (password)

ie:

“C:\Program Files\VMware\Infrastructure\Virtual Infrastructure Client\Launcher\VpxClient.exe” -u root -s 10.0.0.10 -p password Continue reading

Written by bantenbrink in: ESX, ESXi |
Jan
12
2009
0

Install VMware Tools in SLES10

There is actually nothing to it, as long as you installed the C/C++ Compiler and Tools and X-Server during the installation of Suse Linux Enterprise Server 10 (SLES).

Click on VM –> Install VMware Tools

in your X-session open a terminal windows and type the following:

cp /media/VMware_Tools/VMWareTools-3.5.0-103909.tar.gz /root
tar zxvf VMWareTools-3.5.0-103909.tar.gz
/root/vmware-tools-distrib/vmware-install.pl
9x [ENTER]
choose video resolution (3 for 1024×768)

Reboot your server or type Continue reading

Written by bantenbrink in: ESX, ESXi, Linux, Novell, Suse | Tags: , , , ,
Jan
06
2009
0

Enter maintenance mode

from the command line on ESX servers.

Enter:
vimsh -n -e /hostsvc/maintenance_mode_enter

Exit:
vimsh -n -e /hostsvc/maintenance_mode_exit

Check Status:
vimsh -n -e /hostsvc/runtimeinfo | grep inMaintenanceMode | awk ‘{print $3}’

note: this does not work on ESXi Continue reading

Written by bantenbrink in: ESX | Tags: , ,

Powered by WordPress | Theme: Aeros 2.0 by TheBuckmaker.com