<?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 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411492#M353112</link>
    <description>Dear Rakesh&lt;BR /&gt;&lt;BR /&gt;for changing permanently&lt;BR /&gt;u have to edit in /etc/inittab file&lt;BR /&gt;init:3:initdefault: &lt;BR /&gt;&lt;BR /&gt;replace three with new run level&lt;BR /&gt;&lt;BR /&gt;if u want temparary&lt;BR /&gt;init then run level no:&lt;BR /&gt;&lt;BR /&gt;thanks and regards &lt;BR /&gt;&lt;BR /&gt;Sajjad</description>
    <pubDate>Sat, 02 May 2009 05:33:34 GMT</pubDate>
    <dc:creator>Sajjad Sahir</dc:creator>
    <dc:date>2009-05-02T05:33:34Z</dc:date>
    <item>
      <title>RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411486#M353106</link>
      <description>HOW TO CHANGE RUN LEVEL PERMANET IN HP-UX?</description>
      <pubDate>Fri, 01 May 2009 10:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411486#M353106</guid>
      <dc:creator>Rakesh Babu</dc:creator>
      <dc:date>2009-05-01T10:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411487#M353107</link>
      <description>The first line of /etc/inittab defines the run level:&lt;BR /&gt;&lt;BR /&gt;init:3:initdefault:&lt;BR /&gt;&lt;BR /&gt;See "man 4 inittab" for details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 01 May 2009 10:29:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411487#M353107</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-01T10:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411488#M353108</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you mean the default run-level at boot, then As Pete has said, this is defined as the 'initdefault' action in '/etc/inittab'.&lt;BR /&gt;&lt;BR /&gt;Be advised that the startup scripts in the '/sbin/init.d' directory are run based on this init level.  Run-level 3 is HP-UX's standard networked, multi-user operating state.&lt;BR /&gt;&lt;BR /&gt;To change run-levels (up or down) use 'init'.  See it's manpages.&lt;BR /&gt;&lt;BR /&gt;If you want to perform work in single-user mode, you should boot into this level.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 01 May 2009 10:46:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411488#M353108</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-05-01T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411489#M353109</link>
      <description>Hello Rakesh&lt;BR /&gt;please go through below doc, spend few minuts it will clear you for your query,&lt;BR /&gt;good luck,&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/B9106-90008/init.1M.html" target="_blank"&gt;http://docs.hp.com/en/B9106-90008/init.1M.html&lt;/A&gt;</description>
      <pubDate>Fri, 01 May 2009 10:52:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411489#M353109</guid>
      <dc:creator>avizen9</dc:creator>
      <dc:date>2009-05-01T10:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411490#M353110</link>
      <description>Dear,&lt;BR /&gt;&lt;BR /&gt;please see man init and inittab</description>
      <pubDate>Fri, 01 May 2009 12:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411490#M353110</guid>
      <dc:creator>Jestin John Chacko</dc:creator>
      <dc:date>2009-05-01T12:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411491#M353111</link>
      <description>Hi Rakesh,&lt;BR /&gt;&lt;BR /&gt;For changing run level permanently, you have to edit /etc/inittab file &lt;BR /&gt;The file /etc/inittab contains an entry telling init that the initial run level for the system during boot-up should be run level 3:&lt;BR /&gt;#vi /etc/inittab&lt;BR /&gt; &lt;BR /&gt;init:3:initdefault: &lt;BR /&gt;&lt;BR /&gt;Check below link for details run level, &lt;BR /&gt;&lt;A href="http://docs.hp.com/en/5992-4580/ch03s07.html" target="_blank"&gt;http://docs.hp.com/en/5992-4580/ch03s07.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds,,&lt;BR /&gt;Taifur</description>
      <pubDate>Sat, 02 May 2009 04:48:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411491#M353111</guid>
      <dc:creator>Taifur</dc:creator>
      <dc:date>2009-05-02T04:48:26Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411492#M353112</link>
      <description>Dear Rakesh&lt;BR /&gt;&lt;BR /&gt;for changing permanently&lt;BR /&gt;u have to edit in /etc/inittab file&lt;BR /&gt;init:3:initdefault: &lt;BR /&gt;&lt;BR /&gt;replace three with new run level&lt;BR /&gt;&lt;BR /&gt;if u want temparary&lt;BR /&gt;init then run level no:&lt;BR /&gt;&lt;BR /&gt;thanks and regards &lt;BR /&gt;&lt;BR /&gt;Sajjad</description>
      <pubDate>Sat, 02 May 2009 05:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411492#M353112</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-02T05:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: RUN LEVEL</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411493#M353113</link>
      <description>Why do you want to change it permanently?</description>
      <pubDate>Sat, 02 May 2009 15:25:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-level/m-p/4411493#M353113</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2009-05-02T15:25:15Z</dc:date>
    </item>
  </channel>
</rss>

