<?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 Re: system console message in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008569#M128069</link>
    <description>another common cause is failure to sync. comm speed to the tty device.&lt;BR /&gt;&lt;BR /&gt;The last entry in the /etc/inittab for a getty refers to a label in the /etc/gettydefs file. i.e. 1200&lt;BR /&gt;&lt;BR /&gt;In that file the label 1200 is followed by a bunch of serial comms parameters/commands, then another label, say, 2400. The getty then tries that label, 2400, and so on.&lt;BR /&gt;&lt;BR /&gt;this allows the getty to try multiple speeds until it synchs. HP seems to like slow first, then get faster. Some devices, (common on long cable runs) don't respond quickly enough to sync.&lt;BR /&gt;&lt;BR /&gt;If you change the last entry for that label in gettydefs to match the label itself, ( 1200    1200) you can 'lock' the comm speed. (some in gettydefs are already like that)</description>
    <pubDate>Thu, 26 Jun 2003 13:58:13 GMT</pubDate>
    <dc:creator>doug mielke</dc:creator>
    <dc:date>2003-06-26T13:58:13Z</dc:date>
    <item>
      <title>system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008564#M128064</link>
      <description>INIT:  COmmand is respawning too rapidly.&lt;BR /&gt;Will try again in 5 minutes.&lt;BR /&gt;Check for possible errors&lt;BR /&gt;id:cons "/usr/sbin/getty console console"&lt;BR /&gt;&lt;BR /&gt;What is going on and why?  What do I have to do to fix it?</description>
      <pubDate>Thu, 26 Jun 2003 11:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008564#M128064</guid>
      <dc:creator>Jeff Hagstrom</dc:creator>
      <dc:date>2003-06-26T11:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008565#M128065</link>
      <description>Hi,&lt;BR /&gt;It seams that your getty command died, so init try to restart it. Now you need to check why getty died:&lt;BR /&gt;-is the command still exist&lt;BR /&gt;-does it has the execution bit&lt;BR /&gt;-is /dev/console still there&lt;BR /&gt;-etc.....&lt;BR /&gt;&lt;BR /&gt;Cheers.</description>
      <pubDate>Thu, 26 Jun 2003 11:52:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008565#M128065</guid>
      <dc:creator>Bruno Vidal</dc:creator>
      <dc:date>2003-06-26T11:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008566#M128066</link>
      <description>need to boot into single user mode&lt;BR /&gt;by resetting system &amp;amp; interrupting boot process, at BCH typ in "bo pri" to boot from primary disk&lt;BR /&gt;Now answer Yes to interact with IPL&lt;BR /&gt;at ISL&amp;gt; hpux -is &lt;BR /&gt;system will boot at this point no command will work you need to mount manually /usr &amp;amp; /var&lt;BR /&gt;.: mv /etc/inittab /etc/inittab.old &lt;BR /&gt;.: cp /usr/newconfig/etc/inittab /etc/inittab&lt;BR /&gt;.: run init q &lt;BR /&gt;&lt;BR /&gt;Now more investigation is required.&lt;BR /&gt;Cheers,&lt;BR /&gt;T??</description>
      <pubDate>Thu, 26 Jun 2003 12:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008566#M128066</guid>
      <dc:creator>T. M. Louah</dc:creator>
      <dc:date>2003-06-26T12:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008567#M128067</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are a couple of possibilities:&lt;BR /&gt;&lt;BR /&gt;1) something in /etc/inittab that shouldn't be there.  A previous response showed one way to put the default inittab into place.  If it's something that you've added to inittab, consider using an rc script for it instead.&lt;BR /&gt;&lt;BR /&gt;2) someone has placed a script in /etc/rc.config.d.  The files in here should only contain variable setting, rather than scripts.  Start reading through any files that have dates more recent than your last reboot.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;Darren.</description>
      <pubDate>Thu, 26 Jun 2003 12:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008567#M128067</guid>
      <dc:creator>Darren Prior</dc:creator>
      <dc:date>2003-06-26T12:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008568#M128068</link>
      <description>The most common reason is that there are getty entries in /etc/inittab for serial devices (modems or terminals) that do not exist. getty is being told to run and read these non-existant devices, getting an unexpected response and then gets restarted by init over and over. Edit inittab and comment out all getty entries (except the console). Then run init q to re-read the inittab file. This will eliminate the messages. Now look at your system to see if there are any serial devices other than the console. If so, enable just those specific devices in inittab.</description>
      <pubDate>Thu, 26 Jun 2003 12:46:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008568#M128068</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-06-26T12:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: system console message</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008569#M128069</link>
      <description>another common cause is failure to sync. comm speed to the tty device.&lt;BR /&gt;&lt;BR /&gt;The last entry in the /etc/inittab for a getty refers to a label in the /etc/gettydefs file. i.e. 1200&lt;BR /&gt;&lt;BR /&gt;In that file the label 1200 is followed by a bunch of serial comms parameters/commands, then another label, say, 2400. The getty then tries that label, 2400, and so on.&lt;BR /&gt;&lt;BR /&gt;this allows the getty to try multiple speeds until it synchs. HP seems to like slow first, then get faster. Some devices, (common on long cable runs) don't respond quickly enough to sync.&lt;BR /&gt;&lt;BR /&gt;If you change the last entry for that label in gettydefs to match the label itself, ( 1200    1200) you can 'lock' the comm speed. (some in gettydefs are already like that)</description>
      <pubDate>Thu, 26 Jun 2003 13:58:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-console-message/m-p/3008569#M128069</guid>
      <dc:creator>doug mielke</dc:creator>
      <dc:date>2003-06-26T13:58:13Z</dc:date>
    </item>
  </channel>
</rss>

