- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: SERVER 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
Discussions
Discussions
Discussions
Forums
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
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
тАО02-07-2001 10:08 AM
тАО02-07-2001 10:08 AM
Any/all help greatly appreciated.
Andy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2001 10:24 AM
тАО02-07-2001 10:24 AM
SolutionOne thing that could cause this is a problem with the /etc/inittab file. Make sure that the first non-comment line is
init:3:initdefault:
to boot to run level 3. (Note the trailing :).
If this does not fix the problem, rename the /etc/inittab file and copy a new one into place:
mount /usr
mv /etc/inittab /etc/inittab.OLD
cp /usr/newconfig/etc/inittab /etc/inittab
reboot
Good luck,
--Bruce
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-07-2001 10:27 AM
тАО02-07-2001 10:27 AM
Re: SERVER BOOTING IN SINGLE USER MODE
You may also want to watch the console when the system boots as the boot string MAY be set to override the /etc/inittab entry with the -is option set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-08-2001 10:42 AM
тАО02-08-2001 10:42 AM
Re: SERVER BOOTING IN SINGLE USER MODE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-09-2001 05:26 AM
тАО02-09-2001 05:26 AM
Re: SERVER BOOTING IN SINGLE USER MODE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-21-2001 08:20 AM
тАО02-21-2001 08:20 AM
Re: SERVER BOOTING IN SINGLE USER MODE
Someone had changes to root shell to /usr/bin/ksh.
Thanks to all. Hope this helps someone else.