How to find version of virtual center you are running?
D:\Program Files\VMware\VMware VirtualCenter 2.0>vpxd.exe -v
VMware VirtualCenter 2.0.1 build-32042
Few ESX Commands
vmkping – use vmkernel to ping a device
esxcfg-vswif for configuring network interface
vm-support to run diagnostic commands
esxupdate -l query query patches installed on ESX Server
esxcfg-rescan vmhba1 to rescan HBA’s
ps -ef | grep hostd To check hostd is running
esxcfg-mpath -l to list path details
Important Log and their locations
VMKernel Logs = > /var/log/vmware/
VIClient logs = > /var/log/vmware/hostd.log
Virtual Center interaction logs = > /var/log/vmware/vpx/vpxa-*.log
VMWare Patch activity logs = > /var/log/vmware/esxupdate.log
[root@esx2007a config]# cat vmware-sites
FULLTIME_SITES_TID 00000061
+ 1:8042,8042,8043 esx2007e vmware #FT_Agent_Port=8045
+ 2:8042,8042,8043 esx2007d vmware
+ 3:8042,8042,8043 esx2007b vmware
+ 4:8042,8042,8043 esx2007a vmware
+ 5:8042,8042,8043 esx2007c vmware
License server logs = > %ALLUSERSPROFILE%\Application Data\VMware\VMware License Server\lmgrd.log
STORAGE
When ESX Server scans the SAN, each HBA reports all LUNs visible on the storage network; each LUN reports an ID that uniquely identifies it to all nodes on the storage network. After detecting the same unique LUN ID reported by the storage network, the VMkernel automatically enables multiple, redundant paths to this LUN, known as multi-pathing.ESX Server uses a single storage path for a particular LUN until the LUN becomes unavailable over this path. After noting the path failure, ESX Server switches to an operational path.
VIRTUAL CENTER:
SQL Server authentication will work predictably on local and remote database servers. NT authentication requires VC to run with a service account that has access to the DB; “Local System”account does not have access to remote servers.
vpxd.exe VirtualCenter Server service
vpxd.cfg VirtualCenter Server configuration
vpxa VirtualCenterAgent
If you create partition from virtual center then that partition is automatically aligned, in case you are creating partition using vmkfstools then you will have to manually align the partition using fdisk. But this is not enough you also have to align partition at guest level as well, which can be easily achieved using diskpart if the os is windows.