HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- PVLink Failed - Corrupt file system
Operating System - HP-UX
1838241
Members
3453
Online
110125
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-26-2007 01:46 AM
06-26-2007 01:46 AM
PVLink Failed - Corrupt file system
Last week we began having a problem with one of our disk drives. The below error was repeated every minute in syslog until the server was rebooted. Rebooting the server stopped the message from showing up, but the system still hangs whenever the disk is accessed. The volume group that the disk is a part of does not contain data we need, so I was trying to delete it and recreate it. When I try to remove the volume group in SAM it keeps hanging when trying to unmount the file system. Any ideas on how to fix the problem with the file system or how to delete the volume group? I have tried using fsck, but because I cannot unmount the file system it has not helped.
Jun 22 19:44:49 quadax-d vmunix:
Jun 22 19:44:49 quadax-d vmunix: SCSI: Read error -- dev: b 31 0x066000, errno:
126, resid: 1024,
Jun 22 19:44:49 quadax-d vmunix: blkno: 8, sectno: 16, offset: 8192, bcou
nt: 1024.
Jun 22 19:44:49 quadax-d vmunix: LVM: VG 64 0x010000: Lost quorum.
Jun 22 19:44:49 quadax-d vmunix: This may block configuration changes and I/Os.
In order to reestablish quorum at least 1 of the following PVs (represented by c
urrent link) must become available:
Jun 22 19:44:49 quadax-d vmunix: <31 0x066000>
Jun 22 19:44:49 quadax-d vmunix: LVM: VG 64 0x010000: PVLink 31 0x066000 Failed!
The PV is not accessible.
Jun 22 19:44:54 quadax-d vmunix: LVM: VG 64 0x010000: Reestablished quorum.
Jun 22 19:44:54 quadax-d vmunix: LVM: VG 64 0x010000: PVLink 31 0x066000 Recover
Jun 22 19:44:49 quadax-d vmunix:
Jun 22 19:44:49 quadax-d vmunix: SCSI: Read error -- dev: b 31 0x066000, errno:
126, resid: 1024,
Jun 22 19:44:49 quadax-d vmunix: blkno: 8, sectno: 16, offset: 8192, bcou
nt: 1024.
Jun 22 19:44:49 quadax-d vmunix: LVM: VG 64 0x010000: Lost quorum.
Jun 22 19:44:49 quadax-d vmunix: This may block configuration changes and I/Os.
In order to reestablish quorum at least 1 of the following PVs (represented by c
urrent link) must become available:
Jun 22 19:44:49 quadax-d vmunix: <31 0x066000>
Jun 22 19:44:49 quadax-d vmunix: LVM: VG 64 0x010000: PVLink 31 0x066000 Failed!
The PV is not accessible.
Jun 22 19:44:54 quadax-d vmunix: LVM: VG 64 0x010000: Reestablished quorum.
Jun 22 19:44:54 quadax-d vmunix: LVM: VG 64 0x010000: PVLink 31 0x066000 Recover
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 02:18 AM
06-26-2007 02:18 AM
Re: PVLink Failed - Corrupt file system
Shalom,
The only conclusion I can come to is that the alternate link was either never working or both paths failed at the same time.
It is also possible that the LUN on the SAN was corrupted on the SAN. I'd check with the SAM admin on this.
The system sees it as a disk. It may act a little different than local disk, but in general, this is where I'd start.
SEP
The only conclusion I can come to is that the alternate link was either never working or both paths failed at the same time.
It is also possible that the LUN on the SAN was corrupted on the SAN. I'd check with the SAM admin on this.
The system sees it as a disk. It may act a little different than local disk, but in general, this is where I'd start.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 05:06 AM
06-26-2007 05:06 AM
Re: PVLink Failed - Corrupt file system
I am suprised that after the reboot the filesystems(s) on that disk actually mounted as the disk is gone/bad.
1) manually attempt to umount on all filesystems associated with this VG.If busy message, run fuser on these mounted filesystems to see if there are processes with open files. shutdown those processes then umount and vgexport.
2) Boot to single user mode then vgexport the volume group.
1) manually attempt to umount on all filesystems associated with this VG.If busy message, run fuser on these mounted filesystems to see if there are processes with open files. shutdown those processes then umount and vgexport.
2) Boot to single user mode then vgexport the volume group.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP