VMware Server2 †vmware2 コマンドでのサービス起動、停止 †仮想マシンのリストを表示し、実際にどういうディレクトリ構造で動いているかを確認する。 vmware:~ # vmrun -h https://localhost:8333/sdk -u root -p password list Total running VMs: 2 [datastore1] dunce-wiki/SUSELinux.vmx [standard] dunce-wiki/SUSE Linux.vmx この場合は
以下、vmrunヘルプ vmrun version 2.0.1 build-156745 Usage: vmrun [AUTHENTICATION-FLAGS] COMMAND [PARAMETERS] AUTHENTICATION-FLAGS -------------------- These must appear before the command and any command parameters. -h <hostName> (not needed for Workstation) -P <hostPort> (not needed for Workstation) -T <hostType> (ws|server|server1) for example, use '-T server' for Server 2.0 use '-T server1' for Server 1.0 -u <userName in host OS> (not needed for Workstation) -p <password in host OS> (not needed for Workstation) -gu <userName in guest OS> -gp <password in guest OS> POWER COMMANDS PARAMETERS DESCRIPTION -------------- ---------- ----------- start Path to vmx file Start a VM [gui|nogui] stop Path to vmx file Stop a VM [hard|soft] reset Path to vmx file Reset a VM [hard|soft] suspend Path to vmx file Suspend a VM [hard|soft] pause Path to vmx file Pause a VM unpause Path to vmx file Unpause a VM |