Rob,
Thank you for the response. The following steps were used to compile
gmond/gstat and gmetric:

./configure --disable-shared --enable-static

add following on line 4 of srclib/libmetrics/interface.c
#define  IFF_MULTICAST  1


add following to end of gmond/gmond.c

void *malloc(size_t size);

char *
rpl_malloc(size_t n)
{
    if (n == 0)
        n = 1;
    return malloc (n);
}

cd gmond; make
cd ../gmetric; make


> Can you describe how you got gmond to compile on AIX 5.2?
>
> thanx,
> rob
>
> On Mar 15, 2005, at 5:17 PM, Everett Mullis wrote:
>
>>
>> I am currently looking at using Ganglia 3 to monitor compute clusters
>> running Solaris 9, Suse Linux 9, and  AIX 5.2 ml 3 on the Power4 and 5
>> architecture. Everything compiled nicely on the Solaris and Linux
>> servers.
>> After a little work, gmond and gmetric compiled and start correctly on
>> the
>> AIX servers.
>> There is one strange thing- I am seeing only partial metrics being
>> reported for the AIX servers, and some of the ones that are reported
>> (such
>> as cpu_user) seem to be an inverse. Has anybody else seen this behavior
>> before? If so, is there a patch?
>>
>>
>>
>> -------------------------------------------------------
>> SF email is sponsored by - The IT Product Guide
>> Read honest & candid reviews on hundreds of IT Products from real
>> users.
>> Discover which products truly live up to the hype. Start reading now.
>> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
>> _______________________________________________
>> Ganglia-general mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/ganglia-general
>


Reply via email to