- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgactivate 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:10 AM
03-10-2006 04:10 AM
vgactivate 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:30 AM
03-10-2006 04:30 AM
Re: vgactivate error!!
Run vgdisplay -v e see you have you have "PV Status" like unavailable.
Compare entries in /etc/lvmtab with output from "strings /etc/lvmtab" for your VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 06:25 AM
03-10-2006 06:25 AM
Re: vgactivate error!!
Did you import this volume group from another system and did the vgimport report any errors? Please post any errors you may have received in addition to the ones posted.
cheers!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 07:36 AM
03-10-2006 07:36 AM
Re: vgactivate error!!
First we create our mapfile (NOT using the -s option), with our links UP, on the primary node.
Then we copy this mapfile to the node that houses the BCV's
When we go to import the mapfile:
1. Split the links
2. Create a file that has the c-t-d- addresses for the BCV disks only, in one continual line.
3. Do your vgimport like this:
vgimport -v -m /path/
Generally they create fairly easy...then do your vgchange (might have to -c -n if your original is in MC/SG). Remember to do your vgcfgbackup...and I generally run fsck on everything first..then mount them.
Now go back and establish your link again.
Done...
Hope this helps you,
Regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2006 07:42 AM
03-10-2006 07:42 AM
Re: vgactivate error!!
please consider showing your appreciation by assigning them points.
http://66.34.90.71/ITRCForumsEtiquette/after.html
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2006 05:54 AM
03-14-2006 05:54 AM
Re: vgactivate error!!
bye