AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system


#Operatingsystems
#Opensource
#AIX
#AIX Open Source
 View Only
  • 1.  zabbix-agent for AIX 7.2

    Posted Mon April 29, 2019 04:20 AM

    Originally posted by: PUQW_ANTON_NAUMOV


    Helllo colleagues,

    Does anyone has information about new rpm release for zabbix-agent for AIX 7.2?

    I'm IBMer may be you know the people who compile rpms for AIX to contact with them directly?

    --

    Thanks in advance

    Anton Naumov

     

     



  • 2.  Re: zabbix-agent for AIX 7.2

    Posted Mon April 29, 2019 06:10 AM

    Originally posted by: AyappanP


    I see zabbix-agent for AIX is provided by the official site till version 3.4

    For later versions, i don't see it.

    But it looks like it is easy to compile with only agent enabled (4.2.1). You need to have GNU make & GCC installed in the machine. And sqlite-devel also. 

    export CC="gcc -maix64"

    export OBJECT_MODE=64

    ./configure --enable-agent --with-sqlite3

    make

    make install DESTDIR=<preferred_path>

     



  • 3.  Re: zabbix-agent for AIX 7.2

    Posted Mon April 29, 2019 06:14 AM

    Originally posted by: PUQW_ANTON_NAUMOV


    Do you know who(which team)  compile those rpms at iBM?



  • 4.  Re: zabbix-agent for AIX 7.2

    Posted Mon May 20, 2019 04:00 AM

    Originally posted by: PUQW_ANTON_NAUMOV


    If i using gcc is cross compilation possible? If yes, which gcc or ./configure keys i should use to complile code for Power7 AIX 7.2 using host linux x86_64?



  • 5.  Re: zabbix-agent for AIX 7.2

    Posted Wed May 22, 2019 08:20 AM

    Originally posted by: AyappanP


    GNU binutils is the main thing that makes cross-compilation possible. Right now , it has issues in generating XCOFF objects. 

    So it's not possible at this point of time. 



  • 6.  Re: zabbix-agent for AIX 7.2

    Posted Wed June 12, 2019 03:10 AM

    Originally posted by: phhermes


    Hi,

    look at https://www.zabbix.com/download_agents

    Agent 4.2.1 for AIX 7.2 are there. (with or without SSL)

    Philippe