Operating System - HP-UX
1829586 Members
2065 Online
109992 Solutions
New Discussion

cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME

 
SOLVED
Go to solution
DeafFrog
Valued Contributor

cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME

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,
FrogIsDeaf
3 REPLIES 3
Suraj K Sankari
Honored Contributor

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
melvyn burnard
Honored Contributor
Solution

Re: cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME

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
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
DeafFrog
Valued Contributor

Re: cmcheckconf failing with Too many LOCAL_LAN_FAILOVER_ALLOWED configured for PACKAGE_NAME

Dear Gurus ,
Melvyn's post did the trick.
Regards,
Rahul
FrogIsDeaf