- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server starting in single user mode only?
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-30-2004 01:52 AM
11-30-2004 01:52 AM
Server starting in single user mode only?
My server is starting in single user mode everytime I restart. Also I am not able to use most of the commands. If I do cd /directory & then again inside that
cd /directory it is not working.
What should I do?
Thanks
-Irfan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:57 AM
11-30-2004 01:57 AM
Re: Server starting in single user mode only?
Now do
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/dsk/cxtxdx
User the real boot disk.
lvlnboot -R
lvlnboot -v
Reboot. Now it should boot into multiuser mode.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 01:58 AM
11-30-2004 01:58 AM
Re: Server starting in single user mode only?
try to change your AUTO file in boot LIF area like this:
# mkboot -a "hpux /stand/vmunix" /dev/rdsk/cXtZdY
where /dev/rdsk/cXtZdY is your boot disk
it is better to make an ignite tape before...
Stf ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 04:00 AM
11-30-2004 04:00 AM
Re: Server starting in single user mode only?
Please check the entries of /etc/inittab
Check for the entry
initdefault
It may be pointing to single user mode.
By default it will be run level 3 with NFS Server run option.
Just a thought
Rgds
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 06:34 AM
11-30-2004 06:34 AM
Re: Server starting in single user mode only?
Could you please try to find the reason of such a behaviour ?
First, stop the boot and answer "Y" on the question whether you want IPL.
If the boot fail, you have to edit mkboot as:
mkboot -a "hpux /stand/vmunix" /dev/rdsk/XX
after boot completion
If the boot from the primary disk is OK, give the command:
hpux -is
This will boot the computer into single-user mode.
Run
fsck -y
mount -a
and look at /etc/inittab file
If initdefault entry is not 3, update it as following:
init:3:initdefault:
and run
init 3
Look at error messages. If everything is OK, reboot the computer, it must go level 3
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 07:25 AM
11-30-2004 07:25 AM
Re: Server starting in single user mode only?
What kind of server is it? Did you change any hardware lately?
If it boots single user, you must have some error message on the console explaining whats going on unless someone changed the initdefault but since you seem to have a strange behaviour I would look for error message, knowing the type of box and OS would help here...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 08:19 AM
11-30-2004 08:19 AM
Re: Server starting in single user mode only?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2004 08:45 AM
11-30-2004 08:45 AM
Re: Server starting in single user mode only?
it shold be "/bin/sh" in /etc/passwd file.