Category Archives: commands

Rescan All Hba’s Where are you?

So I was updating some of my blog posts on the esxcfg-* commands with any changes in ESX 4. I wrote earlier I did not know much about the esxcfg-advcfg command. Since writing that post at the end of 2008, … Continue reading

Posted in commands, vcdx, vmware, vsphere | Tagged , , , | View Comments

Change Service Console IP

Want to change the Service Console IP address from the command line real quick like? esxcfg-vswif -i [new IP] -n [netmask] [vswif]example (as root)esxcfg-vswif -i 172.25.100.92 -n 255.255.255.0 vswif0 Q: How do I know what is my vswif?A: esxcfg-vswif -loutput … Continue reading

Posted in commands, vmware | View Comments

The watch command in the Service Console

UPDATE: Eric Siebert wrote an almost identical article here for techtarget. Since I don’t want people to think I just lift ideas from other blogs I would like to credit this article at the top. Although I have been using … Continue reading

Posted in commands, vmware | Comments Off

ESX Commands – esxcfg-auth

Following my alphabetical method of learning. esxcfg-authusage: esxcfg-auth [options] options: –enablemd5 Enable MD5 password storage –disablemd5 Disable MD5 password storage –enableshadow Enable Shadow password storage –disableshadow Disable Shadow password storage –enablenis Enable NIS Authentication –disablenis Disable NIS Authentication –nisdomain=domain Set … Continue reading

Posted in commands, vcdx, vmware | Tagged , , , | Comments Off