- 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
Forums
Discussions
Discussions
Discussions
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
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
11-26-2001 08:11 AM
11-26-2001 08:11 AM
Been a while since I needed to do this.
Thanx for the help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:15 AM
11-26-2001 08:15 AM
Re: Single User Mode
Just gave ya some points!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:15 AM
11-26-2001 08:15 AM
Re: Single User Mode
After you have replied "Y" or "yes" on Interact with IPL. This will be your command line to go to single user mode "hpux -is".
Joey
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:22 AM
11-26-2001 08:22 AM
Re: Single User Mode
One important difference in dropping down to single user is that some filesystems in the root VG will remain mounted which do not get automatically mounted when going to single user mode from boot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 08:25 AM
11-26-2001 08:25 AM
Re: Single User Mode
An other utility available as tell you Alan is that you maintain open your telnet terminal to work and you don't need to use the console.
Regards,
Justo.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2001 04:46 PM
11-26-2001 04:46 PM
Re: Single User Mode
If you are in multi user mode, you can execute 'init 1' (be sure to inform all your users)
or restart your machine and interrupt the boot process, reply 'Y' to interact with IPL. and execute 'hpux -is' on ISL prompt
d_b
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2001 03:29 AM
11-27-2001 03:29 AM
Re: Single User Mode
This is documented in the hpux(1M) manual page, i.e. "man hpux".
The boot(1M) manual page ("man boot") points to the relevant manual pages, pdc(1M), isl(1M) and hpux(1M).
What often helps in cases like this is trying the "man -k" command with a suitable keyword.
For example in this case "man -k boot" would have pointed you to the boot(1M) manual page. (However "single" and "user" would have given no_suitable/too_many pages, so your mileage may vary.)