- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Can't boot beyond 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
10-24-2004 09:31 PM
10-24-2004 09:31 PM
Can't boot beyond Single User mode
Came in this morning to a 10.20 system with the following errors on the console.
INIT: /etc/inittab: Cannot stat: I/O error
INIT: WARNING: /etc/inittab is CORRUPT
INIT: Sytem being brought up SINGLE-USER !!!
INIT: SINGLE USER MODE
INIT: WARNING: No passwd entry for root
FIX root ENTRY IN /etc/passwd AND REBOOT !!!
I can't access /etc to check inittab or /var to check to logs.
Is there anyway I can get past this or fix the inittab file.
Thanks
Kev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:38 PM
10-24-2004 09:38 PM
Re: Can't boot beyond Single User mode
mount /etc
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:42 PM
10-24-2004 09:42 PM
Re: Can't boot beyond Single User mode
#mount /etc
mount: /etc/mnttab: I/O Error
Unable to update /etc/mnttab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 09:43 PM
10-24-2004 09:43 PM
Re: Can't boot beyond Single User mode
For me looks like there is a problem with your hard disk. Can you not go into /etc directory?. Try the command '/sbin/mount' and see what logical volumes appear in the output. Do you see lvol3 or /dev/root in there?. If it is /dev/root, then try 'fsck'ing the root logical volume.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 10:23 PM
10-24-2004 10:23 PM
Re: Can't boot beyond Single User mode
I tried /sbin/mount but I get the same error as before. It just seems to be a problem accessing /etc
vgdisplay /dev/vg00 returns
vgdisplay: /etc/lvmconf//lvm_lock :I/O error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 10:51 PM
10-24-2004 10:51 PM
Re: Can't boot beyond Single User mode
first try
fsck -F vxfs -o full /dev/vg00/lvol3
fsck -F vxfs -o full /dev/vg00/lvol4
fsck -F vxfs -o full /dev/vg00/lvol5
...
...
...
(mark, i don't think /etc will be a mount point)
kevin can you try ls -la command at the root prompt -find etc folder is existing there.if yes go to it by the cd command and see inittab,lvmconf,hosts,.... files are present.if not you should have to restore it from backup.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 11:18 PM
10-24-2004 11:18 PM
Re: Can't boot beyond Single User mode
Could u check what all things are mounted:
# mount
Also see if you have unknowingly mounted any other filesystem on /etc.
Just a thought!!
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2004 11:46 PM
10-24-2004 11:46 PM
Re: Can't boot beyond Single User mode
It seems your root hard disk is corrupted.
I will suggest you to shutdown system and start up in single user mode from ISL prompt.
Then check passwd and inittab file. Error points out that system is not able to access password file.
If you are able to go into etc directory and able to see file there but no passwd file then copy from backup or create one manually with root entry.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-25-2004 12:41 AM
10-25-2004 12:41 AM
Re: Can't boot beyond Single User mode
It was Monday morning and I was tired!
Yes, you're quite right - it won't be.
Mark