- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Disk inaccessable?
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
08-18-2008 11:17 AM
08-18-2008 11:17 AM
Disk inaccessable?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:29 AM
08-18-2008 11:29 AM
Re: Disk inaccessable?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 11:42 AM
08-18-2008 11:42 AM
Re: Disk inaccessable?
/Joakim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2008 12:15 PM
08-18-2008 12:15 PM
Re: Disk inaccessable?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2008 06:21 AM
08-19-2008 06:21 AM
Re: Disk inaccessable?
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