<?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: hp ux boot sequence error help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996618#M601883</link>
    <description>&lt;P&gt;&amp;nbsp;The entire directory (&lt;STRONG&gt;/etc/rc.config.d&lt;/STRONG&gt;) content is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;many times during bootup, so you cannot have any temporary or junk files there. Start by seeing what has recently changed:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;# ls -lrt /etc/rc.config.d&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;New and recently changed files will appear at the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bottom&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of this listing.&lt;BR /&gt;Check to see if there is a file named:&amp;nbsp; &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;-d&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;If there is , you'll have to remove it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like this: &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;rm -- -d&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If that isn't the problem, then one of the files that has been recently added or edited is the culprit. Look in these files for &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;-d&lt;/FONT&gt;&lt;/STRONG&gt; which is the error source.&lt;/P&gt;</description>
    <pubDate>Sun, 11 Feb 2018 06:26:47 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2018-02-11T06:26:47Z</dc:date>
    <item>
      <title>hp ux boot sequence error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996514#M601879</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Can anyone help, Im having the error message below when I boot up my rx2800 server . Can someone advice.&lt;/P&gt;&lt;P&gt;Boot Up sequence&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc[102]: -d: not found&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/auto_parms: DHCP access is disabled (see /etc/auto_parms.log)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S130pfilboot[5]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S131ipfboot[5]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc[24]: /sbin/rc2.d/S21perf: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S590Rpcd[30]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S700acct[39]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S900drd[21]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc2.d/S999tcpisn: ndd: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc3.d/S823hpws22_apache[44]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/sbin/rc3.d/S823hpws22_tomcat[46]: -d: not found.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Vincent&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 13:02:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996514#M601879</guid>
      <dc:creator>Vincent_5</dc:creator>
      <dc:date>2018-02-09T13:02:23Z</dc:date>
    </item>
    <item>
      <title>Re: hp ux boot sequence error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996525#M601880</link>
      <description>&lt;P&gt;My first guess is that there is a "-d" somewhere in one of the files in the /etc/rc.config.d directory that shouldn't be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try doing:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# cd /etc/rc.config.d&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;# grep "-d" *&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See what that returns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2018 14:17:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996525#M601880</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2018-02-09T14:17:11Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX boot sequence error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996608#M601881</link>
      <description>&lt;P&gt;&amp;gt; &lt;FONT face="courier new,courier"&gt;grep "-d" *&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quoting the "-d" won't help.&amp;nbsp; You need: grep -e -d *&lt;/P&gt;</description>
      <pubDate>Sat, 10 Feb 2018 23:45:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996608#M601881</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2018-02-10T23:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX boot sequence error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996614#M601882</link>
      <description>&lt;P&gt;&amp;gt;&amp;gt;&lt;SPAN&gt;Quoting the "-d" won't help.&amp;nbsp; You need: grep -e -d *&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You are correct.&amp;nbsp; Or you could just escape the "-d"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;# grep "\-d" *&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 02:32:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996614#M601882</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2018-02-11T02:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: hp ux boot sequence error help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996618#M601883</link>
      <description>&lt;P&gt;&amp;nbsp;The entire directory (&lt;STRONG&gt;/etc/rc.config.d&lt;/STRONG&gt;) content is&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;executed&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;many times during bootup, so you cannot have any temporary or junk files there. Start by seeing what has recently changed:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;# ls -lrt /etc/rc.config.d&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;New and recently changed files will appear at the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;bottom&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of this listing.&lt;BR /&gt;Check to see if there is a file named:&amp;nbsp; &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;-d&lt;/FONT&gt;&lt;/STRONG&gt;&lt;BR /&gt;If there is , you'll have to remove it&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;like this: &lt;FONT face="courier new,courier"&gt;&lt;STRONG&gt;rm -- -d&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;If that isn't the problem, then one of the files that has been recently added or edited is the culprit. Look in these files for &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;-d&lt;/FONT&gt;&lt;/STRONG&gt; which is the error source.&lt;/P&gt;</description>
      <pubDate>Sun, 11 Feb 2018 06:26:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-boot-sequence-error-help/m-p/6996618#M601883</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2018-02-11T06:26:47Z</dc:date>
    </item>
  </channel>
</rss>

