<?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 help! one of my hpux boxes won't boot... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489355#M478498</link>
    <description>i have an a180c running HP-UX 10.2&lt;BR /&gt;&lt;BR /&gt;when booting, it gets as far as echoing hewlett packard's address and patents(or copyrights?).. &lt;BR /&gt;&lt;BR /&gt;then, i get an error:&lt;BR /&gt;&lt;BR /&gt;/sbin/rc[61] syntax error at line 22:&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:cons "/usr/sbin/getty console&lt;BR /&gt;&lt;BR /&gt;i am connecting to the box via an hp secure web console.  &lt;BR /&gt;&lt;BR /&gt;thanks in advance!&lt;BR /&gt;&lt;BR /&gt;-edwin</description>
    <pubDate>Fri, 02 Feb 2001 16:51:34 GMT</pubDate>
    <dc:creator>Edwin R. Rivera</dc:creator>
    <dc:date>2001-02-02T16:51:34Z</dc:date>
    <item>
      <title>help! one of my hpux boxes won't boot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489355#M478498</link>
      <description>i have an a180c running HP-UX 10.2&lt;BR /&gt;&lt;BR /&gt;when booting, it gets as far as echoing hewlett packard's address and patents(or copyrights?).. &lt;BR /&gt;&lt;BR /&gt;then, i get an error:&lt;BR /&gt;&lt;BR /&gt;/sbin/rc[61] syntax error at line 22:&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:cons "/usr/sbin/getty console&lt;BR /&gt;&lt;BR /&gt;i am connecting to the box via an hp secure web console.  &lt;BR /&gt;&lt;BR /&gt;thanks in advance!&lt;BR /&gt;&lt;BR /&gt;-edwin</description>
      <pubDate>Fri, 02 Feb 2001 16:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489355#M478498</guid>
      <dc:creator>Edwin R. Rivera</dc:creator>
      <dc:date>2001-02-02T16:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: help! one of my hpux boxes won't boot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489356#M478499</link>
      <description>Edwin:&lt;BR /&gt;&lt;BR /&gt;Line-61 of /sbin/rc points is the sourcing of /etc/rc.config files during startup.  It appears that you have a syntax error in line-22 of one of those scripts (in the /etc/rc.config.d/ directory).  See if you can bootup to single user mode (only) and check for recent changes therein.  If you can look in /etc/rc.log you probably will see where things went wrong.&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 02 Feb 2001 17:18:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489356#M478499</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2001-02-02T17:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: help! one of my hpux boxes won't boot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489357#M478500</link>
      <description>I agree.  Check /etc/rc.log to see where to start troubleshooting.</description>
      <pubDate>Mon, 05 Feb 2001 18:49:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489357#M478500</guid>
      <dc:creator>Joseph C. Denman</dc:creator>
      <dc:date>2001-02-05T18:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: help! one of my hpux boxes won't boot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489358#M478501</link>
      <description>If you wnat to find the offending config file in /etc/rc.config.d you can just source each script and see which one returns an error.  Try the following command (or put it in a script)&lt;BR /&gt;&lt;BR /&gt;for x in $(ls /etc/rc.config.d)&lt;BR /&gt;do&lt;BR /&gt;echo $x&lt;BR /&gt;. /etc/rc.config.d/$x&lt;BR /&gt;done&lt;BR /&gt;&lt;BR /&gt;I also find doing an ll -t (to sort files by time) will show me the files that have been edited most recently/since the last reboot.  These are the most likely canidates for errors.</description>
      <pubDate>Mon, 05 Feb 2001 22:07:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489358#M478501</guid>
      <dc:creator>Rob Mallard</dc:creator>
      <dc:date>2001-02-05T22:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: help! one of my hpux boxes won't boot...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489359#M478502</link>
      <description>There can be many causes for the above:&lt;BR /&gt;&lt;BR /&gt;a. an erroneous or incorrect setting in inittab&lt;BR /&gt;&lt;BR /&gt;b. Did you or someone else changed the kernel parameters? Than you might want to reboot from previous kernel.&lt;BR /&gt;&lt;BR /&gt;c. Make sure there are no script copies like netconf.old in /etc/rc.config.d/. Please remove any bogus files and reboot. &lt;BR /&gt;&lt;BR /&gt;good luck&lt;BR /&gt;Ajay&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2001 15:27:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-one-of-my-hpux-boxes-won-t-boot/m-p/2489359#M478502</guid>
      <dc:creator>Ajay Sishodia</dc:creator>
      <dc:date>2001-02-06T15:27:47Z</dc:date>
    </item>
  </channel>
</rss>

