HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cmcheckconf failing with Too many LOCAL_LAN_FAILOV...
Operating System - HP-UX
1829586
Members
2065
Online
109992
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-18-2010 07:00 AM
07-18-2010 07:00 AM
Dear Gurus ,
following is the problem while doing cmcheckconf -v -P :
cisapp:/etc/cmcluster/CISDB#cmcheckconf -v -P cisdb_pkg.conf
Begin package verification...
Checking existing configuration ... Done
Parsing package file: cisdb_pkg.conf.
cisdb_pkg.conf: A legacy package is being used.
cisdb_pkg.conf:528: Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME
The maximum allowed is 1.
cmcheckconf: Error found in package file: cisdb_pkg.conf.
-here's the o/p from 2 nodes :
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3* 1500 none none 0 0 0 0 0
lan2 1500 67.1.2.0 67.1.2.4 2750 0 2741 0 0
lan0 1500 10.0.0.0 10.0.0.12 7575 0 7425 0 0
lo0 32808 127.0.0.0 127.0.0.1 6189 0 6189 0 0
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3* 1500 none none 0 0 0 0 0
lan2 1500 67.1.2.0 67.1.2.3 2756 0 2765 0 0
lan0 1500 10.0.0.0 10.0.0.13 9665 0 9494 0 0
lo0 32808 127.0.0.0 127.0.0.1 7074 0 7074 0 0
please suggest .
regards,
following is the problem while doing cmcheckconf -v -P :
cisapp:/etc/cmcluster/CISDB#cmcheckconf -v -P cisdb_pkg.conf
Begin package verification...
Checking existing configuration ... Done
Parsing package file: cisdb_pkg.conf.
cisdb_pkg.conf: A legacy package is being used.
cisdb_pkg.conf:528: Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME
The maximum allowed is 1.
cmcheckconf: Error found in package file: cisdb_pkg.conf.
-here's the o/p from 2 nodes :
# netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3* 1500 none none 0 0 0 0 0
lan2 1500 67.1.2.0 67.1.2.4 2750 0 2741 0 0
lan0 1500 10.0.0.0 10.0.0.12 7575 0 7425 0 0
lo0 32808 127.0.0.0 127.0.0.1 6189 0 6189 0 0
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan3* 1500 none none 0 0 0 0 0
lan2 1500 67.1.2.0 67.1.2.3 2756 0 2765 0 0
lan0 1500 10.0.0.0 10.0.0.13 9665 0 9494 0 0
lo0 32808 127.0.0.0 127.0.0.1 7074 0 7074 0 0
please suggest .
regards,
FrogIsDeaf
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2010 09:31 AM
07-18-2010 09:31 AM
Re: cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME
Hi,
Open this file "cisdb_pkg.conf" check for string "LOCAL_LAN_FAILOVER_ALLOWED" and set to 1.
As the error message itself telling "The maximum allowed is 1."
Suraj
Open this file "cisdb_pkg.conf" check for string "LOCAL_LAN_FAILOVER_ALLOWED" and set to 1.
As the error message itself telling "The maximum allowed is 1."
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2010 01:01 PM
07-18-2010 01:01 PM
Solution
The message is basically telling you that there is more thanone (1) of the LOCAL_LAN_FAILOVER_ALLOWED variables designated, probably due to a typo or leaving out a comment (#) at the beginning of one of the lines.
Tis variable has a setting of either YES or NO (not a 1 as stated above)
Edit the file and check for the entries listed or do :
grep LOCAL_LAN_FAILOVER_ALLOWED cisdb_pkg.conf
And see if you get more than one that is NOT commented out
Tis variable has a setting of either YES or NO (not a 1 as stated above)
Edit the file and check for the entries listed or do :
grep LOCAL_LAN_FAILOVER_ALLOWED cisdb_pkg.conf
And see if you get more than one that is NOT commented out
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2010 10:59 PM
07-18-2010 10:59 PM
Re: cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME
Dear Gurus ,
Melvyn's post did the trick.
Regards,
Rahul
Melvyn's post did the trick.
Regards,
Rahul
FrogIsDeaf
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP