- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Server is not booting
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
12-26-2003 04:46 AM
12-26-2003 04:46 AM
Server is not booting
I am facing a problem with my one of the K Class Server( HPUX 10.20).
After the reboot we get the following errors:
INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: cons "/usr/sbin/getty console console"
I haven't touched the /etc/inittab file.
When I boot it from single user mode, Only "/" is mounted. (/dev/vg00/lvol3 / hfs defaults 0 1 107240779 )
I have tried mounting /var ,/usr...etc manualy .
It wont gives any errors but wont mounts anything.
Without mounting these directories i cant mount the file systems.
Could you pls give some hints for mounting the local file systems.
Thanks
Shashi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 04:53 AM
12-26-2003 04:53 AM
Re: Server is not booting
Have you tried executing "mount -a"? That should mount all file systems in /etc/mnttab. Also, how does your /etc/mnttab file look?
-Hazem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 05:00 AM
12-26-2003 05:00 AM
Re: Server is not booting
Boot into single user mode again and use the type command to look at the file, comparing it to a valid one from a good system.
If you have a recent make_recovery or make_tape
_recovery tape you might consider booting off that tape and restoring system to a good point.
I would guess however that some kind of hardware problem as cropped up.
At the console after booting, typs sea and enter after interupting the boot at the 10 second prompt.
See if it shows all the disk you expect to be there.
Report results quickly, not to many people on itrc today. I turn into a pumpkin in less than two hours.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 05:28 AM
12-26-2003 05:28 AM
Re: Server is not booting
As far as single user, the only way to get to single user mode is by interactive boot (shutdown and init do not work). In single user mode, you will always have just two filesystems: / and /stand. mount -a is not the best choice since it will attempt to mount non-HP-UX filesystems including NFS, disk arrays, etc. Mount /var or /usr and check use the mount command eith no options (bdf in on /usr so if it isn't mounted, the command is not there yet). If mount produces an error message for /usr, please list the message. If it produces nothing, run lvlnboot -v to see if there are any errors. Also run vgdisplay vg00, again looking for error messages.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2003 03:07 PM
12-26-2003 03:07 PM
Re: Server is not booting
If able to boot single user then you may try this:
# mv /etc/inittab /etc/inittab.orig
# cp /usr/newconfig/etc/inittab /etc/inittab
# init q (this will rescan inittab)
# mv /etc/mnttab /etc/mnttab.orig
# mount /usr
# mount /var
if there is a problem it usually ask you to run fsck:
# fsck -F vxfs -y -o full /dev/vg00/rlvolX
try mounting again. Now check ur old inittab for any differences with the default one, mnttab will be recreated by "mount -a" .
Good luck & Happy 2004 all
T+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2003 07:15 PM
12-27-2003 07:15 PM