<?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: Default run level in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026689#M131722</link>
    <description>twang brins up and important point.  If the shell for root is changed all kinds of horrible things can happen.&lt;BR /&gt;&lt;BR /&gt;Take a look at the file /etc/rc.log and see what the last step on a boot is.  There should be an error message or at least you'll see the last command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Thu, 17 Jul 2003 22:33:56 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2003-07-17T22:33:56Z</dc:date>
    <item>
      <title>Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026682#M131715</link>
      <description>I have a D9000 running 11.00, when the system reboots it shows that it is in run level 3 however it is not starting CDE and only has /, /var, /usr/, and /stand mounted.  My inittab is correct.  When I give the init 3 command CDE starts and all file systems mount normally.  Any suggestions would be appreciated!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 16:36:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026682#M131715</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2003-07-17T16:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026683#M131716</link>
      <description>Hi Joe,&lt;BR /&gt;&lt;BR /&gt;If your /etc/inittab has this line as the first&lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;Then I'd suspect something in run-level 2 is hanging &amp;amp; the system never makes it to RL 3.&lt;BR /&gt;Hook a console up &amp;amp; watch the boot or check /etc/rc.log to see just how for the rc sequence gets. Last entry in rc.log should be the suspect.&lt;BR /&gt;When you do the init 3, you're forcing the system to run the /sbin/rc3.d scripts.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 17 Jul 2003 16:40:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026683#M131716</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-07-17T16:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026684#M131717</link>
      <description>Stab in the dark....&lt;BR /&gt;&lt;BR /&gt;Check /etc/passwd, if root's account does not have a valid shell the (/sbin/sh) the the boot sequence fails...&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Thu, 17 Jul 2003 16:46:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026684#M131717</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2003-07-17T16:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026685#M131718</link>
      <description>you can also use who -r to see what run level you're at &lt;BR /&gt;&lt;BR /&gt;but without /opt mounted i'd say you had a problem mounting the file systems and this is the reason for the startup scripts failing or hanging, their is no executables from /opt present.&lt;BR /&gt;&lt;BR /&gt;I'd work on getting /opt mounted and the other files systems from vg00 then reboot the system</description>
      <pubDate>Thu, 17 Jul 2003 16:49:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026685#M131718</guid>
      <dc:creator>curt larson_1</dc:creator>
      <dc:date>2003-07-17T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026686#M131719</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Check the /etc/rc.log file for errors. Also, check the following post for an extra idea of what could cause a situation like yours.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x268e3f9a15add711abdc0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x268e3f9a15add711abdc0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario</description>
      <pubDate>Thu, 17 Jul 2003 17:04:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026686#M131719</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-07-17T17:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026687#M131720</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;/usr/dt/bin/dtconfig -e&lt;BR /&gt;will enable the dt auto start.&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Thu, 17 Jul 2003 20:45:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026687#M131720</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-17T20:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026688#M131721</link>
      <description>Do you have a look in the shell for the root account? &lt;BR /&gt;- try to change it to /sbin/sh and see whether it works. &lt;BR /&gt;- if the shell is /usr/bin/ksh, change it to /usr/bin/sh and see. &lt;BR /&gt;- verify that you are really in runlevel 3. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 21:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026688#M131721</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-17T21:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Default run level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026689#M131722</link>
      <description>twang brins up and important point.  If the shell for root is changed all kinds of horrible things can happen.&lt;BR /&gt;&lt;BR /&gt;Take a look at the file /etc/rc.log and see what the last step on a boot is.  There should be an error message or at least you'll see the last command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 17 Jul 2003 22:33:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/default-run-level/m-p/3026689#M131722</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-17T22:33:56Z</dc:date>
    </item>
  </channel>
</rss>

