- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- LOCK VG cluster aware and cmapplyconf
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
07-16-2003 01:37 PM
07-16-2003 01:37 PM
My cmcheckconf fails due to Lock VG not submitted to cluster.
But vgchange -c y fails due to cluster undefined.
How to get it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 03:26 PM
07-16-2003 03:26 PM
Re: LOCK VG cluster aware and cmapplyconf
Is this a new cluster you are configuring?
And the disk and VG you have choosen for Cluster Lock should be sharable(seen by every node in the cluster). Otherwise choose a cluster disk which is visible to all.
How many nodes do you have if your cluster? coz cluster Lock can be avoided if you have a cluster of 4 or mode nodes.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 03:32 PM
07-16-2003 03:32 PM
Re: LOCK VG cluster aware and cmapplyconf
When you apply the configuration for the first time, you will need to have all the volume groups part of the cluster should be "active" on the server where you are running cmapplyconf. Do this.
#vgchange -a y vg01
#vgchange -a y vg02
etc.,
#cmapplyconf -C /etc/cmcluster/clusterconf.ascii
"cmapplyconf" will take care of making the VGs clusteraware.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 08:01 PM
07-16-2003 08:01 PM
Re: LOCK VG cluster aware and cmapplyconf
Cluster is a new 2 nose one. Cluster Lock Disk is shared, I mean both nodes can activate the cluster logk vg with vgchange -a y.
I know I have to activate the vg before making the apply but the problem is: cmapplyconf fails!
I have Sevice Guard 11.14 with shared LUN on an Eva Storage and Secure path to access then with load balancing.
Any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 10:34 PM
07-16-2003 10:34 PM
Re: LOCK VG cluster aware and cmapplyconf
Also make sure that the both the machines should be able to rlogin or run a remote shell before you do that.
Have the entries in /etc/hosts.eqiv and /etc/cmcluster has cluster ascii file on both the server.
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 10:52 PM
07-16-2003 10:52 PM
Re: LOCK VG cluster aware and cmapplyconf
node1: vgchange -a n lockvg
node2: vgchange -a n lockvg
node1: vgchange -c n lockvg
node1: vgchange -a y lockvg
node1: cmapplyconf -C cluster.asc
Note that if you have activated the VG on both the nodes u may encounter problem during cmapplyconf.
Hopefully it should work now.
Regards,
Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 11:33 PM
07-16-2003 11:33 PM
Re: LOCK VG cluster aware and cmapplyconf
you should activate the cluster Lock vg, with
vgchange -a y lockvg
not the way you try it (i.e. -c y)
Hope it helps,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 12:34 AM
07-17-2003 12:34 AM
Re: LOCK VG cluster aware and cmapplyconf
CLUSTER_NAME clusterica
FIRST_CLUSTER_LOCK_VG /dev/vg01
NODE_NAME ica1
NETWORK_INTERFACE lan2
HEARTBEAT_IP 172.16.4.20
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.0.0.1
NETWORK_INTERFACE lan1
FIRST_CLUSTER_LOCK_PV /dev/dsk/c12t0d0
NODE_NAME ica2
NETWORK_INTERFACE lan2
HEARTBEAT_IP 172.16.4.40
NETWORK_INTERFACE lan0
HEARTBEAT_IP 192.0.0.2
NETWORK_INTERFACE lan1
FIRST_CLUSTER_LOCK_PV /dev/dsk/c21t0d0
HEARTBEAT_INTERVAL 1000000
NODE_TIMEOUT 2000000
AUTO_START_TIMEOUT 600000000
NETWORK_POLLING_INTERVAL 2000000
MAX_CONFIGURED_PACKAGES 10
# vgchange -a y vg01
Activated volume group
Volume group "vg01" has been successfully changed.
# cmapplyconf -C /etc/cmcluster/test.ascii
Begin cluster verification...
Note : a NODE_TIMEOUT value of 2000000 was found in line 18. For a
significant portion of installations, a higher setting is more appropriate.
Refer to the comments in the cluster configuration ascii file or ServiceGuard
manual for more information on this parameter.
Error: First cluster lock volume group /dev/vg01 needs to be designated as a clu
ster aware volume group.
cmapplyconf : Unable to verify cluster file: /etc/cmcluster/test.ascii.
#
Thanks again to everyone.
New ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:01 AM
07-17-2003 01:01 AM
SolutionVOLUME_GROUP /dev/vg01
You do not seem to have this entry, and for a cluster lock vg it must be defined in the ascii file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 01:58 AM
07-17-2003 01:58 AM
Re: LOCK VG cluster aware and cmapplyconf
Thanks to Melvyn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2003 02:19 AM
07-17-2003 02:19 AM
Re: LOCK VG cluster aware and cmapplyconf
Glad it worked.
Hope you also got the BEA stuff you asked for.