<?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: INIT: command is respawning too rapidly in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766903#M260515</link>
    <description>Login and edit /etc/inittab file.&lt;BR /&gt;Put off instead of spawn on line that contains samd. Do init q now. It will stop these messages.</description>
    <pubDate>Thu, 06 Apr 2006 05:06:49 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2006-04-06T05:06:49Z</dc:date>
    <item>
      <title>INIT: command is respawning too rapidly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766902#M260514</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a K class server.  when i work on the console of the server, it keeps throwing the following message very frequently,&lt;BR /&gt;&lt;BR /&gt;INIT:command is respawning too rapidly&lt;BR /&gt;will try again in 5 minutes&lt;BR /&gt;ckeck for possible errors&lt;BR /&gt;id:samd "/usr/sam/lbin/samd #system management daemon"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;what shall i do to stop this message?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;Leo.</description>
      <pubDate>Thu, 06 Apr 2006 05:01:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766902#M260514</guid>
      <dc:creator>Leonard G</dc:creator>
      <dc:date>2006-04-06T05:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: INIT: command is respawning too rapidly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766903#M260515</link>
      <description>Login and edit /etc/inittab file.&lt;BR /&gt;Put off instead of spawn on line that contains samd. Do init q now. It will stop these messages.</description>
      <pubDate>Thu, 06 Apr 2006 05:06:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766903#M260515</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-06T05:06:49Z</dc:date>
    </item>
    <item>
      <title>Re: INIT: command is respawning too rapidly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766904#M260516</link>
      <description>Leo,&lt;BR /&gt;vi /etc/inittab file&lt;BR /&gt;samd:23456:respawn:/usr/sam/lbin/samd # system mgmt daemon&lt;BR /&gt;&lt;BR /&gt;and replace respawn with off:&lt;BR /&gt;&lt;BR /&gt;samd:23456:off:/usr/sam/lbin/samd # system mgmt daemon&lt;BR /&gt;&lt;BR /&gt;then do : init q</description>
      <pubDate>Thu, 06 Apr 2006 05:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766904#M260516</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-06T05:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: INIT: command is respawning too rapidly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766905#M260517</link>
      <description>Hi Leo &lt;BR /&gt;&lt;BR /&gt;You need to edit /etc/inittab &lt;BR /&gt;&lt;BR /&gt;samd:123:respawn:/usr/sam/lbin/samd # system mgmt daemon&lt;BR /&gt;&lt;BR /&gt;and replace respawn with off on above line.&lt;BR /&gt;&lt;BR /&gt;samd:123:off:/usr/sam/lbin/samd # system mgmt daemon&lt;BR /&gt;&lt;BR /&gt;and init q to proceed further. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 06 Apr 2006 05:10:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766905#M260517</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-06T05:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: INIT: command is respawning too rapidly</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766906#M260518</link>
      <description>Leo -- &lt;BR /&gt;&lt;BR /&gt;This message occurs because the particular command is not able to start correctly.&lt;BR /&gt;&lt;BR /&gt;As others have mentioned, you can turn off the process via a modification to inittab.&lt;BR /&gt;&lt;BR /&gt;If you are interested in finding out what is causing the problem, I would check the status of the filesystems and make sure they all mount (i.e. mount -a ).&lt;BR /&gt;&lt;BR /&gt;Do:&lt;BR /&gt;&lt;BR /&gt;ll /usr/sam/lbin&lt;BR /&gt;and&lt;BR /&gt;ll -d /usr/sam/lbin&lt;BR /&gt;&lt;BR /&gt;and compare permissions to those on one of your systems that doesn't have the error and modify if needed.&lt;BR /&gt;&lt;BR /&gt;Check your patch level for SAM and possibly apply the latest SAM patch which should check your file links as well.&lt;BR /&gt;</description>
      <pubDate>Thu, 06 Apr 2006 06:39:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/init-command-is-respawning-too-rapidly/m-p/3766906#M260518</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-04-06T06:39:17Z</dc:date>
    </item>
  </channel>
</rss>

