- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: error in cmappyconf.
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
01-17-2005 09:07 AM
01-17-2005 09:07 AM
error in cmappyconf.
When I run cmapplyconf it comes out with error
unable to verify cluster config file.
Err
-----
cmapplyconf : Unable to verify cluster file: /etc/cmcluster/cluster.ascii
I checked all the Volume groups configured and all configured in cluster nodes .(I have same shared VGs too whcih are specified in ascii file as
OPS_VOLUME_GROUP )
Is there any way to make cmapplyconf to generate a deatiled error output.
I like to know, what is the impact if all the cluster VGs are not properly configued in cluster ascii files ?, all my packages are running perfectly with out doing this .
Thanks in advance ,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 09:10 AM
01-17-2005 09:10 AM
Re: error in cmappyconf.
You can run cmapplyconf with the '-v' option to get verbose output which might help.
Just a simple question, but you do have a /etc/cmcluster/cluster.ascii file on each node, and all those files are identical?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 10:30 AM
01-17-2005 10:30 AM
Re: error in cmappyconf.
Its not necessary to have the same cluster ascii file in all servers when you execute cmapplyconf.
Once acmapplyconf is seccessful we can copy the ascii file to other nodes.
I am running cmapplyconf with -v option .
But still does give any detailed error messages.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 12:47 PM
01-17-2005 12:47 PM
Re: error in cmappyconf.
nodes: means node name
asscii: path and ascii file name.
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:00 PM
01-17-2005 01:00 PM
Re: error in cmappyconf.
One time, I had the same error as you and the reason is IP address of one node did not correct.
Of course, you can compare your file you want to apply with the output of file by command #cmquery -C cluster_ascii_file -n node1 -n node2.
I think there are some mistake in your file you want to apply (note: before apply, you can check it by cmapplyconf -C cluster_ascii_file
HMT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 01:03 PM
01-17-2005 01:03 PM
Re: error in cmappyconf.
The correct command is : cmquerycl (not cmquery)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 03:59 PM
01-17-2005 03:59 PM
Re: error in cmappyconf.
before applying conf file..
use #cmcheckconf -v -C /etc/cmcluster/cluster.ascii for check the ascii file.
If there is no error then u can try apply config thro cmapplyconf..
Cheers
Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 05:29 PM
01-17-2005 05:29 PM
Re: error in cmappyconf.
Pls check the file /var/adm/syslog.log.good luck
sincerely
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 05:50 PM
01-17-2005 05:50 PM
Re: error in cmappyconf.
Shared vg's are a bit tricky though.
Run manually vgchange -c y -S y on the vg on one node.
then run vgchange -a s on both nodes.
Also check that u have chosen -a s in stead of -a e in the controlfile.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-17-2005 10:07 PM
01-17-2005 10:07 PM
Re: error in cmappyconf.
There mayu also be further information displayed when this fails that you have not posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 01:45 AM
01-18-2005 01:45 AM
Re: error in cmappyconf.
Only 1 node needs the cluster ascii file - and this has to be the node you run the cmapplyconf from.
Second, cmapplyconf runs a cmcheckconf - everytime - so no need to run cmcheckconf unless you have no intention of applying.
First thing you need to do, generate an ascii file:
cmquerycl -v -C /etc/cmcluster/cluster.ascii -n node1 -n node2
Then, edit it, then apply it:
cmapplyconf -v -C /etc/cmcluster/cluster.ascii
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 04:58 AM
01-18-2005 04:58 AM
Re: error in cmappyconf.
cmviewconf -o /tmp/clustercheck.output
I find when I look at things using this method...I tend to find the error that I just couldn't see on the screen.
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-18-2005 05:16 AM
01-18-2005 05:16 AM
Re: error in cmappyconf.
"...what is the impact if all the cluster VG;s are not properly configured in cluster ascii files?...all my packages are running perfectly without doing this"
Let's think about this...
..yes your packages are running, because you can create a package with your cluster running and start it up. It is strictly running on that node, so once you get it running...voila...perfect !
...or almost...Remember you have ONLY created and started a PACKAGE..and that on one node.
So think about it...Service Guard fails over packages from node to node; and what is one thing SG wants to gain and give exclusive rights to ?
>> Answer: The Volume Groups.
And how does SG know what volume groups do deal with ?
>> Answer: The cluster ascii file.
So if you want an automated failover, then you need to ensure your cluster.ascii file is correct and working.
Rgrds,
Rita