yes, I am using HP DL servers and the Bl server with ESX 4.0 but somehow I also couldn't get the result from that powershell command ?
Get-VMHost : 30/03/2011 10:32:22 AM Get-VMHost VMHost with name 'SIESXP10' was not found, using the specified filter(s).
At C:\Temp\2e513be3-0124-40aa-a072-5e508ebd8ce9.ps1:1 char:12
+ (Get-VMHost <<<< "SIESXP10" | Get-View).Summary.Hardware.OtherIdentifyingInfo[1].IdentifierValue
+ CategoryInfo : ObjectNotFound: (:) [Get-VMHost], VimException
+ FullyQualifiedErrorId : Core_OutputHelper_WriteNotFoundError,VMware.VimAutomation.ViCore.Cmdlets.Commands.GetVMHost
Cannot index into a null array.
At C:\Temp\2e513be3-0124-40aa-a072-5e508ebd8ce9.ps1:1 char:74
+ (Get-VMHost "SIESXP10" | Get-View).Summary.Hardware.OtherIdentifyingInfo[ <<<< 1].IdentifierValue
+ CategoryInfo : InvalidOperation: (1:Int32) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
the server SIESXP10 can be ping from cmd prompt.