- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmcheckconf errors
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
08-29-2001 10:11 AM
08-29-2001 10:11 AM
cmcheckconf errors
I received the following error messages from "cmcheckconf";
First error is as follows;
Warning: Network interface lan6 on node earth couldn't talk to itself.
Error: No bridged net specified for NM_ID 6 at earth
Second set of errors has to do with the Oracle packages i had previously defined with the cluster. Each node (earth & mars) has one oracle database defined as a package. Since the last time we had the cluster up and running, we have re-IPed and re-subnetted our network. I have change the ascii file for each of the oracle packages to reflect this change, so i'm confused as to where the old 132.10.0.0 subnet is defined. The error messages regarding the packages are as follows;
Error: Invalid subnet 132.10.0.0 in package ORACLE_lear
Error: Invalid subnet 132.10.0.0 in package ORACLE_lear
Our new subnet is 172.16.0.0 and as i said i have changed this in the config files.
Any suggestions on how to remedy these errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 10:30 AM
08-29-2001 10:30 AM
Re: cmcheckconf errors
# linkloop -i
If linkloop doesn't work, SG won't work either. This has then to be fixed.
2) You probably run a "cmcheckconf -C
# cmcheckconf -C cluster.ascii -P package1.ascii -P package2.ascii ...
Doing this also the package conf file is updated.
You might want to start from scratch and delete the old cluster binary that still holds the old information that causes the errors:
# cmdeleteconf
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 10:59 AM
08-29-2001 10:59 AM
Re: cmcheckconf errors
Sorry abt the earliar posting.
It seems that the error yoou are getting about the network interface lan6 on node earth not being able to talk to itself is because the port is not conneted through a cable to the switch.
If it is connected, the cable might be faulty. This may also happen if you have connected the cable directly to another server through a cross-over cable.
I have the same error when i create the ascii file with the port disconnected from the switch.
Hope this helps
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2001 11:30 PM
08-29-2001 11:30 PM
Re: cmcheckconf errors
1) the subnet you are having a problem with is defined in the pkg config file AND the pkg control file, so you would need to ensure the changes are made to BOTH files, and then the changed files copied to the other node in the cluster.
2) you may want to try doing a cmquerycl -v -C /etc/cmcluster/newconfig.ascii -n earth -n mars
and read the new ascii file to see what changes and configuratiosn ot picks up.
I would then merge any changes you want into the new file, and start with basics, i.e. just do cmcheckconf -v /etc/cmcluster/newconfig.ascii and see whether this errors.
If yes, fix the problems, but if no, then proceed to add in the packages.
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2001 01:26 AM
08-30-2001 01:26 AM
Re: cmcheckconf errors
Check the stauts lan6 using lanscan. lanadmin and ifconfig.
Run a fresh cmquerycl and create a new config file check running cmcheckconf.
Have you done the changes in Package configuration files and the cluster configuration file ?
Jagadeesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2002 01:54 PM
08-31-2002 01:54 PM
Re: cmcheckconf errors
I agree with carsten, just try the following steps mybe it'll solve your problem;
# linkloop -i
# cmcheckconf -C cmclconfig.ascii .
If it does'nt work, then I think it is better to keep a copy of your cmclconf.ascii file & try to issue cmquerycl command to create a new ascii file.
Good luck,
Hamdy