<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ILO2 virtual serial port in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386783#M35772</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I tried the following to enable the Virtual Serial Port on ILO2 on a Rx2620 running Redhat AS 4.4&lt;BR /&gt;&lt;BR /&gt;1) add line append="console=ttyS0 rhgb quiet root=LABEL=/" to elilo.conf&lt;BR /&gt;&lt;BR /&gt;2) add line s0:2345:respawn:/sbin/agetty 115200 ttyS0 vt100 to /etc/inittab &lt;BR /&gt;&lt;BR /&gt;3) add ttyS0 to /etc/securetty&lt;BR /&gt;&lt;BR /&gt;4) reboot server&lt;BR /&gt;&lt;BR /&gt;But we get no login or console output on the Virtual Serial Port 'Live Console' except message &lt;BR /&gt;'....Loading initrd initrd-2.6.9-42.EL.img...done'&lt;BR /&gt;&lt;BR /&gt;Is there anything else which needs to be done?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Martijn.&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Mar 2009 13:45:56 GMT</pubDate>
    <dc:creator>Joe_P</dc:creator>
    <dc:date>2009-03-24T13:45:56Z</dc:date>
    <item>
      <title>ILO2 virtual serial port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386783#M35772</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I tried the following to enable the Virtual Serial Port on ILO2 on a Rx2620 running Redhat AS 4.4&lt;BR /&gt;&lt;BR /&gt;1) add line append="console=ttyS0 rhgb quiet root=LABEL=/" to elilo.conf&lt;BR /&gt;&lt;BR /&gt;2) add line s0:2345:respawn:/sbin/agetty 115200 ttyS0 vt100 to /etc/inittab &lt;BR /&gt;&lt;BR /&gt;3) add ttyS0 to /etc/securetty&lt;BR /&gt;&lt;BR /&gt;4) reboot server&lt;BR /&gt;&lt;BR /&gt;But we get no login or console output on the Virtual Serial Port 'Live Console' except message &lt;BR /&gt;'....Loading initrd initrd-2.6.9-42.EL.img...done'&lt;BR /&gt;&lt;BR /&gt;Is there anything else which needs to be done?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Martijn.&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Mar 2009 13:45:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386783#M35772</guid>
      <dc:creator>Joe_P</dc:creator>
      <dc:date>2009-03-24T13:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 virtual serial port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386784#M35773</link>
      <description>Hi,&lt;BR /&gt;Do you have read the howto for vsp&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00263709/c00263709.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00263709/c00263709.pdf&lt;/A&gt;&lt;BR /&gt;comment the splashimage&lt;BR /&gt;Hope it helps</description>
      <pubDate>Tue, 24 Mar 2009 14:30:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386784#M35773</guid>
      <dc:creator>smatador</dc:creator>
      <dc:date>2009-03-24T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 virtual serial port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386785#M35774</link>
      <description>The procedure you're following is apparently the one intended for Proliant servers, and may require some modifications for Itanium hardware.&lt;BR /&gt;&lt;BR /&gt;The bootloader's last message is visible, so the EFI has apparently been configured to use the correct serial device. &lt;BR /&gt;&lt;BR /&gt;After that point, any messages are produced by the kernel, which may or may not identify the Virtual Serial Port as ttyS0.&lt;BR /&gt;&lt;BR /&gt;When using a serial console, you could remove the "rhgb" option because it is meaningless on a serial console.&lt;BR /&gt;&lt;BR /&gt;Linux is supposed to be able to get the choice of the console device from EFI automatically, so adding the "console=ttyS0" option might just be confusing things.&lt;BR /&gt;&lt;BR /&gt;Start by identifying the serial devices detected in your system:&lt;BR /&gt;&lt;BR /&gt;setserial -g /dev/tty*&lt;BR /&gt;(this may produce quite a lot of "Cannot get serial info: Invalid argument" error messages, but it will also list all the serial port devices.)&lt;BR /&gt;&lt;BR /&gt;You could then create agetty lines for all detected serial ports in your inittab, i.e.:&lt;BR /&gt;&lt;BR /&gt;s1:2345:respawn:/sbin/agetty 115200 ttyS1 vt100&lt;BR /&gt;s2:2345:respawn:/sbin/agetty 115200 ttyS2 vt100&lt;BR /&gt;etc...&lt;BR /&gt;&lt;BR /&gt;After editing /etc/inittab, run "telinit q" to make the changes take effect immediately.&lt;BR /&gt;&lt;BR /&gt;Now try accessing the Virtual Serial Port again. You may need to press Enter a few times after connecting to see the login prompt. Login as a regular user (not as root) and use the command "tty". It will report which of the tty devices is being used by your session.&lt;BR /&gt;&lt;BR /&gt;Now you know the correct ttyS* name, so edit the lines in elilo.conf and /etc/securetty to match that.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 27 Mar 2009 07:29:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386785#M35774</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2009-03-27T07:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: ILO2 virtual serial port</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386786#M35775</link>
      <description>Matti, thanks a lot!&lt;BR /&gt;&lt;BR /&gt;Works like a charm now (turned out it was ttyS3)</description>
      <pubDate>Fri, 27 Mar 2009 09:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ilo2-virtual-serial-port/m-p/4386786#M35775</guid>
      <dc:creator>Joe_P</dc:creator>
      <dc:date>2009-03-27T09:43:01Z</dc:date>
    </item>
  </channel>
</rss>

