<?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: rp3440 can't finish booting, list stuck in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887480#M401773</link>
    <description>Are you booting off the fiber cards (remote disk) or localdisk?&lt;BR /&gt;&lt;BR /&gt;If you are booting off local, you might try disconnecting the fiber cables and booting again.  It is possible that a problem on the SAN is interfering with the boot.&lt;BR /&gt;&lt;BR /&gt;Another idea: boot to single user mode.&lt;BR /&gt;&lt;BR /&gt;intervene during boot at the 10 second prompt.&lt;BR /&gt;&lt;BR /&gt;You do have hardware diagnostics you can run from this point.&lt;BR /&gt;&lt;BR /&gt;or continue boot.&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;Find out where you really are stopping.&lt;BR /&gt;&lt;BR /&gt;Consider changing the items in /sbin/rc2.d and changing start items that are failing to not run. Don't do this with nfs, it will make the situation worse.&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;you have an item marked S800fiber&lt;BR /&gt;&lt;BR /&gt;mv S800fiber s800fiber&lt;BR /&gt;&lt;BR /&gt;The lower case s will now have this item not be picked up for start.&lt;BR /&gt;&lt;BR /&gt;A general hint. There are two likely causes of this issue: Hardware failure or changes introduced on the SAN or something else system administration did. If you have a log of what you do to the systems, check it. Changes to /etc/rc.config.d/netconf often hang boot processes.&lt;BR /&gt;&lt;BR /&gt;Good luck, post more information and i will see what i can do to help. I have an off day here in Jerusalem.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
    <pubDate>Wed, 23 Feb 2005 06:58:05 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-02-23T06:58:05Z</dc:date>
    <item>
      <title>rp3440 can't finish booting, list stuck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887478#M401771</link>
      <description>Hi, we have recently set-up an rp3440, when it boots and starts executing rc, the list stops at &lt;BR /&gt;"Configuring HP Fibre Channel FCD Mass Storage interfaces",&lt;BR /&gt; being unable to continue the boot. We have 2 internal disks and 2 tachyon fibre channel cards, but just before de above message there's a &lt;BR /&gt;"Configure HP Fibre Channel Tachyon TL/TS Mass Storage interfaces .... OK"&lt;BR /&gt;I guess that the latter message corresponds to the fibre channel cards, but I don't know what's the "fcd mass storage" for...&lt;BR /&gt;Any hints? Thanks.</description>
      <pubDate>Wed, 23 Feb 2005 06:47:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887478#M401771</guid>
      <dc:creator>Roberto Martinez_2</dc:creator>
      <dc:date>2005-02-23T06:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: rp3440 can't finish booting, list stuck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887479#M401772</link>
      <description>Roberto,&lt;BR /&gt;just to get the machine up and running goto single user and remove the rc script link and reboot.If you don'r use the FCDs the machine should boot and you can investigate the problem properly with the system up.&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 23 Feb 2005 06:54:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887479#M401772</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2005-02-23T06:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: rp3440 can't finish booting, list stuck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887480#M401773</link>
      <description>Are you booting off the fiber cards (remote disk) or localdisk?&lt;BR /&gt;&lt;BR /&gt;If you are booting off local, you might try disconnecting the fiber cables and booting again.  It is possible that a problem on the SAN is interfering with the boot.&lt;BR /&gt;&lt;BR /&gt;Another idea: boot to single user mode.&lt;BR /&gt;&lt;BR /&gt;intervene during boot at the 10 second prompt.&lt;BR /&gt;&lt;BR /&gt;You do have hardware diagnostics you can run from this point.&lt;BR /&gt;&lt;BR /&gt;or continue boot.&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact&lt;BR /&gt;&lt;BR /&gt;hpux -is&lt;BR /&gt;&lt;BR /&gt;mount /var&lt;BR /&gt;mount /usr&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;vi /etc/rc.log&lt;BR /&gt;&lt;BR /&gt;Find out where you really are stopping.&lt;BR /&gt;&lt;BR /&gt;Consider changing the items in /sbin/rc2.d and changing start items that are failing to not run. Don't do this with nfs, it will make the situation worse.&lt;BR /&gt;&lt;BR /&gt;example&lt;BR /&gt;&lt;BR /&gt;you have an item marked S800fiber&lt;BR /&gt;&lt;BR /&gt;mv S800fiber s800fiber&lt;BR /&gt;&lt;BR /&gt;The lower case s will now have this item not be picked up for start.&lt;BR /&gt;&lt;BR /&gt;A general hint. There are two likely causes of this issue: Hardware failure or changes introduced on the SAN or something else system administration did. If you have a log of what you do to the systems, check it. Changes to /etc/rc.config.d/netconf often hang boot processes.&lt;BR /&gt;&lt;BR /&gt;Good luck, post more information and i will see what i can do to help. I have an off day here in Jerusalem.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
      <pubDate>Wed, 23 Feb 2005 06:58:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887480#M401773</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-23T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: rp3440 can't finish booting, list stuck</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887481#M401774</link>
      <description>ok, disabled fcd drivers and everything ok.</description>
      <pubDate>Wed, 23 Feb 2005 06:58:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rp3440-can-t-finish-booting-list-stuck/m-p/4887481#M401774</guid>
      <dc:creator>Roberto Martinez_2</dc:creator>
      <dc:date>2005-02-23T06:58:48Z</dc:date>
    </item>
  </channel>
</rss>

