LoginSignup
2
0

More than 5 years have passed since last update.

Conoha VPS CentOS6.5 SSH経由シリアルコンソール接続設定

Posted at

Conoha VPSに、ISOイメージアップロードを用いて、CetOS6.5をインストールし、
SSH経由シリアルコンソール接続を利用したい場合、grub.confに設定を追加します。

/boot/grub/grub.conf
default=0
timeout=5
serial --unit=0 --speed=115200 #追加
terminal --timeout=5 serial console #追加

kernel /vmlinuz-2.6.xx-xxx.xx.x.el6.x86_64 ro ...省略
console=tty0 console=ttyS0,115200n8r #追加
initrd /initramfs-2.6.32-358.11.1.el6.x86_64.img

追加後再起動で利用できます。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0