- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: remove alternate links to a volume group on cl...
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
09-05-2005 04:24 AM
09-05-2005 04:24 AM
remove alternate links to a volume group on cluster server where vg not active
I have numerous errors on a cluster.
Error: Volume group /dev/vg01 is configured differently on node davlcn02 than on node davlcn05
Error: Volume group /dev/vg01 is configured differently on node davlcn02 than on node davlcn06
Error: Volume group /dev/vg01 is configured differently on node davlcn02 than on node davlcn07
Error: Volume group /dev/vg01 is configured differently on node davlcn03 than on node davlcn05
Error: Volume group /dev/vg01 is configured differently on node davlcn03 than on node davlcn06
Error: Volume group /dev/vg01 is configured differently on node davlcn03 than on node davlcn07
Error: Volume group /dev/vg01 is configured differently on node davlcn05 than on node davlcn02
Error: Volume group /dev/vg01 is configured differently on node davlcn05 than on node davlcn03
Error: Volume group /dev/vg01 is configured differently on node davlcn05 than on node davlcn06
Error: Volume group /dev/vg01 is configured differently on node davlcn05 than on node davlcn08
Error: Volume group /dev/vg01 is configured differently on node davlcn06 than on node davlcn02
Error: Volume group /dev/vg01 is configured differently on node davlcn06 than on node davlcn03
Error: Volume group /dev/vg01 is configured differently on node davlcn06 than on node davlcn05
Error: Volume group /dev/vg01 is configured differently on node davlcn06 than on node davlcn07
Error: Volume group /dev/vg01 is configured differently on node davlcn06 than on node davlcn08
Error: Volume group /dev/vg01 is configured differently on node davlcn07 than on node davlcn02
Error: Volume group /dev/vg01 is configured differently on node davlcn07 than on node davlcn03
Error: Volume group /dev/vg01 is configured differently on node davlcn07 than on node davlcn06
Error: Volume group /dev/vg01 is configured differently on node davlcn07 than on node davlcn08
Error: Volume group /dev/vg01 is configured differently on node davlcn08 than on node davlcn05
The server davlcn06 where vg01 is active has 1 alternate link for most disks. One of the servers, causing the errors, davlcn05 has on average 3 alternate links per disk. I need to find out if it is possible to remove the alternate links and if so how to the volume group on davlcn05, without impacting the server where the vg is active.
Thanks
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 04:45 AM
09-05-2005 04:45 AM
Re: remove alternate links to a volume group on cluster server where vg not active
For removing the alternate link you need to perform the vgreduce command and that can be only executed when the vg is active. You can not execute this on any node where vg is not active.
Also you should simply change VG configuration on one node and import same configuration on all other nodes while configuring shared VGs as mentioned in the SG manual. I suppode it is not followed.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 05:11 AM
09-05-2005 05:11 AM
Re: remove alternate links to a volume group on cluster server where vg not active
What i need to find out then, is if it is possible to activate the volume group, on davlcn05 where it is currenltly not active, without impacting the cluster i.e. is it possible to change the settings on the volume group on davlcn06 to stop it being in exclusive mode, and then activate it on davlcn05 without impacting the cluster, and then vgreduce the alternate disks. And what steps would i need to be wary of.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 06:47 AM
09-05-2005 06:47 AM
Re: remove alternate links to a volume group on cluster server where vg not active
Cluster can be running usually but the package which is associated with this volume group should not be running while doing these changes on any of the nodes. So first stop the package where it is allready running. Then activate the volume group on the node where you want to remove alternative links from. After that again export it from here and start your package.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 10:55 PM
09-05-2005 10:55 PM
Re: remove alternate links to a volume group on cluster server where vg not active
I found a solution to what i needed elsewhere. Removing alternate links to a volume group on node where it is inactive in a cluster
for vg01
1. create vgname.dsk file
vgexport -p -s -m /etc/vg01.map -f /etc/vg01.dsk vg01
2.edit vg01.dsk file removing unwanted alternate links.
3. Export vg01
vgexport vg01
4.Recreate directory and group file for volume group
5.Reimport volumegroup using command below
vgimport -m /etc/vg01.map -f /etc/vg01.dsk vg01