<?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: sigle user mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700568#M249232</link>
    <description>It is best to boot up in single user mode rather than trying to use init to drop down to it.  That isn't always clean.  Another use for single user mode, if you don't have OnLineJFS and need to expand the lvols /var, /usr, or /opt.  Since they have to be unmounted to do this, single user mode is one easy way to do it.</description>
    <pubDate>Thu, 05 Jan 2006 18:27:10 GMT</pubDate>
    <dc:creator>Ted Buis</dc:creator>
    <dc:date>2006-01-05T18:27:10Z</dc:date>
    <item>
      <title>sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700560#M249224</link>
      <description>Hi people, i was looking for a document or something regarding all the activities and actions one can do once he is in the single user mode. Any suggestions</description>
      <pubDate>Sun, 01 Jan 2006 15:45:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700560#M249224</guid>
      <dc:creator>khilari</dc:creator>
      <dc:date>2006-01-01T15:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700561#M249225</link>
      <description>Single user mode is a special condition where there is no networking, no services (like printing) and no applications are started. Nothing is mounted except / and /stand. So at the very start of single user mode, only the commands founf in /sbin are available.&lt;BR /&gt; &lt;BR /&gt;You'll see commands like vi are missing, but no problem--just mount the 3 required filesystems:&lt;BR /&gt; &lt;BR /&gt;mount /var&lt;BR /&gt;mount /tmp&lt;BR /&gt;mount /usr&lt;BR /&gt; &lt;BR /&gt;and now in single user mode, you can run vi and most of the commands in /usr/bin. Some commands in /usr/bin will not work because they need networking started.</description>
      <pubDate>Sun, 01 Jan 2006 19:19:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700561#M249225</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-01-01T19:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700562#M249226</link>
      <description>As explained by Bill Single user mode is a special condition where there is no networking, no services (like printing) and no applications are started.&lt;BR /&gt;&lt;BR /&gt;Here are the major actions which you can do:&lt;BR /&gt;&lt;BR /&gt;a) Change root password&lt;BR /&gt;b) Check system logs for error messages , if your system is not booting to Multi-user mode.&lt;BR /&gt;c) check network logs to isolate networking related issues&lt;BR /&gt;d) check scripts which are failing during startup and modify them using vi&lt;BR /&gt;&lt;BR /&gt;Here is the procedure to go to the single user mode:&lt;BR /&gt;&lt;BR /&gt;Step1. During the systemâ  s boot sequence it will usually wait and display the following or&lt;BR /&gt;similar messages if Autoboot is enabled:&lt;BR /&gt;Processor is booting from first available device.&lt;BR /&gt;To discontinue, press any key within 10 seconds.&lt;BR /&gt;&lt;BR /&gt;Step2. Press any key before the 10 seconds elapses.&lt;BR /&gt;Step3. If the primary or alternate boot path is set correctly, you may boot using the&lt;BR /&gt;commands boot pri or boot alt, respectively.&lt;BR /&gt;Step4. The system console will display a message similar to the following:&lt;BR /&gt;Interact with IPL (Y, N, or Cancel)?&amp;gt;&lt;BR /&gt;Enter y at the prompt, otherwise, the command specified in the Auto-File String is&lt;BR /&gt;executed.&lt;BR /&gt;&lt;BR /&gt;Booting...&lt;BR /&gt;Boot IO Dependent Code (IODC) revision 1&lt;BR /&gt;HARD Booted.&lt;BR /&gt;ISL Revision A.00.43 Apr 12, 2000&lt;BR /&gt;ISL&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Step5. At the the ISL&amp;gt; prompt you have many possible options to continue.&lt;BR /&gt;â ¢ For standard Multi User Mode boot:&lt;BR /&gt;hpux&lt;BR /&gt;â ¢ For Single User Mode boot:&lt;BR /&gt;hpux â  i</description>
      <pubDate>Mon, 02 Jan 2006 01:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700562#M249226</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-01-02T01:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700563#M249227</link>
      <description>He can able to,&lt;BR /&gt;&lt;BR /&gt; 1) change root passwd when expired and deactivated&lt;BR /&gt; 2) Stop to give access to lan access&lt;BR /&gt; 3) Not able to use NFS&lt;BR /&gt; 4) Getting all privillages &lt;BR /&gt;&lt;BR /&gt;Refer &lt;A href="http://docs.hp.com/en/B2355-60127/init.1M.html" target="_blank"&gt;http://docs.hp.com/en/B2355-60127/init.1M.html&lt;/A&gt; this.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jan 2006 01:27:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700563#M249227</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2006-01-02T01:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700564#M249228</link>
      <description>Hello, Single user mode is mainly for system administrator's purpose to maintain and troubleshoot the server. You can analyse log files, change root password, modify mount options, etc.. .. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.faqs.org/faqs/hp/hpux-faq/section-255.html" target="_blank"&gt;http://www.faqs.org/faqs/hp/hpux-faq/section-255.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Mon, 02 Jan 2006 01:34:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700564#M249228</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-01-02T01:34:46Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700565#M249229</link>
      <description>&lt;BR /&gt;Dear Mujtaba,&lt;BR /&gt;&lt;BR /&gt;Check out this link....&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.westwind.com/reference/OS-X/commandline/single-user.html" target="_blank"&gt;http://www.westwind.com/reference/OS-X/commandline/single-user.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Its good !&lt;BR /&gt;&lt;BR /&gt;With Regards,&lt;BR /&gt;&lt;BR /&gt;Siva.</description>
      <pubDate>Mon, 02 Jan 2006 09:22:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700565#M249229</guid>
      <dc:creator>Sivakumar TS</dc:creator>
      <dc:date>2006-01-02T09:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700566#M249230</link>
      <description>Hi Mujtaba ,&lt;BR /&gt;&lt;BR /&gt;In short , single user mode used for debugig , and troubleshooting purpose , and as described above.&lt;BR /&gt;&lt;BR /&gt;Usually , for reseting root password , or for any FS related issues , or checking logfiles , we can use single user mode. If any device driver or service causing problem in Multiuser mode i.e runlevel 3 or 4 , you can also start in single user mode and mount /usr and troubleshoot that , and check in /sbin/rc3.d/S... files. &lt;BR /&gt;&lt;BR /&gt;Hope this will help,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;hth,&lt;BR /&gt;Raj.</description>
      <pubDate>Mon, 02 Jan 2006 12:57:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700566#M249230</guid>
      <dc:creator>Raj D.</dc:creator>
      <dc:date>2006-01-02T12:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700567#M249231</link>
      <description>Basically, you are gaining root access to the system with a bare minimum of of services started up.&lt;BR /&gt;&lt;BR /&gt;Once you are there, you can do anything.&lt;BR /&gt;&lt;BR /&gt;You can change passwords, mount filesystems, start networking, etc.&lt;BR /&gt;&lt;BR /&gt;You will be booted with only the root VG active and with nothing mounted except slash.&lt;BR /&gt;&lt;BR /&gt;So if you want to use vi, you need to follow the instructions listed above.</description>
      <pubDate>Mon, 02 Jan 2006 14:57:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700567#M249231</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2006-01-02T14:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: sigle user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700568#M249232</link>
      <description>It is best to boot up in single user mode rather than trying to use init to drop down to it.  That isn't always clean.  Another use for single user mode, if you don't have OnLineJFS and need to expand the lvols /var, /usr, or /opt.  Since they have to be unmounted to do this, single user mode is one easy way to do it.</description>
      <pubDate>Thu, 05 Jan 2006 18:27:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sigle-user-mode/m-p/3700568#M249232</guid>
      <dc:creator>Ted Buis</dc:creator>
      <dc:date>2006-01-05T18:27:10Z</dc:date>
    </item>
  </channel>
</rss>

