- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgchange -c n fails
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
10-13-2002 11:44 PM
10-13-2002 11:44 PM
vgchange -c n fails
I have a clustered volume group that has a bcv set for backup purposes. When I try to import the volume group on my backup server, the vgchange -c n fails. Here is the output:
vgchange -c n /dev/vgeb_rdw0_pdb
vgchange: Failed to set the specified attributes for volume group "/dev/vgeb_rdw0_pdb".
I ran this right after I imported the volume group.
Any thoughts?
tia,
Frank
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 11:48 PM
10-13-2002 11:48 PM
Re: vgchange -c n fails
Are you sure you need to do this vgchange command on a bcv ? we dont on the bcv's we split off and mount for backups - dont need to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2002 11:50 PM
10-13-2002 11:50 PM
Re: vgchange -c n fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:08 AM
10-14-2002 12:08 AM
Re: vgchange -c n fails
If you really have imported all of your physical volumes and got no error, it could be a problem with a duplicate minor for /dev/vgeb_rdw0_pdb/group. Another problem could be a "corrupted" lvm entry in kernel. In ths case you could export the volume and import it again using another minor. This could also be fixed by a reboot.
Regards,
Jean-Louis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:12 AM
10-14-2002 12:12 AM
Re: vgchange -c n fails
Have you forgot to split bcv by any chance?
Are you using same major and minor number for bcv volume group also ?(though not necessary)
Just a thought....
I have similar setup and doing it without any problem
just vgchange -c n /dev/vgxx
vgchange -a y /dev/vgxx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:12 AM
10-14-2002 12:12 AM
Re: vgchange -c n fails
Is your backup server part of the SG cluster? If yes, do You run vgchgid before importing the VG?
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:14 AM
10-14-2002 12:14 AM
Re: vgchange -c n fails
1. yes
2. no
is the pvchange necessary?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:17 AM
10-14-2002 12:17 AM
Re: vgchange -c n fails
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 12:57 AM
10-14-2002 12:57 AM
Re: vgchange -c n fails
Yes, it is. Currently your BCV volume group is an exact copy... including the same VGID. The cluster LVM refuses to remove the cluster flags because this VG is knwon to be still active in exclusive mode.
In general, VGIDs need to be unique from a cluster-wide perspective. So vgchgid is a must here.
Regards...
Dietmar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2002 09:53 AM
10-14-2002 09:53 AM
Re: vgchange -c n fails
If you are mounting the BCV's on a different server than your production , then you don't need to do a vgchange -c n and vgchgid , provided your backup server is not in SG cluster .
IF yout backup server is also in a SG cluster then before importing do a vgchgid on all the bcv disks , then import them and activate them normally .