- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Single User Mode
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 10:38 PM
тАО04-26-2002 10:38 PM
Single User Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 10:41 PM
тАО04-26-2002 10:41 PM
Re: Single User Mode
you do the following:
watch the console during boot.
there will be a massges to press the spacebar (or some other key if it's a workstation)
this will bring you to a prompt :
type in
bo pri
the make the OS boot from the primary disk
when asked if you would like to interact with IPL say "y" for yes.
you will get to an IPL prompt where you should type in
hpux -is
that's it, you'll be in single user mode.
Trap is that not all filesystems are mounted so you may have to activate volume groups and mount filesystems
to activate a volume group you use the command
vgchange -a y /dev/vgXX
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2002 11:44 PM
тАО04-26-2002 11:44 PM
Re: Single User Mode
shutdown -r -y now will reboot the server. Then, when the bootup process starts, interrupt it by pressing any key.
At ISL prompt type hpux -is , to get into single user mode.
HTh
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2002 02:32 AM
тАО04-27-2002 02:32 AM
Re: Single User Mode
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-27-2002 05:40 PM
тАО04-27-2002 05:40 PM
Re: Single User Mode
Automatically boot in "single user mode".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-28-2002 12:41 PM
тАО04-28-2002 12:41 PM
Re: Single User Mode
shutting down to single-user mode is not supported any more, as some daemons stay up, and hence some filesystem cannot be unmounted (i.e. /usr, and /var).
So to be certain, reboot into single-user mode with the already mentioned procedure.
Then you still might have to issue an "mount -a" to be able to use tools like "vi", as those are NOT available as long as "/usr" isr not mounted...
ONLY the root-and-boot Volume Group (usually "vg00") is automatically activated upon booting, all the other need the "vgchange -a y /dev/vgXX" before you can mount any file-system.
But if you need to do some "maintainance" work with the LVM, then you have to start your kernel with "hpux -is -lm" and then you MUST NOT use any other Logical Volume, except for "root", "boot", and "primary swap", usually lvol1/lvol2/lvol3 - even trying to use another one may cause DAMAGE to the data stored there!
Just my $0.02,
Wodisch
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 03:11 AM
тАО04-29-2002 03:11 AM
Re: Single User Mode
1 You can use " reboot " command or " shutdown .r ".
2 Wait until the " type any key on 10 seconds to stop the autoboot " message appears.
3 Them, choose the device whitch to use to boot : " bo px "
4 And choose " ISL ( YES ) "
5 Finally, type " hpux -is " and wait.
With this procedure, also you can start up your server on single user mode. You can verify that you have only /stand filesystem mount it. If you need to use the Unix commands, it is necesary to mount /usr.
Well, I hope thi help you.
Juanma.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 03:52 AM
тАО04-29-2002 03:52 AM
Re: Single User Mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 06:53 AM
тАО04-29-2002 06:53 AM
Re: Single User Mode
This is very simple no need to do any complecated tasks.
Just enter the commnad "shutdown" the machine will rebooted in Single user mode.
Thanks
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 06:57 AM
тАО04-29-2002 06:57 AM
Re: Single User Mode
Just to make correcttion to my earlier response to this question.
Actually if you give shutdown command alone, it will not reboot the system, it will just bring the system to single user mode without rebooting.
Sorry about that.
-pap