-
Incident report
-
Resolution: Fixed
-
Blocker
-
None
-
2.0.6
-
AIX 5.3 and 6.1 with 32bit zabbix_agentd (downloaded from "www.zabbix.com/download.php").
I have a few AIX servers, and zabbix is reporting wrong uptime for the ones which have been up for a long time:
One of the machines (AIX 6.1) has 685+ days of uptime, but zabbix reports a little more than 188 days.
Another one (AIX 5.3) has 248+ days of uptime, but zabbix always reports 0.
This seems like a 32bit bug. I've recompiled the agent as a 64bit binary, and this made the problem go away.
For completeness, these where the steps I took to rebuild zabbix_agentd for 64bit:
CFLAGS='-maix64' ./configure --enable-agent
- On AIX 6.1 edit include/config.h and add, to the top:
- #include <sys/protosw.h>
- Ref: https://www-304.ibm.com/support/docview.wss?uid=isg1IV01736
make ARFLAGS="-cru -X64"
strip -X64 src/zabbix_agent/zabbix_agentd
- is duplicated by
-
ZBX-10242 Uptime counter overflow on AIX machines
- Closed