This page was exported from phaq
[ http://phaq.phunsites.net ] Export date: Fri Sep 13 8:35:35 2024 / +0000 GMT |
||||||||||||
This week I started on evaluating an iSCSI storage system which should get connected to a Xen-enabled host. An article covering this particular topic is in preparation. Since the iSCSI device offered management capabilities over serial console I though to attach it to COM1 (/dev/ttyS0) of my host system. This is well the point when I noticed that Xen had already grabbed /dev/ttyS0. Since my host system offered only one serial port and I didn't have a spare serial server at hands I needed to change this behaviour to get it working. By means of 'dmesg' it can be easily verified if Xen grabbed the serial port:
Then make sure you know which kernel version you're running:
Look for the corresponding kernel section in your grub.conf (or whatever boot loader you use).
Then add the 'xencons' option to the module line stating the kernel arguments.
In this case I added 'xencons=tty6' to have Xen grab /dev/tty6 for it's console. Other possibilities are:
After changing this line and rebooting the system I could finally connect my iSCSI's serial terminal. |
||||||||||||
Powered by [ Universal Post Manager ] plugin. HTML saving format developed by gVectors Team www.gVectors.com |