基本的なオプション実行例。
・VMのリスト表示
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
- centos5-1 シャットオフ
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
・VM起動
root@hat1:~# virsh start centos5-1
ドメイン centos5-1 が起動されました
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
1 centos5-1 実行中
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
・VM一時停止
root@hat1:~# virsh suspend centos5-1
ドメイン centos5-1 は一時停止されました
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
1 centos5-1 一時停止中
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
・suspned から復旧
root@hat1:~# virsh resume centos5-1
ドメイン centos5-1 が再開されました
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
1 centos5-1 実行中
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
・シャットダウン
root@hat1:~# virsh shutdown centos5-1
ドメイン centos5-1 をシャットダウンしています
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
- centos5-1 シャットオフ
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.