Re: HA CMP Resources synchronisation failed
From: F. Even (aixlists_at_ELITISTS.ORG)
Date: 02/22/05
- Previous message: Robert Binkley: "Re: System Info Script"
- Maybe in reply to: AUBINEAU Cyril: "HA CMP Resources synchronisation failed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Feb 2005 20:52:53 -0600 To: aix-l@Princeton.EDU
You wouldn't by any chance happened to have tried Google, would you
have?
It looks like there is one answer there...and probably the best one
anyone could provide not knowing what version of AIX or HACMP you are
using:
http://www.google.com/search?hl=en&q=%22cllog+%
3A+The+cluster.log+log+file+has+already+been+redirected%
22&btnG=Google+Search
Gives this:
http://archives.neohapsis.com/archives/aix/2001-q1/0019.html
Which has this:
[quote]
APAR: IY16029 COMPID: 5765D2800 REL: 430
ABSTRACT: CLUSTER VERIFY OR SYNCH FAILS WITH MSG INDICATING
CLUSTER.LOG FI
PROBLEM DESCRIPTION:
When the customer tried to run cluster verification or synch
it would fail with the only message indicated:
cllog: The cluster.log log file has already been redirected via
modification of the /etc/syslog.conf file on node <nodename>.
If you wish to redirect this log again, please change the
cluster.log entries of the /etc/syslog.conf file. Inspection
of the /etc/syslog.conf file on the cluster nodes, however, did
not show any apparent problem.
LOCAL FIX:
Remove tabs between fields of /etc/syslog.conf file entries.
PROBLEM SUMMARY:
When the customer tried to run cluster verification or synch
it would fail with the only message indicated:
cllog: The cluster.log log file has already been redirected via
modification of the /etc/syslog.conf file on node <nodename>.
If you wish to redirect this log again, please change the
cluster.log entries of the /etc/syslog.conf file. Inspection
of the /etc/syslog.conf file on the cluster nodes, however, did
not show any apparent problem.
PROBLEM CONCLUSION:
The entries in the syslog.conf file for cluster.log had
tab(s) instead of space(s) between fields, and the code that
was parsing these entries was using cut with space as
field separator, so did not separate the fields. The code
was changed to use awk rather than cut in cllog.sh,
clsnapshot.sh, and cld_logfiles.sh.
[/quote]
-----Original Message-----
From: caubineau@SIGMA.FR [mailto:caubineau@SIGMA.FR]
Sent: Monday, February 21, 2005 4:48 AM
To: aix-l@Princeton.EDU
Subject: [aix-l] HA CMP Resources synchronisation failed
Hello,
I can't understand why HA's Resources synchronisation failed on a 2
nodes
cluster :
Here is the message from HA :
Verifying cluster log directories on Node: Node2
cluster.log:
cllog : The cluster.log log file has already been redirected
via
modification of the /etc/syslog.conf file on node Node2. If
you wish
to redirect this log again, please change the cluster.log
entries of
the /etc/syslog.conf file.
Here is the end of the file /etc/syslog.conf on Node2 :
# HACMP for AIX Critical Messages from HACMP for AIX
local0.crit /dev/console
# HACMP for AIX Informational Messages from HACMP for AIX
local0.info /usr/adm/cluster.log
# HACMP for AIX Messages from Cluster Scripts
user.notice /usr/adm/cluster.log
The file /etc/syslog.conf are exactly the same on the 2 nodes ...
Can someone help ?
Thank you
Best Regards,
Cyril
- Previous message: Robert Binkley: "Re: System Info Script"
- Maybe in reply to: AUBINEAU Cyril: "HA CMP Resources synchronisation failed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|