not yet a SUMMARY: clu_check_config reports errors BUT the cluster works properly

From: emanuele.lombardi@casaccia.enea.it
Date: Fri Oct 11 2002 - 08:43:19 EDT


Hi TruGurus,

Reguarding the clu_check_config error messages:

            /usr/sbin/clu_mibs is NOT_RUNNING !!!!!ATTENTION!!!!!

it seems to me that /usr/sbin/clu_mibs is not started at boot time.

        (Tru64 5.1A 2nd patch)
        
In /sbin/init.d the only script referring clu_mibs is an old version of
clu_max I left last year (I don't remember why)
.
In the current clu_max there are no more references to clu_mibs as you
can see from the following diff command.

diff clu_max clu_max.LASTYEAR

        4c4
        < # * Copyright Compaq Computer Corporation, 2002 *
        ---
> # * Copyright Compaq Computer Corporation, 2001 *
        19c19
        < # @(#)$RCSfile: clu_max.sh,v $ $Revision: 1.1.15.2 $ (DEC) $Date: 2001/11/30 15:28:55 $
        ---
> # @(#)$RCSfile: clu_max.sh,v $ $Revision: 1.1.9.1 $ (DEC) $Date: 2000/07/12 15:20:27 $
        32a33,35
> CLUMIBS=/usr/sbin/clu_mibs
> CLUMIBSPID=`/sbin/init.d/bin/getpid $CLUMIBS -uroot`
>
        48a52,60
> if(test -x $CLUMIBS)
> then
> if [ "X$CLUMIBSPID" = "X" ]
> then
> $CLUMIBS > /dev/console 2>&1 &
> echo "Cluster sub-agent started"
> fi
> fi
>
        83c95
        < if ${CAA_RELOCATE} -f -s `hostname`; then
        ---
> if ${CAA_RELOCATE} -s `hostname`; then
        88a101,105
> fi
>
> if [ "X$CLUMIBSPID" != "X" ]
> then
> /sbin/kill -s TERM $CLUMIBSPID

I tried manually start /usr/sbin/clu_mibs and it starts and survive
properly without any problem.

Thanks to david.ross who says:
        /usr/sbin/clu_mibs is a cluster extension to the SNMP suite. It should be
        installed with TCRBASE and started by /sbin/init.d/snmp. I wouldn't worry
        about it, since I don't use snmp to manage my cluster, but your needs may
        vary.

Will you help me solving the problem of automatically start clu_mibs ?

Ciao from Italy,
Emanuele

P.S. Reguarding the synchronization between members the problem was
        probably due to ntpd. Now its all fine so I don't care anymore.

-- 
$$$ Emanuele Lombardi
$$$ mail:  ENEA  CLIM  Casaccia
$$$        I-00060 S.M. di Galeria (RM)  ITALY
$$$ mailto:emanuele.lombardi@casaccia.enea.it
$$$ tel	+39 0630483366 
$$$ fax	+39 0630484264             |||
$$$                                \|/  ;_;
$$$ What does a process need        |   /"\
$$$ to become a daemon ?            |   \v/
$$$                                 |    | 
$$$ - a fork                        o---/!\---
$$$                                 |   |_|
$$$                                 |  _/ \_
$$$* Contrary to popular belief, UNIX is user friendly.
$$$  It's just very particular about who it makes friends with.
$$$* Computers are not intelligent, but they think they are. 
$$$* True programmers never die, they just branch to an odd address
$$$* THIS TRANSMISSION WAS MADE POSSIBLE BY 100% RECYCLED ELECTRONS


This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:56 EDT