console

virshで仮想マシンにconsoleで接続するなら virsh で「console <ドメイン>」なのだが、

[root@i ~]# virsh
Welcome to virsh, the virtualization interactive terminal.
 
Type:  'help' for help with commands
       'quit' to quit
 
virsh # console centos7.0
Connected to domain centos7.0
Escape character is ^]                  <-- ここで止まってしまう

と何も仮想マシンに設定しないとここで止まってしまう。
解消するには、仮想マシンのサービスを有効にする

systemctl enable serial-getty@ttyS0.service
 
systemctl start serial-getty@ttyS0.service

これでconsoleコマンドで接続が可能になる

[root@i ~]# virsh
Welcome to virsh, the virtualization interactive terminal.
 
Type:  'help' for help with commands
       'quit' to quit
 
virsh # console centos7.0
Connected to domain centos7.0
Escape character is ^]
 
CentOS Linux 7 (Core)
Kernel 3.10.0-1160.25.1.el7.x86_64 on an x86_64
 
localhost login:

トップ   編集 添付 複製 名前変更     ヘルプ   最終更新のRSS
Last-modified: 2021-06-09 (水) 16:04:24 (723d)