Operating System - HP-UX
1753808 Members
8435 Online
108805 Solutions
New Discussion юеВ

vxfs fsck: sanity check failed: cannot stat /dev/rroot

 
SOLVED
Go to solution
Muthyala
Frequent Advisor

vxfs fsck: sanity check failed: cannot stat /dev/rroot

Hi

Recently i had sytem crash and i recoverd the OS thru OS Cd.Everyhting works fine expect for following messages i get during boot up of my system RP7420 running HP-UX 11i V1


System Console is on the Built-In Serial Interface
igelan0: INITIALIZING HP A6794-60001 PCI 1000Base-T at hardware path 1/0/1/1/0/4/0
iether1: INITIALIZING HP A7012-60001 PCI/PCI-X 1000Base-T Dual-port Adapter at hardware path 1/0/14/1/0
iether2: INITIALIZING HP A7012-60001 PCI/PCI-X 1000Base-T Dual-port Adapter at hardware path 1/0/14/1/1
Logical volume 64, 0x3 configured as ROOT
Logical volume 64, 0x2 configured as SWAP
Logical volume 64, 0x2 configured as DUMP
Swap device table: (start & size given in 512-byte blocks)
entry 0 - major is 64, minor is 0x2; start = 0, size = 33554432
Starting the STREAMS daemons-phase 1

The device file /dev/rroot does not exist or is not correct.
Automatic checks of the root file system not performed.
Create STCP device files

Starting the STREAMS daemons-phase 2

$Revision: vmunix: vw: -proj selectors: CUPI80_BL2000_1108 -c 'Vw for CUPI80_BL2000_1108 build' -- cupi80_bl2000_1108 'CUPI80_BL2000_1108' Wed Nov 8 19:24:56 PST 2000 $

Memory Information:

physical page size = 4096 bytes, logical page size = 4096 bytes

Physical: 33526784 Kbytes, lockable: 25715756 Kbytes, available: 29534616 Kbytes



/sbin/ioinitrc:
insf: Installing special files for ipmi instance 0 address 1/6
insf: Installing special files for pseudo driver framebuf
/sbin/krs_sysinit:


/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed.
Activated volume group
Volume group "/dev/vgmail" has been successfully changed.
Activated volume group
Volume group "/dev/vgswap" has been successfully changed.
Resynchronized volume group /dev/vg00
Resynchronized volume group /dev/vgmail
Resynchronized volume group /dev/vgswap
vxfs fsck: sanity check failed: cannot stat /dev/rroot
Checking hfs file systems
/sbin/fsclean: /dev/vg00/lvol1 (mounted) ok
HFS file systems are OK, not running fsck
Checking vxfs file systems
Recreating and recovering qlog devices
vxfs fsck: /dev/vg00/lvol3:sanity check: root file system OK (mounted read/write)
vxfs fsck: /dev/vg00/lvol4:sanity check: /dev/vg00/lvol4 OK
vxfs fsck: /dev/vg00/lvol5:sanity check: /dev/vg00/lvol5 OK
vxfs fsck: /dev/vg00/lvol6:sanity check: /dev/vg00/lvol6 OK
vxfs fsck: /dev/vg00/lvol7:sanity check: /dev/vg00/lvol7 OK
vxfs fsck: /dev/vg00/lvol8:sanity check: /dev/vg00/lvol8 OK
vxfs fsck: /dev/vgmail/lvol1:sanity check: /dev/vgmail/lvol1 OK


TIA
Sri
4 REPLIES 4
Jim Walls
Trusted Contributor
Solution

Re: vxfs fsck: sanity check failed: cannot stat /dev/rroot

You could try to recreate the nodes...

First take a look in /dev...

ls -l /dev/*root
brw-r----- 1 bin sys 255 0xffffff Aug 24 11:57 /dev/root
crw-r----- 1 bin sys 255 0xffffff Aug 24 11:57 /dev/rroot


If you do not see either of these, proceed as follows:

mknod /dev/rroot c 255 0xffffff
mknod /dev/root b 255 0xffffff
chmod 640 /dev/*root
chown bin:sys /dev/*root

Reboot and check ...

Muthyala
Frequent Advisor

Re: vxfs fsck: sanity check failed: cannot stat /dev/rroot

Hi

Thanks for your reply i see

ls -l /dev/*root
brw-r----- 1 bin sys 255 0xffffff Sep 24 15:06 /dev/root
Muthyala
Frequent Advisor

Re: vxfs fsck: sanity check failed: cannot stat /dev/rroot

Hi

Thanks recreated the the file now OK.

Sri
Muthyala
Frequent Advisor

Re: vxfs fsck: sanity check failed: cannot stat /dev/rroot

Close