我正在linux主机上启动一个vmware 2.xVM。
这是我的剧本:
#!/bin/sh
vmrun -T server -h https://localhost:11768/sdk -u tore -p mypass123 start "[my1] server1/server1.vmx"当我调用脚本时,结果是:
Error: Cannot open VM: [my1] server1/server1.vmx, The virtual machine cannot be found但是我可以从浏览器ui启动vm。在浏览器ui中,它的配置如下:
Virtual Machine Configuration File: [my1] server1/server1.vmx发布于 2010-06-13 16:24:39
尝试用主机的localhost替换ipaddress。
https://serverfault.com/questions/150837
复制相似问题