- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- unexpected inconsistency on root filesystem at boo...
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
06-20-2002 09:19 AM
06-20-2002 09:19 AM
Checking root file system.
/dev/rroot: UNALLOCATED I=20745 OWNER=root MODE=0
/dev/rroot: SIZE=0 MTIME=Jun 20 11:51 2002
/dev/rroot: NAME=/tcb/files/auth/r/root
/dev/rroot: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
Root check done.
.
.
.
/sbin/ioinitrc:
mount: file system table may be corrupt
Unable to mount /stand - please check entries in /etc/fstab
How can I run fsck if I can't boot to single-user mode? Of all the files, why is the problem in root's tcb entry?
I'd like to discuss any options besides a cold install of HP-UX 11.0 and restore from tape.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 09:24 AM
06-20-2002 09:24 AM
Re: unexpected inconsistency on root filesystem at boot
Boot from ignite tape and then fsck files system.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 09:26 AM
06-20-2002 09:26 AM
Re: unexpected inconsistency on root filesystem at boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 10:03 AM
06-20-2002 10:03 AM
Re: unexpected inconsistency on root filesystem at boot
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 10:17 AM
06-20-2002 10:17 AM
SolutionTry to boot into the single user mode by interrupting the boot sequence.
ISL > hpux -is -lm
Then see whether the root file system and /stand gets mounted or not.
Or else then Use the recovery CD ( Core Media CD ) and go to the recovery shell and see if you can try some repair.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 11:04 AM
06-20-2002 11:04 AM
Re: unexpected inconsistency on root filesystem at boot
you can boot into lvm maintainance mode and try,
at the boot prompt type "bo pri" to boot from the primary disk and select "y" to interact with ipl. At the ipl prompt type,
hp -lm (;0)/stand/vmunix
This will bring you to the lvm maintainance prompt. do a interactive fsck of the root filesystem, do not use shutdown to shutdown the system once done. Use reboot command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:26 AM
06-21-2002 05:26 AM
Re: unexpected inconsistency on root filesystem at boot
I followed the suggestion to boot from the Core OS Install CD and use the Repair Shell option. I was able to fsck the root file system and fix the inconsistency. The system will now mount the root filesystem and boot into single user mode.
The remaining problem is that the system refuses to mount any other filesystem (specifically /stand) saying that the filesystem table may be corrupt. I created a new /etc/fstab while in the recovery shell, but this hasn't helped.
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:40 AM
06-21-2002 05:40 AM
Re: unexpected inconsistency on root filesystem at boot
if you boot from a recovery shell, you have a read only access to the file systems. You will have to remount them with read/write access.
Allways stay on the bright side of life!
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 05:51 AM
06-21-2002 05:51 AM
Re: unexpected inconsistency on root filesystem at boot
mountall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2002 07:35 AM
06-21-2002 07:35 AM
Re: unexpected inconsistency on root filesystem at boot
Here's the summary:
I could boot into single-user mode, but couldn't mount the other filesystems. I fixed that with
vgchange -a y /dev/vg00
I rebooted and the system came up in single-user mode again. I could now do a mountall successfully. In my original post on this topic, I mentioned that /tcb/files/auth/r/root had problems. It turns out that this file was completely missing as a result of the fsck.The missing file caused the single-user mode.
I did a authck -pv and it reported that root was missing an entry in the trusted database. I fixed that with pwconv, edited the file /tcb/files/auth/r/root to remove the asterisk * in the encrypted password field, and set a new password. A reboot now brings up the system to the runlevel 3 like normal.
Thanks very much for your help.