jefffall / install-zabbix-agent-on-EMC-vnx-array

0 stars 2 forks source link

/usr/sbin/zabbix_agentd: cannot execute binary file #1

Open emersonramos opened 4 years ago

emersonramos commented 4 years ago

Hi,

I'm trying to use the project, but I'm unable to start service.

This is the error: /usr/sbin/zabbix_agentd: cannot execute binary file

I'm using EMC VNX Control Station Linux release 3.0 (NAS 8.1.9) EDT 2017 i686 i686 i386 GNU/Linux

what's the version of zabbix_agentd?

jim-hines-amelia commented 1 year ago

We needed to use this older code for one of our arrays. I fixed the error above yesterday.

I found the VNX workstation is running a RedHat version 5.11 of Linux. We are running version 6.0 of Zabbix. So, I downloaded the latest agent for RedHat 5 zabbix-agent-6.0.17-release1.el5.i386.rpm. I extracted the binary zabbix_agentd from the /usr/sbin in the rpm and replaced the binary in /usr/sbin on the server.

It then complained that the conf file was missing. So I created the zabbix directory /etc/zabbix and moved the conf file there. I was then able to start the Zabbix agent.