<?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: respawning in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735745#M386844</link>
    <description>Thank you bill &amp;amp; sooraj, I'd edited the inittab and i dont see tha message anymore.</description>
    <pubDate>Tue, 11 Jan 2011 05:13:53 GMT</pubDate>
    <dc:creator>sandyunix</dc:creator>
    <dc:date>2011-01-11T05:13:53Z</dc:date>
    <item>
      <title>respawning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735742#M386841</link>
      <description>Hi Techies,&lt;BR /&gt;&lt;BR /&gt;I'd faced an issue with an HP-UX B.11.11 server. The server was restarted and when the server came up, it was hung after the term is loaded.From the console, i can see that a message is being generated as below.&lt;BR /&gt;&lt;BR /&gt;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:  h1 "/sbin/init.d/init.cssd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 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:  h1 "/sbin/init.d/init.cssd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &lt;BR /&gt;Later while i powered off the server and powered it on after a while, then i was able to login to the server. Please find the inittab entires below.&lt;BR /&gt;&lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;ioin::sysinit:/sbin/ioinitrc &amp;gt;/dev/console 2&amp;gt;&amp;amp;1&lt;BR /&gt;tape::sysinit:/sbin/mtinit &amp;gt; /dev/console 2&amp;gt;&amp;amp;1&lt;BR /&gt;muxi::sysinit:/sbin/dasetup   /dev/console 2&amp;gt;&amp;amp;1 # mux init&lt;BR /&gt;stty::sysinit:/sbin/stty 9600 clocal icanon echo opost onlcr ixon icrnl ignpar vxen::bootwait:/sbin/fs/vxfs/vxenablef -a&lt;BR /&gt;brc1::bootwait:/sbin/bcheckrc /dev/console 2&amp;gt;&amp;amp;1 # fsck, etc.&lt;BR /&gt;link::wait:/sbin/sh -c "/sbin/rm -f /dev/syscon; \&lt;BR /&gt;                        /sbin/ln /dev/systty /dev/syscon" &amp;gt;/dev/console 2&amp;gt;&amp;amp;1&lt;BR /&gt;cprt::bootwait:/sbin/cat /etc/copyright &amp;gt;/dev/syscon           # legal req&lt;BR /&gt;sqnc::wait:/sbin/rc /dev/console 2&amp;gt;&amp;amp;1           # system init&lt;BR /&gt;#powf::powerwait:/sbin/powerfail &amp;gt;/dev/console 2&amp;gt;&amp;amp;1            # powerfail&lt;BR /&gt;cons:123456:respawn:/usr/sbin/getty console console            # system console&lt;BR /&gt;#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600&lt;BR /&gt;#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600&lt;BR /&gt;#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600&lt;BR /&gt;#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600&lt;BR /&gt;#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600&lt;BR /&gt;krsd:123456:respawn:/sbin/krsd -i&lt;BR /&gt;sfd:123456:respawn:/sbin/sfd&lt;BR /&gt;#ups::respawn:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf&lt;BR /&gt;ems1::bootwait:/sbin/rm -f /etc/opt/resmon/persistence/runlevel4_flag&lt;BR /&gt;ems2::bootwait:/sbin/sh -c "/sbin/cat /etc/opt/resmon/persistence/reboot_flag; /sbin/chmod 644 /etc/opt/resmon/persistence/reboot_flag"&lt;BR /&gt;ems3:3456:wait:/sbin/sh -c "/usr/bin/touch /etc/opt/resmon/persistence/runlevel4_flag; /usr/bin/chmod 644 /etc/opt/resmon/persistence/runlevel4_flag"&lt;BR /&gt;ems4:3456:respawn:/etc/opt/resmon/lbin/p_client&lt;BR /&gt;h1:3:respawn:/sbin/init.d/init.cssd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1 &lt;BR /&gt;Can someone please advise me how i can correct the error. Thanks in advanse.</description>
      <pubDate>Sun, 09 Jan 2011 13:04:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735742#M386841</guid>
      <dc:creator>sandyunix</dc:creator>
      <dc:date>2011-01-09T13:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: respawning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735743#M386842</link>
      <description>The simple answer is:&lt;BR /&gt; &lt;BR /&gt;Edit /etc/inittab and change the last line from respawn to off:&lt;BR /&gt; &lt;BR /&gt;h1:3:respawn:/sbin/init.d/init.cssd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1  &lt;BR /&gt;to&lt;BR /&gt; &lt;BR /&gt;h1:3:off:/sbin/init.d/init.cssd run &amp;gt;/dev/null 2&amp;gt;&amp;amp;1  &lt;BR /&gt;Then run the command: init q&lt;BR /&gt; &lt;BR /&gt;This means that whatever cssd is supposed to do, it is no longer running. The long term fix is to address the cssd problem. This (I guessing) is an Oracle process. You'll need to get your DBA or Oracle involved to resolve the issue permanently.</description>
      <pubDate>Sun, 09 Jan 2011 22:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735743#M386842</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-01-09T22:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: respawning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735744#M386843</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;An action item, "respawn" to an inttab entry says that if the process stoped start it again.&lt;BR /&gt;&lt;BR /&gt;So it is failed to do that.&lt;BR /&gt;Please review the line/process as Bill said.&lt;BR /&gt;The error messages can be stopped, by Hashing (#) the line, but you should know what this line stads for and how it should behave in normal condition.&lt;BR /&gt;&lt;BR /&gt;Regards,Sooraj</description>
      <pubDate>Mon, 10 Jan 2011 02:46:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735744#M386843</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2011-01-10T02:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: respawning</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735745#M386844</link>
      <description>Thank you bill &amp;amp; sooraj, I'd edited the inittab and i dont see tha message anymore.</description>
      <pubDate>Tue, 11 Jan 2011 05:13:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/respawning/m-p/4735745#M386844</guid>
      <dc:creator>sandyunix</dc:creator>
      <dc:date>2011-01-11T05:13:53Z</dc:date>
    </item>
  </channel>
</rss>

