- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cluster enabling for shared vg
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
02-21-2007 03:26 AM
02-21-2007 03:26 AM
Thank you all for your replies.
Rajos
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 03:35 AM
02-21-2007 03:35 AM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 03:36 AM
02-21-2007 03:36 AM
Re: cluster enabling for shared vg
But in most cases, vgchange -c y VGNAME will need be done only once. This installs the Cluster ID in the LVM headers and can only be activated in the exclusive mode from then on and the node on which is activated should be running the cluster daemons.
vgchange -a y VGNAME - doesnt import the volume groups. It merely just activates the volume groups. Unlike VxVM, you dont dynamically import the VG config in LVM.
Once you ran vgchange -c y on a VG, you CANNOT activate the VG using vgchange -a y. It should be activated using vgchange -a e.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 03:36 AM
02-21-2007 03:36 AM
Re: cluster enabling for shared vg
Well first, the cluster packag script should be doing:
vgchange -a e vgNAME
not:
vgchange -a y vgNAME
If someone is having to do a vgchange -c y vgNAME before starting you package, that may be beacuse someone wanted the filesystems mounted when the package and cluster were down and used:
vgchange -c n vgNAME
vgchange -a y vgNAME
which would remove the VG from the cluster and activate in standard mode.
Unless someone is doing this every time, I can't think why you would have to keep doing a vgchange -c y vgNAME, unless there is something dodgy in /etc/lvmrc
If the vg is cluster enabled then:
vgchange -a y vgNAME
would fail.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 03:38 AM
02-21-2007 03:38 AM
Re: cluster enabling for shared vg
Note that HP does not provide a filesystem capable of handling shared access. You will need something like that to prevent your cluster from melting down after you enable and mount in shared mode.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2007 03:50 AM
02-21-2007 03:50 AM