- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgchange error!!
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
03-10-2006 04:11 AM
03-10-2006 04:11 AM
vgchange error!!
Can anybody help on the following:
vgchange -a y /dev/vg_p06_ss01.bcv1
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk/c16t2d0":
Cross-device link
vgchange: Cross-device link
vgchange: Cross-device link
vgchange: Cross-device link
vgchange: Warning: couldn't query physical volume "/dev/dsk/c16t2d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c26t2d0":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c19t1d7":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c29t1d7":
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/vg_p06_ss01.bcv1":
Quorum not present, or some physical volume(s) are missing.
Thanks
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 04:14 AM
03-10-2006 04:14 AM
Re: vgchange error!!
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=869856
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 04:22 AM
03-10-2006 04:22 AM
Re: vgchange error!!
It looks like you have a problem with your /etc/lvmtab file.
In any case run:
strings /etc/lvmtab
ioscan -fnCdisk
Veify that all disks mentioned in lvmtab for vg_p06_ss01.bcv1 present and in normal status (claimed).
If you reconnected the storage, the disks address can be changed.
Could you send outputs of the commands above ?
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 07:12 PM
03-12-2006 07:12 PM
Re: vgchange error!!
1.- "vgchange -a n" bcv disks.
2.- Synchronize bcv disks.
3.- Split bcv disks
4.- Activate bcv disks,
- Export vgs maps from primary disks.
- Export destructive disk bcvs.
- mkdir /dev/vg_bcv
- mknod /dev/vg_bcv/group c64 0xnn0000
- vgchgid /dev/rdsk/cxtydz
- vgimport -m "bcv_map" /dev/bcv_vg /dev/dsk/cxtydz
ran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 11:46 PM
03-12-2006 11:46 PM
Re: vgchange error!!
Refer to this thread below:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=736659
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2006 11:49 PM
03-12-2006 11:49 PM
Re: vgchange error!!
Hardware issues
LVM header issues
I would check to make sure you can get to all of the hardware (i.e. ioscan -fnC disk) and if you can then I would do a vgcfgrestore for those devices.
Best regards,
Oz