<?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 serial access NT cmd shell - strangeness in Integrity Servers</title>
    <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765516#M7396</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a serial connector into my rx2660 and when i access it from NT command prompt (cmd shell) the Enter key always adds an extra return or linefeed making it impossible to use.&lt;BR /&gt;&lt;BR /&gt;Eg when I hit return at Login isimmediately skips over passwd and goes to Login: again ...&lt;BR /&gt;&lt;BR /&gt;As a workaround I am hitting Control-J and that seems to be working OK right now.&lt;BR /&gt;&lt;BR /&gt;Does anyone know why this might happen ?&lt;BR /&gt;&lt;BR /&gt;This same serial setup doesn't cause any issues with my rx2800's&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;bigdaddy68</description>
    <pubDate>Tue, 15 Mar 2011 15:01:50 GMT</pubDate>
    <dc:creator>bigdaddy68</dc:creator>
    <dc:date>2011-03-15T15:01:50Z</dc:date>
    <item>
      <title>iLO2 serial access NT cmd shell - strangeness</title>
      <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765516#M7396</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a serial connector into my rx2660 and when i access it from NT command prompt (cmd shell) the Enter key always adds an extra return or linefeed making it impossible to use.&lt;BR /&gt;&lt;BR /&gt;Eg when I hit return at Login isimmediately skips over passwd and goes to Login: again ...&lt;BR /&gt;&lt;BR /&gt;As a workaround I am hitting Control-J and that seems to be working OK right now.&lt;BR /&gt;&lt;BR /&gt;Does anyone know why this might happen ?&lt;BR /&gt;&lt;BR /&gt;This same serial setup doesn't cause any issues with my rx2800's&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;bigdaddy68</description>
      <pubDate>Tue, 15 Mar 2011 15:01:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765516#M7396</guid>
      <dc:creator>bigdaddy68</dc:creator>
      <dc:date>2011-03-15T15:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: iLO2 serial access NT cmd shell - strangeness</title>
      <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765517#M7397</link>
      <description>Unix systems use a single LF character as an end-of-line marker. Windows uses a CR + LF combination instead.&lt;BR /&gt;&lt;BR /&gt;You should use a proper terminal emulator program that allows you to choose the end-of-line characters you're sending.&lt;BR /&gt;For example, the free PuTTY 0.60 supports direct serial port connections in addition to network connections over SSH, telnet and rlogin protocols.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.chiark.greenend.org.uk/~sgtatham/putty/" target="_blank"&gt;http://www.chiark.greenend.org.uk/~sgtatham/putty/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter3.html#using-serial" target="_blank"&gt;http://the.earth.li/~sgtatham/putty/0.60/htmldoc/Chapter3.html#using-serial&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you absolutely must use the cmd shell for your connections, you can work around the problem by telling the Unix TTY driver to ignore the CR characters. This can be done with a single command:&lt;BR /&gt;&lt;BR /&gt;stty igncr&lt;BR /&gt;&lt;BR /&gt;Of course, you must first login before you can enter this command. The TTY driver will usually be reset to default settings each time you log out.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This same serial setup doesn't cause any issues with my rx2800's&lt;BR /&gt;&lt;BR /&gt;Perhaps the rx2800s have a different version of iLO that detects this problem and automatically removes the extra CR characters. Hmm... have you checked your iLO firmware versions? Maybe the same functionality would be available to the rx2660 with a iLO firmware update.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Tue, 15 Mar 2011 15:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765517#M7397</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-15T15:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: iLO2 serial access NT cmd shell - strangeness</title>
      <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765518#M7398</link>
      <description>&amp;gt;&amp;gt; You should use a proper terminal emulator program &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I have seen this with hyperterminal in ANSi mode - putty usually works fine.&lt;BR /&gt;&lt;BR /&gt;The rx2660 has iLO2, the rx2800 has iLO3 - this could be the reason for the difference.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However, set the terminal emulator to vt100 or xterm, this should work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How do you use the serial connection directly from cmd shell?</description>
      <pubDate>Tue, 15 Mar 2011 19:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765518#M7398</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-03-15T19:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: iLO2 serial access NT cmd shell - strangeness</title>
      <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765519#M7399</link>
      <description>Thanks the both of you.  &lt;BR /&gt;&lt;BR /&gt;I am using a terminal server like this:&lt;BR /&gt;&lt;BR /&gt;C:\&amp;gt; telnet termsvr.lab 2033 &lt;BR /&gt;&lt;BR /&gt;where i am the 33rd serial port ..&lt;BR /&gt;&lt;BR /&gt;I am not sure which kind of termsvr it is ? I will check on which model.&lt;BR /&gt;&lt;BR /&gt;Also My rx2660 is up to date F/W for that system.  So this must either be a native iLO2 vs iLO3 strangeness unique to rx2660 or its the line settings on my 'unknown' termsvr.  &lt;BR /&gt;&lt;BR /&gt;FYI my rx2600 at home doesn't behave this way and its FW is also up to date.. though I can say I use an 8 port Bay Networks Term Svr(micro Annex XL).&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;bigdaddy68</description>
      <pubDate>Wed, 16 Mar 2011 12:03:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765519#M7399</guid>
      <dc:creator>bigdaddy68</dc:creator>
      <dc:date>2011-03-16T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: iLO2 serial access NT cmd shell - strangeness</title>
      <link>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765520#M7400</link>
      <description>"... or its the line settings on my 'unknown' termsvr. "&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Most likely.</description>
      <pubDate>Wed, 16 Mar 2011 12:21:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/integrity-servers/ilo2-serial-access-nt-cmd-shell-strangeness/m-p/4765520#M7400</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2011-03-16T12:21:33Z</dc:date>
    </item>
  </channel>
</rss>

