<?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: inetd failed after system reboot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498299#M364535</link>
    <description>1. Look into /var/adm/syslog/syslog.log and see if you have any inetd messages in there that might give you a clue.&lt;BR /&gt;&lt;BR /&gt;2. Check what inetd settings are present in /etc/rc.config.d with the following command:&lt;BR /&gt;&lt;BR /&gt;grep -i inetd /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;3. Consider starting inted with logging enabled to see if you can spot the issue by setting &lt;BR /&gt;&lt;BR /&gt;INETD_ARGS="-l" &lt;BR /&gt;&lt;BR /&gt;in the file /etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Wed, 16 Sep 2009 05:22:22 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-09-16T05:22:22Z</dc:date>
    <item>
      <title>inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498297#M364533</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;Anyone could advise me at what circumstances whereby inetd failed to be running after system reboot. At any time, manual intervention  like "/usr/sbin/inetd start" got to be performed.&lt;BR /&gt;&lt;BR /&gt;And because of such, my system is won't be able to join part of cluster members.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 05:13:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498297#M364533</guid>
      <dc:creator>cedrichiu</dc:creator>
      <dc:date>2009-09-16T05:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498298#M364534</link>
      <description>What is the error message?&lt;BR /&gt;Did you check /etc/rc.config.d/netdaemons? INETD value should be 1.</description>
      <pubDate>Wed, 16 Sep 2009 05:18:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498298#M364534</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-09-16T05:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498299#M364535</link>
      <description>1. Look into /var/adm/syslog/syslog.log and see if you have any inetd messages in there that might give you a clue.&lt;BR /&gt;&lt;BR /&gt;2. Check what inetd settings are present in /etc/rc.config.d with the following command:&lt;BR /&gt;&lt;BR /&gt;grep -i inetd /etc/rc.config.d/*&lt;BR /&gt;&lt;BR /&gt;3. Consider starting inted with logging enabled to see if you can spot the issue by setting &lt;BR /&gt;&lt;BR /&gt;INETD_ARGS="-l" &lt;BR /&gt;&lt;BR /&gt;in the file /etc/rc.config.d/netdaemons&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Wed, 16 Sep 2009 05:22:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498299#M364535</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-16T05:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498300#M364536</link>
      <description>hi there,&lt;BR /&gt;&lt;BR /&gt;psa1a:/root# grep -i inetd /etc/rc.config.d/*&lt;BR /&gt;/etc/rc.config.d/netdaemons:# inetd configuration.  See inetd(1m)   #&lt;BR /&gt;/etc/rc.config.d/netdaemons:#  NOTE: inetd is always started as part of the boot up process.&lt;BR /&gt;/etc/rc.config.d/netdaemons:# INETD_ARGS:               The command line arguments to be used when&lt;BR /&gt;/etc/rc.config.d/netdaemons:#                   starting inetd. ("-l" is the only option&lt;BR /&gt;/etc/rc.config.d/netdaemons:export INETD_ARGS=-1&lt;BR /&gt;/etc/rc.config.d/nfsconf:#              0 if /etc/inetd.conf has an entry for mountd.&lt;BR /&gt;/etc/rc.config.d/nfsconf:#      however, it can be started from either nfs.server or inetd, and&lt;BR /&gt;&lt;BR /&gt;There was no error indication shows on syslog. I don't quite sure why. And since "INETD_ARGS=-1" should able to tell why, unfortunately it wasn't. Maybe i'm wrong.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;At last, found out /usr/sbin/inetd wasn't running during the last occurrence.</description>
      <pubDate>Wed, 16 Sep 2009 05:46:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498300#M364536</guid>
      <dc:creator>cedrichiu</dc:creator>
      <dc:date>2009-09-16T05:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498301#M364537</link>
      <description>In /etc/rc.config.d/netdaemons there are missing INETD and wrong INETD_ARGS value. It should be like this:&lt;BR /&gt;export INETD=1&lt;BR /&gt;export INETD_ARGS="-l"</description>
      <pubDate>Wed, 16 Sep 2009 05:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498301#M364537</guid>
      <dc:creator>Turgay Cavdar</dc:creator>
      <dc:date>2009-09-16T05:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498302#M364538</link>
      <description>Well if this is a cut/paste it looks like you have &lt;BR /&gt;&lt;BR /&gt;INETD_ARGS=-1&lt;BR /&gt;&lt;BR /&gt;i.e. "hyphen one"&lt;BR /&gt;&lt;BR /&gt;when it should be&lt;BR /&gt;&lt;BR /&gt;INETD_ARGS=-l&lt;BR /&gt;&lt;BR /&gt;i.e. "hyphen lower case L"&lt;BR /&gt;&lt;BR /&gt;and as tugay says, you also need to have:&lt;BR /&gt;&lt;BR /&gt;INETD=1&lt;BR /&gt;&lt;BR /&gt;(in this case this is a 1 rather than a lower case LK)&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 06:06:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498302#M364538</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-16T06:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498303#M364539</link>
      <description>what are difference between  ?&lt;BR /&gt;&lt;BR /&gt;export INETD_ARGS=1&lt;BR /&gt;export INETD_ARGS=-1&lt;BR /&gt;export INETD_ARGS=&lt;BR /&gt;&lt;BR /&gt;I noticed the default comment pertaining to such right there is..&lt;BR /&gt;&lt;BR /&gt;#  NOTE: inetd is always started as part of the boot up process.&lt;BR /&gt;#&lt;BR /&gt;# INETD_ARGS:           The command line arguments to be used when&lt;BR /&gt;#                       starting inetd. ("-l" is the only option&lt;BR /&gt;#                       available at startup.)&lt;BR /&gt;&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;Is it always should be equal to 1 or left blank ?&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 06:13:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498303#M364539</guid>
      <dc:creator>cedrichiu</dc:creator>
      <dc:date>2009-09-16T06:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: inetd failed after system reboot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498304#M364540</link>
      <description>&amp;gt;what are difference between ?&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;export INETD_ARGS=1&lt;BR /&gt;&amp;gt;export INETD_ARGS=-1&lt;BR /&gt;&amp;gt;export INETD_ARGS=&lt;BR /&gt;&lt;BR /&gt;The first 2 are INCORRECT - as I said they are specifying "one" and "hyphen one" and neither of these are valid for INETD_ARGS - this is a mis-reading or typo by someone - you should either have INETD_ARGS set to "" or to "-l" (that's "hyphen lower case L").&lt;BR /&gt;&lt;BR /&gt;And as we already said, you also need the parameter INETD set to 1 (in this case that *is* a one) in the netdaemons file.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Sep 2009 06:22:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/inetd-failed-after-system-reboot/m-p/4498304#M364540</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2009-09-16T06:22:03Z</dc:date>
    </item>
  </channel>
</rss>

