- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't activate a volume group
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-30-2004 03:22 AM
08-30-2004 03:22 AM
i cant activate a volume group
bash# vgdisplay -v /dev/myvg
vgdisplay: Volume group not activated.
vgdisplay: Cannot display volume group "/dev/myvg".
bash#
bash# vgchange -a y /dev/myvg
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c4t5d1":
Cross-device link
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c5t5d1":
Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c4t5d1":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c5t5d1":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "/dev/myvg":
Quorum not present, or some physical volume(s) are missing.
if i execute a diskinfo /dev/rdsk/c4t5d1 o c5t5d1 the disk is there, and it's not zero byte
any clue ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 03:26 AM
08-30-2004 03:26 AM
Solution# vgcfgrestore -n /dev/myvg /dev/rdsk/c4t5d1
# vgcfgrestore -n /dev/myvg /dev/rdsk/c5t5d1
If it doesnt help then try rebuilding /etc/lvmtab file
# mv /etc/lvmtab /etc/lvmtab.OLD
# vgscan -av
- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 03:31 AM
08-30-2004 03:31 AM
Re: Can't activate a volume group
If those don't help then try :
diskinfo /dev/rdsk/c4t5d1
If that fails then you may have a bad disk drive at that location.
In the meantime, if activating the VG without that particular disk would be helpful, you can do:
vgchange -a y -q n /dev/myvg
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 03:35 AM
08-30-2004 03:35 AM
Re: Can't activate a volume group
# dd if=/dev/rdsk/c4t5d1 of=/dev/null bs=1024k
If the above command succeeds without any error message, then your disks are fine.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 03:39 AM
08-30-2004 03:39 AM
Re: Can't activate a volume group
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=422226
Dietmar says "a cross-device link error is typically issued if the PVID on disk does not match the one stored in lvmtab"
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2004 04:30 AM
08-30-2004 04:30 AM
Re: Can't activate a volume group
the vgcfgrestore did the job, now everything looks ok =)
i still dont get why did i lost the conf. in the disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-03-2004 11:58 PM
09-03-2004 11:58 PM
Re: Can't activate a volume group
Thanks
Prashant