Dear All☺
Please help me because I'm having trouble getting Zabbix to start.
OS: Linux Enterprise Server 11 SP3 (x86_64) - Kernel \r (\l)
GLIBC: GNU C Library stable release version 2.11.3 (20110527)
If you type the command service zabbix_agentd start, you will get the following
Starting Zabbix Agent: /etc/init.d/zabbix_agentd: line 32: daemon: command not f ound
/usr/local/sbin/zabbix_agentd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/sbin/zabbix_agentd)
/usr/local/sbin/zabbix_agentd: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /usr/local/sbin/zabbix_agentd)
startproc: exit status of parent of /usr/local/sbin/zabbix_agentd: 1
The following is what I tried to start again.
Start /etc/init.d/zabbix_agentd with corrected diffs from production machine -> failed
Start with misc/init.d file for fedora -> Failed
Try to boot with SUSE
Check script with which rc_status -> no rc_status
Start with bash zabbix-agentd start -> x
Check GLIBC version in /lib64/libc.so.6 -> 2.11.3
Check for zabbix-agent with zypper search --installed-only -> Error occurs due to outdated TLS version being used for communication
Please help me because I'm having trouble getting Zabbix to start.
OS: Linux Enterprise Server 11 SP3 (x86_64) - Kernel \r (\l)
GLIBC: GNU C Library stable release version 2.11.3 (20110527)
If you type the command service zabbix_agentd start, you will get the following
Starting Zabbix Agent: /etc/init.d/zabbix_agentd: line 32: daemon: command not f ound
/usr/local/sbin/zabbix_agentd: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/sbin/zabbix_agentd)
/usr/local/sbin/zabbix_agentd: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by /usr/local/sbin/zabbix_agentd)
startproc: exit status of parent of /usr/local/sbin/zabbix_agentd: 1
The following is what I tried to start again.
Start /etc/init.d/zabbix_agentd with corrected diffs from production machine -> failed
Start with misc/init.d file for fedora -> Failed
Try to boot with SUSE
Check script with which rc_status -> no rc_status
Start with bash zabbix-agentd start -> x
Check GLIBC version in /lib64/libc.so.6 -> 2.11.3
Check for zabbix-agent with zypper search --installed-only -> Error occurs due to outdated TLS version being used for communication

Comment