3
ESXcliコマンドが30分でタイムアウトする
私はpowercliスクリプトに取り組んでおり、環境内の各データストアをループして、シンプロビジョニングされたLUNのスペースを再利用しています。環境内のすべてのLUNはDell Equal Logicです。 vCenterバージョン: 5.5.0_1750787 ESXiバージョン: Dell 5.5-1331820(A01) 私が遭遇している問題は、スクリプトでunmapコマンドを実行してからちょうど30分後に次のエラーが発生することです。 PowerCLIから: Message: An error occurred while communicating with the remote host: InnerText: At \\SOMEIP\Share\folder\vmware_unmap_datastore.ps1:96 char:9 + $RETVAL = $ESXCLI.storage.vmfs.unmap(200, $ds.Name, $null) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CatagoryInfo : OperationsStopped: (:) [], HostCommunication + FullyQualifiedErrorId : VMware.VimAutomation.ViCore.Types.V1.ErrorHandling.HostCommunication From:ESXi Host vpxa.log: ==> vpxa.log <== 2014-06-30T14:39:51.907Z …