<?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 problems with maintenance/single user mode in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891791#M103045</link>
    <description>I have just re-installed an A180 class server with HP-UX 11 32 bit, September 2002 release. However, when I attempt to go to maintenace mode or single user mode the server hangs. The server will boot to run level 3 with no problems. Any ideas?</description>
    <pubDate>Wed, 29 Jan 2003 12:16:33 GMT</pubDate>
    <dc:creator>David Lewis_1</dc:creator>
    <dc:date>2003-01-29T12:16:33Z</dc:date>
    <item>
      <title>problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891791#M103045</link>
      <description>I have just re-installed an A180 class server with HP-UX 11 32 bit, September 2002 release. However, when I attempt to go to maintenace mode or single user mode the server hangs. The server will boot to run level 3 with no problems. Any ideas?</description>
      <pubDate>Wed, 29 Jan 2003 12:16:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891791#M103045</guid>
      <dc:creator>David Lewis_1</dc:creator>
      <dc:date>2003-01-29T12:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891792#M103046</link>
      <description>How exactly are you trying to get into single user/maintenance mode?&lt;BR /&gt;&lt;BR /&gt;Also what's in the AUTO file on your boot disk?&lt;BR /&gt;Run lifcp /dev/dsk/c?d?t?:AUTO -&lt;BR /&gt;&lt;BR /&gt;It's possible that your AUTO file is actually booting from a different disk altogether (though unlikely).&lt;BR /&gt;&lt;BR /&gt;The output from &lt;BR /&gt;setboot&lt;BR /&gt;lvlnboot -v&lt;BR /&gt;&lt;BR /&gt;would also be useful.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;John</description>
      <pubDate>Wed, 29 Jan 2003 12:27:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891792#M103046</guid>
      <dc:creator>John Palmer</dc:creator>
      <dc:date>2003-01-29T12:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891793#M103047</link>
      <description>How are you getting to single user mode? Unlike other flavors of Unix, init will never get you there (despite the man page for init and option s/S). In HP-UX, init s or S simply tells init to look att inittab and stop anything that it owns that is not in inittab with an s level.&lt;BR /&gt;&lt;BR /&gt;In the good old days (prior to version 9), shutdown 0 (no -h or -r option) would get you to true single user mode very quickly, bypassing hardware selftests. But somewhere during 9.x and ever since, shutdown became dependent on networking (which makes no sense at all since shutdown usually occurs for abnormal reasons) and can hang. shutdown 0, when it gets you to a shell prompt, will occasionally leave /usr and /var mounted--which is not true single user mode. In true single user mode, NOTHING is mounted (except / and /stand) and there are no processes running except memory management (no networking, no user daemons, etc)&lt;BR /&gt;&lt;BR /&gt;So to get to true single user mode, you must reboot the computer (shutdown -r 0 or if nothing is running, reboot -q), then interrupt the boot process so you can interact with the processor ROMs. Answer YES to boot from primary, and YES to interact with ISL (initial system loader). When you get the ISL prompt, type: hpux -is&lt;BR /&gt;and you'll get to true single user mode.&lt;BR /&gt;&lt;BR /&gt;There is a possibility that you have something customized in /etc/profile and/or root's .profile which is causing the hang because the 'something' is broken in single user mode. Or you may have changed root's shell in /etc/passwd. DON'T CHANGE root's SHELL. It must always be /sbin/sh (search the ITRC forums for numerous warnings and the details)</description>
      <pubDate>Wed, 29 Jan 2003 12:33:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891793#M103047</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-01-29T12:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891794#M103048</link>
      <description>The problem with the server hanging is when I try to boot to single user / maintenance mode via ISL. After interupting the boot sequence and interacting with ISL I've tried two things 1) hpux -is    2) hpux -lm. Both attempts leave the server hanging, generally once it gets to displaying how much memory is in the system. I have checked the AUTO file and I'm booting off of the correct disk also lvlnboot and setboot look ok. Any ideas?</description>
      <pubDate>Wed, 29 Jan 2003 16:15:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891794#M103048</guid>
      <dc:creator>David Lewis_1</dc:creator>
      <dc:date>2003-01-29T16:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891795#M103049</link>
      <description>If any disk of boot disks ahave become unavailable the correct sintax to boot is:&lt;BR /&gt;&lt;BR /&gt;hpux -lq -is&lt;BR /&gt;&lt;BR /&gt;Any other combination , such as hpux -is -lq, will cause a reboot. based on my experience.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 16:32:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891795#M103049</guid>
      <dc:creator>Carlos Fernandez Riera</dc:creator>
      <dc:date>2003-01-29T16:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891796#M103050</link>
      <description>What is roots shell in /etc/passwd? It *must* be /sbin/sh&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Jan 2003 16:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891796#M103050</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2003-01-29T16:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891797#M103051</link>
      <description>Looks like your system gets stuck exactly at that point where init(1M) takes control. &lt;BR /&gt;&lt;BR /&gt;Pls check the configuration of the console device. They should look like:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# ll /dev/console /dev/sys*&lt;BR /&gt;crw--w--w-   1 root       tty          0 0x000000 Jan 29 17:56 /dev/console&lt;BR /&gt;crw--w--w-   2 bin        bin          0 0x000000 Feb 15  2001 /dev/syscon&lt;BR /&gt;crw--w--w-   2 bin        bin          0 0x000000 Feb 15  2001 /dev/systty&lt;BR /&gt;&lt;BR /&gt;Then remove the file /etc/ioctl.syscon, before trying the next reboot.&lt;BR /&gt;&lt;BR /&gt;Best regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Wed, 29 Jan 2003 17:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891797#M103051</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2003-01-29T17:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: problems with maintenance/single user mode</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891798#M103052</link>
      <description>It looks as though I had a corrupt ioctl.syscon file. Copied file out and re-booted then booted into maintenance mode with no problems. Thanks all for your help.</description>
      <pubDate>Thu, 30 Jan 2003 12:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-maintenance-single-user-mode/m-p/2891798#M103052</guid>
      <dc:creator>David Lewis_1</dc:creator>
      <dc:date>2003-01-30T12:38:05Z</dc:date>
    </item>
  </channel>
</rss>

