Thursday, October 24, 2013
How to use esxtop
I found this great article full of benefitial references for using esxtop. Here it is: http://www.yellow-bricks.com/esxtop/
How to download a diagnostic log bundle from an ESX/ESXi host using PowerCLI
Login to desired host using PowerCLI:
Connect-VIServer -Server HostnameOrIPAddress
Download a diagnostic log bundle from host:
Get-VMHost HostNameOrIP | Get-Log -Bundle -DestinationPath c:\Storage\Location\
Connect-VIServer -Server HostnameOrIPAddress
Download a diagnostic log bundle from host:
Get-VMHost HostNameOrIP | Get-Log -Bundle -DestinationPath c:\Storage\Location\
Subscribe to:
Posts (Atom)