root@hat1:~# apt-get install virt-viewer
ローカルホスト上の VM centos5-1 に接続
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
1 centos5-1 実行中
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
root@hat1:~# virt-viewer -c qemu:///system centos5-1
virt viewer が起動する
実際にはVNCコネクションをオープンして接続している。
root@hat1:~# ps -C virt-viewer
PID TTY TIME CMD
2837 pts/0 00:00:00 virt-viewer
root@hat1:~# lsof -p 2837 | grep -i tcp
virt-view 2837 root 6u IPv4 296794 0t0 TCP localhost:33872->localhost:5900 (ESTABLISHED)
リモートにあるVMと接続する場合
# virt-viewer -c qemu+ssh://hello@192.168.0.1/system centos5-1
ssh コネクションを使用するのでセキュア。
ローカルホスト上の VM centos5-1 に接続
root@hat1:~# virsh list --all
Id 名前 状態
----------------------------------
1 centos5-1 実行中
- centos5-1-clone シャットオフ
- centos5-1-clone2 シャットオフ
- ubuntu シャットオフ
root@hat1:~# virt-viewer -c qemu:///system centos5-1
virt viewer が起動する
実際にはVNCコネクションをオープンして接続している。
root@hat1:~# ps -C virt-viewer
PID TTY TIME CMD
2837 pts/0 00:00:00 virt-viewer
root@hat1:~# lsof -p 2837 | grep -i tcp
virt-view 2837 root 6u IPv4 296794 0t0 TCP localhost:33872->localhost:5900 (ESTABLISHED)
リモートにあるVMと接続する場合
# virt-viewer -c qemu+ssh://hello@192.168.0.1/system centos5-1
ssh コネクションを使用するのでセキュア。
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.