<?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: L 2000 hangs on startup in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662237#M48686</link>
    <description>I've check the /etc/rc.config.d/netconf,&lt;BR /&gt;&lt;BR /&gt;The DHCP is set to 0&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 11 Feb 2002 12:04:43 GMT</pubDate>
    <dc:creator>Michael O'brien_1</dc:creator>
    <dc:date>2002-02-11T12:04:43Z</dc:date>
    <item>
      <title>L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662235#M48684</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have an L2000 server which hangs just after if reaches the autoparms message. If I boot the machine into single user mode and then take it throught init1, init2 and run the scripts in init3 on at a time. Then the server has no problems. If I try and let the server boot normally the if hangs just after the autoparms message. If will just sit there and not continue.&lt;BR /&gt;&lt;BR /&gt;If I press "control \ c" then enter it will then boot.&lt;BR /&gt;&lt;BR /&gt;What processes are happening after the autoparms message and before the first entry in rc1.d?&lt;BR /&gt;&lt;BR /&gt;If there's a problem with a script in run level 3 whay doesn't it boot until if reaches the scripts with the problem?&lt;BR /&gt;&lt;BR /&gt;Why will it boot if the take through the run levels maually?&lt;BR /&gt;&lt;BR /&gt;If anyone can give me some pointers of what might be causing this problem I would much appricate it.&lt;BR /&gt;&lt;BR /&gt;Many Thanks&lt;BR /&gt;Michael</description>
      <pubDate>Mon, 11 Feb 2002 10:58:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662235#M48684</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2002-02-11T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662236#M48685</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Check if DHCP is enabled in /etc/rc.config.d/netconf but not installed.&lt;BR /&gt;&lt;BR /&gt;That could do it.&lt;BR /&gt;&lt;BR /&gt;What is the exact message&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Mon, 11 Feb 2002 11:06:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662236#M48685</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-02-11T11:06:59Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662237#M48686</link>
      <description>I've check the /etc/rc.config.d/netconf,&lt;BR /&gt;&lt;BR /&gt;The DHCP is set to 0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Feb 2002 12:04:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662237#M48686</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2002-02-11T12:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662238#M48687</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;it is very easy to find out exactly, which scripts are run when entering a new runlevel:&lt;BR /&gt;&lt;BR /&gt;in the directory for scripts to be run when entering runlevel 3 you do a listing and all more you have to do is to look at the names of scripts:&lt;BR /&gt;S100name_of_service&lt;BR /&gt;S110name_of_another_service&lt;BR /&gt;&lt;BR /&gt;and so on....&lt;BR /&gt;&lt;BR /&gt;The number after the S is the passnumber of the script! The script with the lowest number is executed first, after it the others, so you can exactly see which script is run at which moment. ( The same procedure is also taken for the kill- scripts of course!)&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 11 Feb 2002 12:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662238#M48687</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-11T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662239#M48688</link>
      <description>What I need to find out is what is happening after the initial boot phase and prior to the first run level starting. After the auto_parms message and prior entering the rc1.d and running the crashconf script.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 11 Feb 2002 12:39:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662239#M48688</guid>
      <dc:creator>Michael O'brien_1</dc:creator>
      <dc:date>2002-02-11T12:39:21Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662240#M48689</link>
      <description>Hi Michael,&lt;BR /&gt;&lt;BR /&gt;when the initial sequence is over ( the copy of the kernel is in RAM ) the swapper daemon is started ( PID 0 ) and after that control is taken by init. That command first reads the /etc/inittab to find out the initdefault. ( Normally 3 ) Take care you have a good entry in that line! ( Key word is initdefault )After this, init reads the following lines with the possibilities:&lt;BR /&gt;&lt;BR /&gt;first field : name entry&lt;BR /&gt;second field : defines, in which runlevel the commands should be done. No entry here means in every runlevel. One entry means in only one runlevel, several entrys means in the defined runlevels.&lt;BR /&gt;&lt;BR /&gt;You should check if all entries are correct. If the answer is yes, then find out if the start- and stop- scripts have the corret pass- number ( see my first mail ). Where any changes made, and if the answer is yes, where have the changes been made. There exist dependencies!&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 11 Feb 2002 12:54:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662240#M48689</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-02-11T12:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662241#M48690</link>
      <description>Hmm, what happens if you move /sbin/auto_parms out of the way?&lt;BR /&gt;e.g. cp /sbin/auto_parms /sbin/auto_parms.suspect&lt;BR /&gt;and then clear out auto_parms so it's file os 0 size? or even just remove it?&lt;BR /&gt;&lt;BR /&gt;I suspect there may be an error in this file, as there are some settings in there that could mistakenly be set to try to use DHCP etc.&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Feb 2002 12:56:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662241#M48690</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2002-02-11T12:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: L 2000 hangs on startup</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662242#M48691</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This shows that auto_parms file has been corrupted. Get into single user mode &lt;BR /&gt;# cp /sbin/auto_parms /sbin/auto_parms.old&lt;BR /&gt;#set_parms initial&lt;BR /&gt;then reboot the machine would solve the problem</description>
      <pubDate>Mon, 11 Feb 2002 13:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/l-2000-hangs-on-startup/m-p/2662242#M48691</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-02-11T13:58:35Z</dc:date>
    </item>
  </channel>
</rss>

