<?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: question about single-user mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009889#M426311</link>
    <description>Thanks again, all --</description>
    <pubDate>Mon, 23 Oct 2006 08:38:30 GMT</pubDate>
    <dc:creator>JLee_1</dc:creator>
    <dc:date>2006-10-23T08:38:30Z</dc:date>
    <item>
      <title>question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009879#M426301</link>
      <description>Good morning, all --  Just a quick question about working in single user mode.&lt;BR /&gt;&lt;BR /&gt;Over the weekend I made my first attempt at booting a system into single user mode, but once there I was unable to execute any commands.  It was as if I didn't have a working shell to execute commands with from the command line.  I ended up bumping up to init 2 (which did work), and just doing the work I needed to do from there.  So I'm wondering -- is there an initial step that I'm missing to be able to work in single user mode?  &lt;BR /&gt;&lt;BR /&gt;Thanks in advance for helping out a newbie...</description>
      <pubDate>Mon, 23 Oct 2006 08:24:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009879#M426301</guid>
      <dc:creator>JLee_1</dc:creator>
      <dc:date>2006-10-23T08:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009880#M426302</link>
      <description>Hi,&lt;BR /&gt;did you mount all your required disks /usr /var /opt /etc&lt;BR /&gt;Without those no commands would be found.</description>
      <pubDate>Mon, 23 Oct 2006 08:26:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009880#M426302</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-10-23T08:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009881#M426303</link>
      <description>Friend procedure certain e the following one: it interrupts boot hpux initiates the S.O with flag - lm Apos the S.O to initiate executes the command vgchange -a y  the y /dev/vg00 mount -a</description>
      <pubDate>Mon, 23 Oct 2006 08:30:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009881#M426303</guid>
      <dc:creator>Calandrello</dc:creator>
      <dc:date>2006-10-23T08:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009882#M426304</link>
      <description>Single user mode has only two filesystems mounted: / and /stand. Therefore, only the commands in /sbin are available. However, one of the commands in /sbin is mount so you can mount the 3 most important filesystems:&lt;BR /&gt; &lt;BR /&gt;mount /usr&lt;BR /&gt;mount /tmp&lt;BR /&gt;mount /var&lt;BR /&gt; &lt;BR /&gt;Now you can use bdf and vi and all the more familiar commands. You can also use mount -a to mount everything but you'll get errors with NFS filesystems (NFS doesn't exist because networking doesn't exist in single user mode), so use mount -al</description>
      <pubDate>Mon, 23 Oct 2006 08:30:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009882#M426304</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2006-10-23T08:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009883#M426305</link>
      <description>In single user mode you do not have any fileysstems mounted other than / and /stand.  There are some commands available in /sbin.&lt;BR /&gt;&lt;BR /&gt;Depending on what you what to do you will probably want to mount at least /usr and /var.  /usr contains all of your commands and libraries.  /var provides /var/tmp for temporary files.&lt;BR /&gt;&lt;BR /&gt;You generally won't need /opt or /tmp in single-user mode but you can mount them as long as the work you are doing does not effect those LVs.</description>
      <pubDate>Mon, 23 Oct 2006 08:31:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009883#M426305</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-23T08:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009884#M426306</link>
      <description>Ahhh... so your very first step would be to mount the file systems you need?  Is 'mount' an intrinsic command?</description>
      <pubDate>Mon, 23 Oct 2006 08:32:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009884#M426306</guid>
      <dc:creator>JLee_1</dc:creator>
      <dc:date>2006-10-23T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009885#M426307</link>
      <description>Calandrello -- the '-lm' flag DOES NOT get you to single-user mode.  '-lm' gets you to LVM Maintenance Mode.  That is different than single-user mode.&lt;BR /&gt;&lt;BR /&gt;Using the '-is' (hpux -is) initiates single-user mode.</description>
      <pubDate>Mon, 23 Oct 2006 08:33:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009885#M426307</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-23T08:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009886#M426308</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;lvm maintenance mode and single user mode are similar but different tools for different jobs.&lt;BR /&gt;&lt;BR /&gt;The primary purpose of lvm maintenance mode is inherent in its name. The quorum requirement that volume groups have more than 50% of members present is not in place permitting you to work with the system.&lt;BR /&gt;&lt;BR /&gt;Single user mode itself is very much like normal mode without networking when you run Bill's three mount commands.&lt;BR /&gt;&lt;BR /&gt;Its a great way to work without having users around.&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Oct 2006 08:36:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009886#M426308</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-10-23T08:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009887#M426309</link>
      <description>Yes, it is.  Once in single-user mode you can do:&lt;BR /&gt;&lt;BR /&gt;# mount /var&lt;BR /&gt;# mount /usr&lt;BR /&gt;&lt;BR /&gt;And whatever else you need.  If needed, you can specify '/sbin/mount' on the command line.</description>
      <pubDate>Mon, 23 Oct 2006 08:36:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009887#M426309</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-10-23T08:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009888#M426310</link>
      <description>That makes sense.  Thank you all for the quick responses...and for bearing with me!&lt;BR /&gt;&lt;BR /&gt;(Thanks for that clarification as well, Patrick)</description>
      <pubDate>Mon, 23 Oct 2006 08:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009888#M426310</guid>
      <dc:creator>JLee_1</dc:creator>
      <dc:date>2006-10-23T08:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: question about single-user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009889#M426311</link>
      <description>Thanks again, all --</description>
      <pubDate>Mon, 23 Oct 2006 08:38:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/question-about-single-user-mode/m-p/5009889#M426311</guid>
      <dc:creator>JLee_1</dc:creator>
      <dc:date>2006-10-23T08:38:30Z</dc:date>
    </item>
  </channel>
</rss>

