- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring Cluster Lock 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
10-08-2001 09:45 AM
10-08-2001 09:45 AM
Configuring Cluster Lock VG
Let me summarize my predicament:
cmcheckconf wants the cluster lock volume group to be available on all nodes.
cmcheckconf requires the cluster to be down to change FIRST_CLUSTER_LOCK_PV.
"vgchange -c y" only works if the cluster software is running.
cmapplyconf requires the lock volume group to be activated. (vgchange -a e vglock)
The cluster cannot be halted while a cluster aware volume group is activated
How can I create a configuration where cmapplyconf has the volume group available on all nodes, yet the cluster software is not running?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 09:49 AM
10-08-2001 09:49 AM
Re: Configuring Cluster Lock VG
Refer to the thread below.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90045/B3936-90045_top.html&con=/hpux/onlinedocs/B3936-90045/00/00/33-con.html&toc=/hpux/onlinedocs/B3936-90045/00/00/33-toc.html&searchterms=cluster%20lock&queryid=20011008-105101
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 10:15 AM
10-08-2001 10:15 AM
Re: Configuring Cluster Lock VG
node 1:
+ create VG
+ activate VG (-a y)
node 2:
+ import VG
+ activate VG (-a y), ignore error
node 1:
+ deactivate VG
+ start single node cluster
+ change to cluster aware (-c y)
+ stop single node cluster
+ check config
+ apply config
In my prior attempt the lock VG was not enabled on the second node before the "vgchange -c y" was done. This really confused things.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 10:33 AM
10-08-2001 10:33 AM
Re: Configuring Cluster Lock VG
This is how you have to configure SG.
Node 1
Create VG (vgcreate / vgextend / lvcreate / lvextend)
Deactivate VG (vgchange -a n /dev/vg_name)
export map (vgexport -p -s -m map_name /dev/vg_name)
rcp map to other node (rcp map_name node2:/tmp/map_name)
Node 2
Create VG directory and group file
Import VG from the map (vgimport -s -m /tmp/map_name /dev/vg_name)
Activate the VG (vgchange -a y /dev/vg_name)
Deactivate the VG (vgchnage -a n /dev/vg_name)
Node 1
Create ascii conf file for cluster (cmquerycl ....)
Edit ascii conf file and set the Cluster conf info
Check the conf file for errors (cmcheckconf ....)
If errors, rectify them.
If no errors.
Activate Cluster Lock VG (vgchange -a y /dev/vg_lock)
Distribute Cluster Binaries (cmapplycl ......)
Deactivate the Cluster Lock VG (vgchange -a n /dev/vg_lock)
Start the Cluster (cmruncl -v)
This should start the cluster on all the node(s) configured into the cluster configuration.
Here Node 1 is assumed to be the cluster configuration node.
Look at the thread below for more info.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B3936-90045/B3936-90045_top.html&con=/hpux/onlinedocs/B3936-90045/00/00/33-con.html&toc=/hpux/onlinedocs/B3936-90045/00/00/33-toc.html&searchterms=configuring%20cluster&queryid=20011008-113601
Hope this helps.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2001 12:16 PM
10-08-2001 12:16 PM
Re: Configuring Cluster Lock VG
The nodes in the cluster have to have the VG configured on each node, by using vgexport -p -m mapfile on the node you create the VG, and then vgimport -m mapfile on the other node(s) in the cluster.
After first creating the VG, it is automatically activated on the first node, and that is ALL you need, is the VG activated on just one node.
This is all documented in the Managing MC/ServiceGuard manual available at :
http://docs.hp.com/hpux/ha