- 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
06-06-2007 09:13 PM
06-06-2007 09:13 PM
single user mode
can someone tell me how to put a system into single user mode ?
i have tryed init s
but when i try to umount /home system says no as device is busy
or do i need to do something else ?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:19 PM
06-06-2007 09:19 PM
Re: single user mode
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:24 PM
06-06-2007 09:24 PM
Re: single user mode
i know i will need to reboot, but at what stage do i need to select single user mode during startup ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:34 PM
06-06-2007 09:34 PM
Re: single user mode
bo pri
Interact with ISL? Y
hpux -is
This will take you into single user mode. The procedure is different for 11.23, but I cannot give you the steps as I have never used it.
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:37 PM
06-06-2007 09:37 PM
Re: single user mode
it will give you the PDC menu
at this menu type sea ipl
it will give you the available boot disk
suppose it is P1
then type boot P1
it will ask you whether you want to interuct with IPL(y/N)
press Y
you will get ISL> prompt
type :- hpux -is(;0)/stand/vmunix to boot into single user mode.
Hope it helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:41 PM
06-06-2007 09:41 PM
Re: single user mode
1> To reboot your system in single user mode:
Interrupt the boot process.
at the IPL> prompt type 'hpux -is'
So,boot the box and hit any key at the 10 second prompt to get into ISL mode. Then enter "hpux -is" and the machine will come up in single user mode
2> a possibility to reset the system (note: reset - not reboot!) is to logon to the MP, go to the command menu CM and issue a "RS":
MP:CM> rs
To boot into single user mode stop the auto bboot process:
Loading.: HP-UX Primary Boot: 0/4/1/0.0.0.1.0
Starting: HP-UX Primary Boot: 0/4/1/0.0.0.1.0
(C) Copyright 1999-2006 Hewlett-Packard Development Company, L.P.
All rights reserved
HP-UX Boot Loader for IPF -- Revision 2.029
Press Any Key to interrupt Autoboot
\EFI\HPUX\AUTO ==> boot vmunix -is
Thanks & Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 09:42 PM
06-06-2007 09:42 PM
Re: single user mode
Also look at the following...You hardly assign any points
http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=BR884252&forumId=1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 10:22 PM
06-06-2007 10:22 PM
Re: single user mode
>but when i try to umount /home system says no as device is busy or do i need to do something else ?
Before you try to go into single user mode,
try running: fuser /home
The fuser command lists the process numbers of local processes that use the local or remote files specified by the File parameter. For block special devices, the command lists the processes that use any file on that device.
Each process number is followed by a letter indicating how the process uses the file:
c : Uses the file as the current directory.
e : Uses the file as a program's executable object.
r : Uses the file as the root directory.
s : Uses the file as a shared library (or other loadable object).
hope this helps!
kind regards
yogeeraj