<?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: Run level after boot in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017529#M129740</link>
    <description>Joe,&lt;BR /&gt;&lt;BR /&gt;I would have to suggest that you start another thread, perhaps referring back to this one.  With the magic bunny already assigned to this one, your response will be better with a new thread and you'll also be able to assign points to those who help you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Jul 2003 13:22:40 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2003-07-17T13:22:40Z</dc:date>
    <item>
      <title>Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017517#M129728</link>
      <description>Hi,&lt;BR /&gt;I have a critical server running 10.20&lt;BR /&gt;&lt;BR /&gt;Rebooted it last night using shutdown -r 1&lt;BR /&gt;and it rebooted ok but started up seemingly in single user mode.&lt;BR /&gt;who -r showed that it was at run level 3, but I wasn't prompted to log in, no network services were working and /home and others had not been mounted.&lt;BR /&gt;init 3 solved the problem and brought the server up to run level 3 and (touch wood :} )&lt;BR /&gt;everything is fine.&lt;BR /&gt;I checked /etc/inittab and the top line reads&lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;&lt;BR /&gt;Any ideas why that might have happened?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Luke</description>
      <pubDate>Tue, 08 Jul 2003 07:40:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017517#M129728</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2003-07-08T07:40:37Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017518#M129729</link>
      <description>first point, your critical server is runing an OS that is no longer supported&lt;BR /&gt;second point, check what /etc/rc.log shows.</description>
      <pubDate>Tue, 08 Jul 2003 07:47:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017518#M129729</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-07-08T07:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017519#M129730</link>
      <description>checl /etc/rc.log and see what applications started at current run level.</description>
      <pubDate>Tue, 08 Jul 2003 07:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017519#M129730</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-08T07:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017520#M129731</link>
      <description>Your problem seems to have stemmed from 'shutdown -r 1' seemingly has placed your system into single user mode (some people say run level one).&lt;BR /&gt;The -r does actually mean run level. Have a look at the man page 'man 1m shutdown'&lt;BR /&gt;&lt;BR /&gt;The correct procedure to reboot your system is &lt;BR /&gt;&lt;BR /&gt;# cd /&lt;BR /&gt;# shutdown -r -y 0 (using no numbers for -r)&lt;BR /&gt;&lt;BR /&gt;From your /etc/inittab file, the line init:3 is actually the default run level when your system is fully up, meaning the scripts running in  /sbin/rc1.d , /sbin/rc2.d &amp;amp; /sbin/rc3.d</description>
      <pubDate>Tue, 08 Jul 2003 07:53:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017520#M129731</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2003-07-08T07:53:39Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017521#M129732</link>
      <description>Thank you all.&lt;BR /&gt;&lt;BR /&gt;Melvyn, I am aware it is no supported and I have made those 'above' me aware quite some time ago.&lt;BR /&gt;&lt;BR /&gt;Melvyn and twang, thank you, I am currently looking through the log file.&lt;BR /&gt;&lt;BR /&gt;Michael, I had a look at the man page and according to that, shutdown -r 0 will reboot the server. The man page states that -r is to reboot. However, the command you have stated would work too, so I thank you for the suggestion.&lt;BR /&gt;&lt;BR /&gt;Luke</description>
      <pubDate>Tue, 08 Jul 2003 08:14:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017521#M129732</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2003-07-08T08:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017522#M129733</link>
      <description>Hi Luke&lt;BR /&gt;&lt;BR /&gt;since you have issued command &lt;BR /&gt;#shutdown -r 1&lt;BR /&gt;system goes to run level 1 wherein  no netwok services available, mount -a would have mounted all file systems.&lt;BR /&gt;&lt;BR /&gt;init:3:initdefault meaning that&lt;BR /&gt;whenever you isuue reboot/shutdown -r, system will comeup to run level 3 by default (unless you interrupt the boot process)</description>
      <pubDate>Tue, 08 Jul 2003 08:29:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017522#M129733</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-07-08T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017523#M129734</link>
      <description>blast! missed the -r1 bit.&lt;BR /&gt;This would have taken the system down to run level 1, which is not really what you want to do, as already pointed out by other respondents.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jul 2003 08:31:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017523#M129734</guid>
      <dc:creator>melvyn burnard</dc:creator>
      <dc:date>2003-07-08T08:31:24Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017524#M129735</link>
      <description>It is documented here to use shutdown -r 1.&lt;BR /&gt;I thought that it meant to shutdown and reboot in 1 second.&lt;BR /&gt;&lt;BR /&gt;I will be revising the documentation to shutdown -r&lt;BR /&gt;&lt;BR /&gt;Many thanks to you all for your help.&lt;BR /&gt;&lt;BR /&gt;Luke</description>
      <pubDate>Tue, 08 Jul 2003 08:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017524#M129735</guid>
      <dc:creator>Luke Morgan</dc:creator>
      <dc:date>2003-07-08T08:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017525#M129736</link>
      <description>Hi Luke&lt;BR /&gt;&lt;BR /&gt;#shutdown -h now&lt;BR /&gt;will completely halt the system&lt;BR /&gt;#reboot   or&lt;BR /&gt;#shutdown -r now&lt;BR /&gt;&lt;BR /&gt;will reboot the machine</description>
      <pubDate>Tue, 08 Jul 2003 09:40:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017525#M129736</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2003-07-08T09:40:10Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017526#M129737</link>
      <description>Hello!&lt;BR /&gt;&lt;BR /&gt;As the shutdown without parameters goes to&lt;BR /&gt;single mode the -r X goes to X runlevel.&lt;BR /&gt;&lt;BR /&gt;For reboot use shutdown -ry 0&lt;BR /&gt;&lt;BR /&gt;Caesar</description>
      <pubDate>Tue, 08 Jul 2003 19:18:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017526#M129737</guid>
      <dc:creator>Caesar_3</dc:creator>
      <dc:date>2003-07-08T19:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017527#M129738</link>
      <description>JUST A NOTE TO BE AWARE&lt;BR /&gt;&lt;BR /&gt;Using &lt;BR /&gt;&lt;BR /&gt;#reboot&lt;BR /&gt;&lt;BR /&gt;Is a dirty way of rebooting the system from Run Level 3, as I beleive it does not run through the run scripts and shuts down things neatly. It just kills the processes off and unmount the File Systems and shuts down.&lt;BR /&gt;&lt;BR /&gt;Though &lt;BR /&gt;&lt;BR /&gt;#reboot&lt;BR /&gt;&lt;BR /&gt;Is ok to issue from Run Level 1&lt;BR /&gt;&lt;BR /&gt;Though the other two commands are fine.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;Rich</description>
      <pubDate>Wed, 09 Jul 2003 13:41:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017527#M129738</guid>
      <dc:creator>Richard Ace_1</dc:creator>
      <dc:date>2003-07-09T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017528#M129739</link>
      <description>was looking at this thread this morning, I have a similiar problem.  my inittab is correct, and the rc.log looks fine (starting all it should be) however, CDE isn't starting at the console, it just goes to a root prompt; doing 'init 3' does start CDE, so I (seemingly) don't have reason to suspect any of those scripts in run-level 3.  Suggestions, anyone?  &lt;BR /&gt;&lt;BR /&gt;Thanks in adavnce,&lt;BR /&gt;Joe</description>
      <pubDate>Thu, 17 Jul 2003 13:17:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017528#M129739</guid>
      <dc:creator>Joe Robinson_2</dc:creator>
      <dc:date>2003-07-17T13:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: Run level after boot</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017529#M129740</link>
      <description>Joe,&lt;BR /&gt;&lt;BR /&gt;I would have to suggest that you start another thread, perhaps referring back to this one.  With the magic bunny already assigned to this one, your response will be better with a new thread and you'll also be able to assign points to those who help you.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Jul 2003 13:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level-after-boot/m-p/3017529#M129740</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-07-17T13:22:40Z</dc:date>
    </item>
  </channel>
</rss>

