- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to go to 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
06-18-2006 07:06 PM
06-18-2006 07:06 PM
how to go to single user mode
thanks
fauziah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 07:10 PM
06-18-2006 07:10 PM
Re: how to go to single user mode
try init S
regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 07:17 PM
06-18-2006 07:17 PM
Re: how to go to single user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 07:27 PM
06-18-2006 07:27 PM
Re: how to go to single user mode
http://docs.hp.com/en/B2355-90950/ch05s01.html#aes-npar-329b
"Procedure 5-9. Booting HP-UX Into Single-User Mode on HP Integrity Servers"
Best regards,
Fabio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 07:45 PM
06-18-2006 07:45 PM
Re: how to go to single user mode
enter
# bo pri
when promted press y to interact with IPC
then enter the command
hpux -is
This will take you to single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 07:47 PM
06-18-2006 07:47 PM
Re: how to go to single user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 08:01 PM
06-18-2006 08:01 PM
Re: how to go to single user mode
The man page for init says for the S option "Transitioning into run level S from a higher run level does not terminate other system activity and does not result in a "single-user state"; this operation should not be done."
There may be some processes running which are still using the filesystems you want to unmount. By the way which filesystems are you trying to unmount ?
So you may either have to kill the processes using the filesystems (Use fuser -cu filesystemname - to check which processes are using the filesystem , and then after killing the processes - after understanding the implications, unmount the filesystem) OR Better option would be to reboot the server into single user mode.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 08:10 PM
06-18-2006 08:10 PM
Re: how to go to single user mode
If some other pc is still connecting to my server via telnet is it the reason why I get device busy after run init S.
I try to go to single user by rebooting the server but can see at what stage to enter any command so that I can go to ISL. The screen is to fast to restart.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 08:30 PM
06-18-2006 08:30 PM
Re: how to go to single user mode
Please refer to the guide
http://docs.hp.com/en/B2355-90950/ch05s01.html
and use the procedure according to your server architechture.
Firstly after you reboot the server keep on pressing the ESC key (Since you are not able to see the message and interrupt in time)
If its Integrity - The EFI Boot Manager will display the boot options menu (the EFI main menu).
From the boot options menu, select EFI Shell.
Then use boot -is to boot in single user mode.
If its PA-RISC
After interrupting it will come to BCH prompt
Main Menu: Enter command or menu > BOOT pri
Do you wish to stop at the ISL prompt prior to booting? (y/n) >> y
From the ISL prompt issue
ISL> hpux -is
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 08:33 PM
06-18-2006 08:33 PM
Re: how to go to single user mode
I amanged to go to single user mode,through rebooting the server
press any key when the system prompted press any key to interrupt ...(forgot)
Then I type hpux -is
Thanks all...
Sucessfully extend the temp directory too.
Moral of the story try it 1st and then only cannot.
:-)
Thanks all
Fauziah
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2006 10:08 PM
06-18-2006 10:08 PM
Re: how to go to single user mode
Bill Hassell, sysadmin