1833776 Members
2277 Online
110063 Solutions
New Discussion

Re: Disk inaccessable?

 
Joakim Brosten
Frequent Advisor

Disk inaccessable?

Hi, can any one give me a push in right direction? I have a rx2600 that hangs during boot, it seems like something with the volume group vg00. The boot process then stops here.
Thanks in advance, /Joakim

/sbin/bcheckrc:
Checking for LVM volume groups and Activating (if any exist)
Volume group "/dev/vg00" has been successfully changed.
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk
/c2t1d0":
The path of the physical volume refers to a device that does not
exist, or is not configured into the kernel.
Activated volume group
Volume group "/dev/vg01" has been successfully changed.
vxfs fsck: sanity check: root file system OK (mounted read/write)
Checking vxfs file systems
vxfs fsck: /dev/vg00/rlvol3:/dev/vg00/rlvol3 is currently mounted
vxfs fsck: /dev/vg00/rlvol1:/dev/vg00/rlvol1 is currently mounted
Running parallel replay fsck ...
/dev/vg00/rlvol4:file system is clean - log replay is not required
/dev/vg00/rlvol7:file system is clean - log replay is not required
/dev/vg00/rlvol6:file system is clean - log replay is not required
/dev/vg00/rlvol5:file system is clean - log replay is not required
/dev/vg00/rlvol8:file system is clean - log replay is not required
/dev/vg00/rlvol9:file system is clean - log replay is not required
4 REPLIES 4
Ivan Krastev
Honored Contributor

Re: Disk inaccessable?

Hi Joakim,

Check your disks in group vg00, check boot disks and compare it to the /stand/bootconf file.

If one of the disks was replaced bootpaths should be updated - setboot and /stand/bootconf


regards,
ivan
Joakim Brosten
Frequent Advisor

Re: Disk inaccessable?

Thanks Ivan, should I boot the server in single mode in order to access the prompt and make the commands you're suggesting?
/Joakim
Ivan Krastev
Honored Contributor

Re: Disk inaccessable?

No, the server should boot normally. If not - use single mode or alternate boot path.
Search in BCH prompt for boot sevices.

After booting:

Just check the boot paths:
# lvlnboot -v

Check disks in vg00:
# vgdisplay -v vg00

Check /stand/bootconf

If it is necessary set new boot paths with setboot - http://docs.hp.com/en/B3921-90010/setboot.1M.html


regards,
ivan
Joakim Brosten
Frequent Advisor

Re: Disk inaccessable?

Thanks again Ivan,

But... The server stops here, after checking the file systems on vg01. I guess vg00 contains the inaccessible root file system.

Can I reach and fix vg00 from EFI, or should I reinstall OS?
Other way of fixing vg00?

/Joakim