- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- stop at cmapplycl, need help!!
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
12-27-2003 06:37 AM
12-27-2003 06:37 AM
stop at cmapplycl, need help!!
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:28 AM
12-29-2003 01:28 AM
Re: stop at cmapplycl, need help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:31 AM
12-29-2003 01:31 AM
Re: stop at cmapplycl, need help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:32 AM
12-29-2003 01:32 AM
Re: stop at cmapplycl, need help!!
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 01:35 AM
12-29-2003 01:35 AM
Re: stop at cmapplycl, need help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 02:09 AM
12-29-2003 02:09 AM
Re: stop at cmapplycl, need help!!
If not, try adding htem to the end of the ascii (there are examples there) and then try doing the cmapply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 02:11 AM
12-29-2003 02:11 AM
Re: stop at cmapplycl, need help!!
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2003 04:34 AM
12-29-2003 04:34 AM
Re: stop at cmapplycl, need help!!
/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.