Ad Widget

Collapse

:(:(How to Monitoring aix6.1

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jerry2049
    Junior Member
    • Sep 2011
    • 20

    #1

    :(:(How to Monitoring aix6.1

    Hi,Dear All

    who can tell me how to installed zabbix_agent on aix6.1

    Does must be installed for the AIX version of the client? who can give me the detailed steps?

    Thankyou;

    This is my step for intsall zabbix_agentd

    Client installation and configuration:


    ①Environment

    yum -y install gcc


    ②Download and decompression

    tar zxf zabbix-1.8.6.tar.gz



    ③Configure ZABBIX users

    useradd zabbix
    cd zabbix-1.8.6


    ④Compile and installzabbix

    ./configure --prefix=/usr/local/zabbix --enable-agent && \
    make && \
    make install



    ⑤zabbixService configuration* Service port definitions:
    Edit /etc/services,In the appended:

    cat >> /etc/services << "EOF"
    zabbix-agent 10050/tcp Zabbix Agent
    zabbix-agent 10050/udp Zabbix Agent
    EOF


    * Copy the configuration file:
    mkdir /etc/zabbix
    cp misc/conf/zabbix_agent.conf /etc/zabbix/
    cp misc/conf/zabbix_agentd.conf /etc/zabbix/


    * Modify the configuration file:

    vi /etc/zabbix/zabbix_agent.conf
    Server=192.168.168.100

    vi /etc/zabbix/zabbix_agentd.conf
    Server=192.168.168.100
    Hostname=client servername


    * installation scriptcp

    misc/init.d/fedora/core/zabbix_agentd /etc/init.d/
    chmod a+x /etc/init.d/zabbix_agentd


    * Modify /etc/init.d/zabbix_agentd :

    BASEDIR=/usr/local/zabbix
    FULLPATH=$BASEDIR/sbin/$BINARY_NAME

    * Add to startup service:
    chkconfig --add zabbix_agentd

    * start Zabbix Agentd
    /etc/init.d/zabbix_agentd start



    As a client, I used the 1.8.6 version is installed in Linux and windows, are all no problem.

    But I can't use this installed on aix6.1

    Pls help me, write a Detailed documentation
    Last edited by jerry2049; 14-09-2011, 08:56. Reason: http://www.aixchina.net/club/attachments/month_1109/1109091340831e78b94fdfbdcc.jpg
  • jerry2049
    Junior Member
    • Sep 2011
    • 20

    #2


    who can help me

    when I use zabbix_agents_1.8.5.aix5300-08.powerpc to installed...

    exec(): 0509-036 Cannot load program ./zabbix_agentd because of the following errors:
    0509-150 Dependent module /usrbbiconv.a(libiconv.so.2) could not be loaded.
    0509-152 Member libiconv.so.2 is not found in archive

    Comment

    • jerry2049
      Junior Member
      • Sep 2011
      • 20

      #3
      How to installed a clinet, I meas zabbix_agentd to installed on aix6.1

      Pls teach me

      Comment

      • jerry2049
        Junior Member
        • Sep 2011
        • 20

        #4
        I am sorry my English so bad

        when I installed zabbix_agentd in aix6.1 and execute command

        ./configure --prefix=/usr/local/zabbix --enable-agent && \
        make && \
        make install

        the warning is:

        configure: WARNING: libperfstat.h: present but cannot be compiled
        configure: WARNING: libperfstat.h: check for missing prerequisite headers?
        configure: WARNING: libperfstat.h: see the Autoconf doumentation
        configure: WARNING: libperfstat.h: section"present but cannot Be compiled"
        configure: WARNING: libperfstat.h: proceeding with the compiler's result

        I didn't download specifically for the AIX version of zabbix_agentd

        I just download this one
        wget http://prdownloads.sourceforge.net/z...ar.gz?download

        All of the zabbix_server and zabbix_agentd are all use it

        I think I also lack of which the installation package

        can u tell me what is the package

        Comment

        • hirschnf
          Member
          • Jan 2010
          • 56

          #5
          ok, we will look at this thread:

          Comment

          • jerry2049
            Junior Member
            • Sep 2011
            • 20

            #6
            According to your method, I have succeeded

            thankyou sir

            Comment

            • jerry2049
              Junior Member
              • Sep 2011
              • 20

              #7
              How to monitor aix6.1

              Hello ,Everybody

              I have been successfully installed zabbix_agentd in aix6.1

              but now my zabbix cannot detect some monitoring points

              for example

              I want to monitor the AIX network condition

              Login on my zabbix server and run this command

              ./zabbix_get -s 192.168.2.11 -k net.if.out[eth0,bytes]

              ZBX_NOTSUPPORTED

              I in accordance with this method to do

              http://www.zabbix.com/wiki/howto/mon...xuserparameter

              To use them add them to the end of your /etc/zabbix/zabbix_agentd.conf and restart the zabbix_agentd

              but when I restart my zabbix_agentd and then the System display

              bash-3.2# /etc/init.d/zabbix_agentd restart
              kill: 23069030: 0403-003 The specified process does not exist.

              Pls help me....

              Comment

              • irvined
                Junior Member
                Zabbix Certified Specialist
                • Aug 2010
                • 16

                #8
                AIX ethernet port check

                Hi,

                Are you sure you are 'looking' at the correct interface?

                For example on one of my AIX LPARs I see:

                en0: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING ,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD( ACTIVE),CHAIN>
                inet 10.X.Y.Z netmask 0xffffff00 broadcast 10.X.Y.255
                tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1
                en1: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING ,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD( ACTIVE),CHAIN>
                inet 172.X.Y.Z netmask 0xffffff00 broadcast 172.X.Y.255
                tcp_sendspace 262144 tcp_recvspace 262144 rfc1323 1
                lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLE X,MULTICAST,GROUPRT,64BIT>
                inet 127.0.0.1 netmask 0xff000000 broadcast 127.255.255.255
                inet6 ::1/0
                tcp_sendspace 131072 tcp_recvspace 131072 rfc1323 1

                So it may be you just need to change eth0 to en0

                Cheers,

                Doug

                Comment

                Working...