<?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: altering init level in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989643#M780940</link>
    <description>Just a note about single user mode:&lt;BR /&gt;init cannot take the system to a true single user mode, defined as no mounts (except / and /stand), no networking and other daemons. Despite tha man page concerning init s/S (and the man page for shutdown), this has not worked reliably for more than 10 years. The only guarenteed way to enter single user mode is to reboot and interrupt the boot process when it says you have 10 seconds. shutdown 0 was a really good way to bypass the (often lengthy) selftests going from an active run level to single user mode, but alas, filesystems remain mounted and other non-essential processes are still running.&lt;BR /&gt; &lt;BR /&gt;Note that on newer processors (N/L class and rp models), a feature called SpeedyBoot was made available (without a lot of docs) to turn off various selftests. The command to set SpeedyBoot options is setboot. Note that full selftests are automatically re-enabled if a RAM or processor error causes the system to crash and reboot.</description>
    <pubDate>Mon, 10 Jul 2006 08:08:33 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2006-07-10T08:08:33Z</dc:date>
    <item>
      <title>altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989637#M780934</link>
      <description>hi,&lt;BR /&gt;will altering the &lt;BR /&gt;init:3:initdefault: to init:1:initdefault:&lt;BR /&gt;in /etc/inittab file will change the run level persistant across reboot?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;amit</description>
      <pubDate>Mon, 10 Jul 2006 04:28:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989637#M780934</guid>
      <dc:creator>amit mehta_2</dc:creator>
      <dc:date>2006-07-10T04:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989638#M780935</link>
      <description>Shalom amit,&lt;BR /&gt;&lt;BR /&gt;This will cause the machine to boot up in single user mode, without networking and without mounting any filesystems.&lt;BR /&gt;&lt;BR /&gt;It will make the system only accessible from the console(GSP/MP/iLo should work).&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Jul 2006 04:32:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989638#M780935</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-10T04:32:10Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989639#M780936</link>
      <description>yes you will run at init 1. but at init1 all file system already mount, but network not running. &lt;BR /&gt;&lt;BR /&gt;Diferent with single user mode. At single user mode all file system will not mount.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Freddy</description>
      <pubDate>Mon, 10 Jul 2006 04:45:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989639#M780936</guid>
      <dc:creator>freddy_21</dc:creator>
      <dc:date>2006-07-10T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989640#M780937</link>
      <description>Single user mode is used for maintenance purposes as there are some activities which can't be performed when system is running in level3 (or say multi user mode).</description>
      <pubDate>Mon, 10 Jul 2006 04:48:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989640#M780937</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2006-07-10T04:48:17Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989641#M780938</link>
      <description>thanks steven,&lt;BR /&gt;As you said, the machine is now accessible only from the console now, but i can still see the entire file system mounted:-)&lt;BR /&gt;i know the following command at ISL promt will bring me into single user mode: &lt;BR /&gt;"hpux -is" &lt;BR /&gt;but will it be persistant across reboots?&lt;BR /&gt;do we have any environment variable which can return the run level?&lt;BR /&gt;&lt;BR /&gt;thanks,&lt;BR /&gt;amit</description>
      <pubDate>Mon, 10 Jul 2006 05:04:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989641#M780938</guid>
      <dc:creator>amit mehta_2</dc:creator>
      <dc:date>2006-07-10T05:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989642#M780939</link>
      <description>hi,&lt;BR /&gt;figured how to find the run level.&lt;BR /&gt;# who -r&lt;BR /&gt;   .       run-level 3  Jul 10 11:57    3             0    S&lt;BR /&gt;&lt;BR /&gt;thanks.</description>
      <pubDate>Mon, 10 Jul 2006 05:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989642#M780939</guid>
      <dc:creator>amit mehta_2</dc:creator>
      <dc:date>2006-07-10T05:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989643#M780940</link>
      <description>Just a note about single user mode:&lt;BR /&gt;init cannot take the system to a true single user mode, defined as no mounts (except / and /stand), no networking and other daemons. Despite tha man page concerning init s/S (and the man page for shutdown), this has not worked reliably for more than 10 years. The only guarenteed way to enter single user mode is to reboot and interrupt the boot process when it says you have 10 seconds. shutdown 0 was a really good way to bypass the (often lengthy) selftests going from an active run level to single user mode, but alas, filesystems remain mounted and other non-essential processes are still running.&lt;BR /&gt; &lt;BR /&gt;Note that on newer processors (N/L class and rp models), a feature called SpeedyBoot was made available (without a lot of docs) to turn off various selftests. The command to set SpeedyBoot options is setboot. Note that full selftests are automatically re-enabled if a RAM or processor error causes the system to crash and reboot.</description>
      <pubDate>Mon, 10 Jul 2006 08:08:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989643#M780940</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-07-10T08:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: altering init level</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989644#M780941</link>
      <description>Thanks a lot :-)</description>
      <pubDate>Tue, 11 Jul 2006 05:10:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/altering-init-level/m-p/4989644#M780941</guid>
      <dc:creator>amit mehta_2</dc:creator>
      <dc:date>2006-07-11T05:10:26Z</dc:date>
    </item>
  </channel>
</rss>

