Operating System - HP-UX
1832181 Members
2908 Online
110038 Solutions
New Discussion

stop at cmapplycl, need help!!

 
zonfeng
Occasional Advisor

stop at cmapplycl, need help!!

rp2470,ds2300,hardware configuation are all ok

when use cmcheckconf it's ok

# cmcheckconf -v -C /etc/cmcluster/cmclconf.ascii
Checking cluster file: /etc/cmcluster/cmclconf.ascii
Checking nodes ... Done
Checking existing configuration ... Done
Warning: Can not find configuration for cluster MNR_cluster (how to avoid this warning?)
Gathering configuration information ... Done
Gathering configuration information .............. Done
Checking for inconsistencies .. Done
Maximum configured packages parameter is 7.
Configuring 0 package(s).
7 package(s) can be added to this cluster.
Creating the cluster configuration for cluster MNR_cluster.
Adding node gdpower1 to cluster MNR_cluster.
Adding node gdpower2 to cluster MNR_cluster.

Verification completed with no errors found.
Use the cmapplyconf command to apply the configuration.

and then I use the cmapplyconf, error display:

# cmapplyconf -v -C /etc/cmcluster/cmclconf.ascii

Checking cluster file: /etc/cmcluster/cmclconf.ascii
Checking nodes ... Done
Checking existing configuration ... Done
Warning: Can not find configuration for cluster MNR_cluster
Gathering configuration information ... Done
Gathering configuration information .............. Done
Checking for inconsistencies .. Done
Maximum configured packages parameter is 7.
Configuring 0 package(s).
7 package(s) can be added to this cluster.
Creating the cluster configuration for cluster MNR_cluster.
Adding node gdpower1 to cluster MNR_cluster.
Adding node gdpower2 to cluster MNR_cluster.
Error: Unable to recv initialize VG message to /dev/vgmv38a: Connection timed out Possibly due configuration to older revisioned node.
Error: Unable to unlock cluster configuration lock on node gdpower2: Unexpected loss of lock detected (configuration lock was lost since last time we locked it).
cmapplyconf : Unable to apply the configuration

and what i need to do to let the cmapplycl command run sucessful?
7 REPLIES 7
Stuart Abramson_2
Honored Contributor

Re: stop at cmapplycl, need help!!

Is this VG, /dev/vgmv38a, shared between the two nodes? And between no others?
Marco Santerre
Honored Contributor

Re: stop at cmapplycl, need help!!

is your VG deactivated? did you define a lock disk? Is this an initial set-up?
Cooperation is doing with a smile what you have to do anyhow.
Kent Ostby
Honored Contributor

Re: stop at cmapplycl, need help!!

The cmapplyconf is actually writing out information to the lock disk so it is trying to do "more" then the "cmcheckconf" ...

Thats the reason for the difference.

I'll look into the error message and see what I can see.

What type of disk is in /dev/vgmv38a ?

Best regards,

Kent M. Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Kent Ostby
Honored Contributor

Re: stop at cmapplycl, need help!!

Also, what errors (if any) show up in the Syslog.log file on EITHER node at the time of the cmapplyconf ?

"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
melvyn burnard
Honored Contributor

Re: stop at cmapplycl, need help!!

do you have all the shared VG's listed in your cluster ascii file?
If not, try adding htem to the end of the ascii (there are examples there) and then try doing the cmapply.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Kent Ostby
Honored Contributor

Re: stop at cmapplycl, need help!!

Here is one certified document that covers one flavor of this problem:

http://www1.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=S1100001773&searchCrit=allwords&docType=EngineerNotes&search.x=18&search.y=8
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
zonfeng
Occasional Advisor

Re: stop at cmapplycl, need help!!

thanks for all of you.

/dev/vgmv38a is the FIRST_CLUSTER_LOCK_VG, and FIRST_CLUSTER_LOCK_PV is /dev/dsk/c6t0d0
before do the cmapplyconf I have done the command
#vgchange -a y vgmv38a,

and all share vg have been add the config file.

and I also want to know whether the DS2000 full bus funtion is not support the MC?
I have two DS2300 ,each set to the full bus funtion and have four disks,and each have a BCC,each DS2300 connect the two node, and the two DS2300 use mirror with PVG.
tomorrow I'll check the log file , another strange thing is when two nodes run the ioscan at the same time, maybe one node could scan some DS200 disks unclaimed, sometime is no problem.