0

VBoxManage: Oracle VM VirtualBox Command Line Management Interface バージョン 5.1.18 を使用します。

ホストからゲストに .bat ファイルをリモートで実行しようとしているときに、次のコマンドを試しました。

VBoxManage guestcontrol <i>VMNAME</i> --username <i>USER</i> --domain <i>DOMAIN</i> --password <i>PASSWORD</i> run --exe cmd.exe -- "C:\script\script.bat"

しかし、うまくいかないようで、次のエラーが表示されます。

VBoxManage : VBoxManage.exe: error: The guest execution service is not
ready (yet) At line:1 char:1
+ VBoxManage guestcontrol <i>VMNAME</i> --username <i>USER</i> --domain <i>DOMAIN</i> --pass...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo          : NotSpecified: (VBoxManage.exe:...not ready (yet):String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError   VBoxManage.exe: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component
GuestProcessWrap, interface IGuestProcess, callee IUnknown
VBoxManage.exe: error: Context:
"WaitForArray(ComSafeArrayAsInParam(aWaitStartFlags),
gctlRunGetRemainingTime(msStart, cMsTimeout), &waitResult)" at line
1529 of file  VBoxManageGuestCtrl.cpp

ゲスト VM で .bat をリモートで実行する方法について何か提案はありますか?

4

0 に答える 0