- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- sigle 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
01-01-2006 07:45 AM
01-01-2006 07:45 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 11:19 AM
01-01-2006 11:19 AM
Re: sigle user mode
You'll see commands like vi are missing, but no problem--just mount the 3 required filesystems:
mount /var
mount /tmp
mount /usr
and now in single user mode, you can run vi and most of the commands in /usr/bin. Some commands in /usr/bin will not work because they need networking started.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:24 PM
01-01-2006 05:24 PM
SolutionHere are the major actions which you can do:
a) Change root password
b) Check system logs for error messages , if your system is not booting to Multi-user mode.
c) check network logs to isolate networking related issues
d) check scripts which are failing during startup and modify them using vi
Here is the procedure to go to the single user mode:
Step1. During the systemâ s boot sequence it will usually wait and display the following or
similar messages if Autoboot is enabled:
Processor is booting from first available device.
To discontinue, press any key within 10 seconds.
Step2. Press any key before the 10 seconds elapses.
Step3. If the primary or alternate boot path is set correctly, you may boot using the
commands boot pri or boot alt, respectively.
Step4. The system console will display a message similar to the following:
Interact with IPL (Y, N, or Cancel)?>
Enter y at the prompt, otherwise, the command specified in the Auto-File String is
executed.
Booting...
Boot IO Dependent Code (IODC) revision 1
HARD Booted.
ISL Revision A.00.43 Apr 12, 2000
ISL>
Step5. At the the ISL> prompt you have many possible options to continue.
â ¢ For standard Multi User Mode boot:
hpux
â ¢ For Single User Mode boot:
hpux â i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:27 PM
01-01-2006 05:27 PM
Re: sigle user mode
1) change root passwd when expired and deactivated
2) Stop to give access to lan access
3) Not able to use NFS
4) Getting all privillages
Refer http://docs.hp.com/en/B2355-60127/init.1M.html this.
-Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2006 05:34 PM
01-01-2006 05:34 PM
Re: sigle user mode
http://www.faqs.org/faqs/hp/hpux-faq/section-255.html
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 01:22 AM
01-02-2006 01:22 AM
Re: sigle user mode
Dear Mujtaba,
Check out this link....
http://www.westwind.com/reference/OS-X/commandline/single-user.html
Its good !
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 04:57 AM
01-02-2006 04:57 AM
Re: sigle user mode
In short , single user mode used for debugig , and troubleshooting purpose , and as described above.
Usually , for reseting root password , or for any FS related issues , or checking logfiles , we can use single user mode. If any device driver or service causing problem in Multiuser mode i.e runlevel 3 or 4 , you can also start in single user mode and mount /usr and troubleshoot that , and check in /sbin/rc3.d/S... files.
Hope this will help,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2006 06:57 AM
01-02-2006 06:57 AM
Re: sigle user mode
Once you are there, you can do anything.
You can change passwords, mount filesystems, start networking, etc.
You will be booted with only the root VG active and with nothing mounted except slash.
So if you want to use vi, you need to follow the instructions listed above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-05-2006 10:27 AM
01-05-2006 10:27 AM