Installing VM Tools Without Reboots

Hal is amazing, he truly is. As part of this amazing, he brings us a VI Toolkit for Windows script that will install the VM tools without rebooting the VM’s. $cluster = "< >" # Enter the required cluster name $installerArgs = ‘REBOOT="ReallySuppress"’ Get-Cluster -Name $cluster | Get-VM | % { (Get-View $_).UpgradeTools_Task($installerArgs) } Pretty
-> Continue reading Installing VM Tools Without Reboots

Those Root’s Run Deep – Create a Second Root Account on ESX

Found this in VMware’s KB 1005278 [root@esx root]# adduser -u 0 -o -g 0 -G 0,1,2,3,4,6,10 root2 [root@esx root]# passwd root2 Changing password for user root2. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully. After spending some time in the adduser man page, I found that while long, that command
-> Continue reading Those Root’s Run Deep – Create a Second Root Account on ESX

vmkpcidivy

Looking at the site stats in Google Analytics, I came across what I had figured for a real oddball search: “vmkpcidivy”, turns out that this is a depreciated command, a left over from an earlier version of the Matrix. [root@esx root]# vmkpcidivy vmkpcidivy is deprecated, it is only provided for compatibility with vmkpcidivy -q vmhba_devs
-> Continue reading vmkpcidivy