Ad Widget

Collapse

failed with error 67,please help me. thinks

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • wdnmg
    Junior Member
    • Feb 2011
    • 3

    #1

    failed with error 67,please help me. thinks

    a Aix Server, OS AIX5.3,
    install agentd software zabbix_agents-1.8.3.aix5300-10.powerpc.tar.gz

    in log file show follow messages:
    Listener failed with error: bind() for [[192.168.168.10]:10050] failed with error 67: Address already in use.

    zabbix_agentd.conf context follow:
    PidFile=/home/zabbix/logs/zabbix_agentd.pid
    LogFile=/home/zabbix/logs/zabbix_agentd.log
    LogFileSize=10
    SourceIP=192.168.168.10
    Server=192.168.168.5
    Hostname=test
    ListenPort=10050
    ListenIP=192.168.168.10
    ServerPort=10051

    please help me. thinks
  • nelsonab
    Senior Member
    Zabbix Certified SpecialistZabbix Certified Professional
    • Sep 2006
    • 1233

    #2
    Please do not spam the forum with multiple versions of the same post. You are posting on a Friday night/evening, not the best time to expect a quick answer.

    The error is telling you that you already have another service listening on 10050. I'm sorry but I do not know AIX, if the netstat command is available to you you could try running that. On Linux I would run it as follows: netstat -tlnp
    (tcp, listening, numeric ports, process)
    RHCE, author of zbxapi
    Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
    Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

    Comment

    • wdnmg
      Junior Member
      • Feb 2011
      • 3

      #3
      think your reply, 10050 port not have Before run zabbix agentd service,
      i running netstat -an | grep -i list check listen port.

      in Aix Server , run zabbix agentd service have 6 agent processes, How kind
      only have 1 agent processes?

      Comment

      • wdnmg
        Junior Member
        • Feb 2011
        • 3

        #4
        zabbix 4722796 7495892 0 14:10:19 - 0:01 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
        zabbix 7495892 1 0 14:10:19 - 0:00 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
        zabbix 7692416 7495892 0 14:10:19 - 0:00 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
        zabbix 7987240 7495892 0 14:10:19 - 0:01 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
        zabbix 8007818 7495892 0 14:10:19 - 0:05 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf
        zabbix 10801298 7495892 0 14:10:19 - 0:01 /home/zabbix/sbin/zabbix_agentd -c /home/zabbix/conf/zabbix_agentd.conf

        Comment

        • nelsonab
          Senior Member
          Zabbix Certified SpecialistZabbix Certified Professional
          • Sep 2006
          • 1233

          #5
          Looks to me like things are running as they should. Zabbix normally spawns multiple threads to run, this is normal.
          RHCE, author of zbxapi
          Ansible, the missing piece (Zabconf 2017): https://www.youtube.com/watch?v=R5T9NidjjDE
          Zabbix and SNMP on Linux (Zabconf 2015): https://www.youtube.com/watch?v=98PEHpLFVHM

          Comment

          Working...