- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Problem booting in 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-07-2001 10:47 AM
11-07-2001 10:47 AM
Problem booting in single user mode
I'm trying a boot my 11.0 server into single user mode via the ISL (hpux -is). However, though it boots fine normally, when I try and boot to single user mode the following lines repeat:
INIT : SINGLE USER MODE
INIT : ERROR : Couldn't exec any programs for single user mode
Anyone have any thoughts? As I said the box boots fine normally.
Thanks,
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 10:56 AM
11-07-2001 10:56 AM
Re: Problem booting in single user mode
Look for the root shell in /etc/passwd. My guess is the shell is /usr/bin/sh. It should be /sbin/sh. /usr does not get mounted at boot in sigle user mode.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:13 AM
11-07-2001 11:13 AM
Re: Problem booting in single user mode
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:38 AM
11-07-2001 11:38 AM
Re: Problem booting in single user mode
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 11:53 AM
11-07-2001 11:53 AM
Re: Problem booting in single user mode
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:17 PM
11-07-2001 12:17 PM
Re: Problem booting in single user mode
Hope this helps.
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:18 PM
11-07-2001 12:18 PM
Re: Problem booting in single user mode
If necessary, move into place default .profile for root and test again.
I believe you may have something in root's .profile calling exec to an unavailable shell at single user boot time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2001 12:21 PM
11-07-2001 12:21 PM
Re: Problem booting in single user mode
You have two options:
1. install online jfs and you will be able to perform the trick online...
2. boot single user mode :
bo pri is
log in, mount /usr and you should have access to lvm commands.
Hope this will help,
Gideon