taschaal's Posts

Thanks for the quick response.  We are evaluating HP's oneview integration with LCM and we think we discovered a network communication issue that may be the source of the problem.  
I run my precheck before remediation and I get a very generic error.  where can I get more detail?   Pre-check completed Completed 04/13/2023, 12:10:13 PM 1 issue on host xxxxxxxxxx.xxxxx  F... See more...
I run my precheck before remediation and I get a very generic error.  where can I get more detail?   Pre-check completed Completed 04/13/2023, 12:10:13 PM 1 issue on host xxxxxxxxxx.xxxxx  Failed precheck for host-xxxxx 1 issue on host xxxxxxxxxx.xxxx  Failed precheck for host-xxx
I've tried both: VMware vSphere PowerCLI 6.3 Release 1 build 3737840 and: VMware vSphere PowerCLI 5.1 Release 1 build 793510
I have a script that collects storage inventory data and it works fine as long as all the esx hosts are in a connected state,  but if one of the hosts is disconnected (down for maintenance or som... See more...
I have a script that collects storage inventory data and it works fine as long as all the esx hosts are in a connected state,  but if one of the hosts is disconnected (down for maintenance or something like that),  then the get-ScsiLun commandlet hangs.  The problem code looks like this: $datastore=get-datastore "datastore name" $luns =Get-ScsiLun -datastore $datastore If any of the hosts attached to the datastore is down, then the Get-ScsiLun command will hang indefinitely.