• 追加された行はこの色です。
  • 削除された行はこの色です。
目次~
#contents

**仮想マシン操作 [#wbc26b8c]
***コマンドラインより仮想マシンを再起動する [#w8eec3f1]
-仮想マシンのIDを取得
 # vim-cmd vmsvc/getallvms
 
 Vmid   Name             File                                               Guest OS              Version   Annotation
1      vCenter5.5_SA    [ESXi1_RAID10_1TB] vCenter5.5_SA/vCenter5.5_SA.vmx sles11_64Guest        vmx-07    VMware vCenter Server ApplianceVersion 5.5 of VC running on SLES 11
10     Portal           [iSCSI_RAID10-1.4TB] Portal/Portal.vmx             winNetStandardGuest   vmx-10    ActiveDirectory02 / Windows 2003 Server R2
11     RT_VyattaR6.3    [iSCSI_RAID10-1.4TB] RT/RT.vmx
 1      vCenter5.5_SA    [ESXi1_RAID10_1TB] vCenter5.5_SA/vCenter5.5_SA.vmx sles11_64Guest        vmx-07    VMware vCenter Server ApplianceVersion 5.5 of VC running on SLES 11
 10     Portal           [iSCSI_RAID10-1.4TB] Portal/Portal.vmx             winNetStandardGuest   vmx-10    ActiveDirectory02 / Windows 2003 Server R2
 11     RT_VyattaR6.3    [iSCSI_RAID10-1.4TB] RT/RT.vmx

-電源状況を確認
 # vim-cmd vmsvc/power.getstate 1
 
 Retrieved runtime info
 Powered on

-電源リセットを実行
 # vim-cmd vmsvc/power.reboot 1


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS