- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Need Help! - cannot open device to run fsck
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-01-2001 08:02 AM
06-01-2001 08:02 AM
fsck -F vxfs -y -o full /dev/vgraid/home
it tells me that it cannot open device /dev/vgraid/home
I know that this is the right path for it. What am I doing wrong? it will run fsck during a normal boot up, but I want to be able to do it in single user mode. Thanks!
Mark
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:04 AM
06-01-2001 08:04 AM
Solutionvgchange -a y /dev/vgraid
None of the volume groups are activated by default when coming up in single user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:04 AM
06-01-2001 08:04 AM
Re: Need Help! - cannot open device to run fsck
I suspect you need to do a vgchange -a y /dev/vgraid to activate the volume group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:09 AM
06-01-2001 08:09 AM
Re: Need Help! - cannot open device to run fsck
lv_readvgdats: could not read VGDA 2 header and trailer from disk H/W path 8/0.0.0 (error = 22)
couldn't activate /dev/vgraid
what now? I'm in over my head. Thanks!
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:17 AM
06-01-2001 08:17 AM
Re: Need Help! - cannot open device to run fsck
Sounds like your disk is knackered because HP-UX cant read the LVM info off of it.
To test the disk itself it ok see if you can dd if;
dd if=/dev/rdsk/cxxxxx of=/dev/null bs=1024k
See if it runs through without erorr. Even if it does looks like youre going to need to restore LVM info to the disk using vgcfgrestore, but your data will be gone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:18 AM
06-01-2001 08:18 AM
Re: Need Help! - cannot open device to run fsck
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:19 AM
06-01-2001 08:19 AM
Re: Need Help! - cannot open device to run fsck
I found a similar message in the ITRC TKB. Have a look at this link and see if it helps. Is there anything going on on the disk array? Are the controllers OK? Disks OK? Any rebuilds going on?
http://us-support.external.hp.com/cki/bin/doc.pl/sid=079a77a9136a3d7710/screen=ckiDisplayDocument?docId=200000015248061
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:21 AM
06-01-2001 08:21 AM
Re: Need Help! - cannot open device to run fsck
This has bad device written all over it.
The only thing I can suggest is to try to READ
a few blocks from the raw device to /dev/null;
I assume you have checked cabling - we couldn't be that lucky.
Good luck (I think you're going to need it), Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2001 08:22 AM
06-01-2001 08:22 AM
Re: Need Help! - cannot open device to run fsck
We just swapped the controller on the drive, but it keeps crashing on me during backup. I'm not sure if it is hardware or software, at this point, becuase it is behaving weird and keeps doing different stuff. I'm ready to call tech support, since I've been unable to get backups for a few weeks, and I have no idea what to do anymore. Hopefully, they can fix it.
Mark