Ad Widget

Collapse

HP-UX 11.31 risc agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • enewton
    Junior Member
    • Feb 2018
    • 2

    #1

    HP-UX 11.31 risc agent

    Does anyone have this agent release 3.2.0 installed and running on the PA-RISC platform?

    I am getting this error on startup.

    ./zabbix_agentd: Execute permission denied.
  • enewton
    Junior Member
    • Feb 2018
    • 2

    #2
    I have successfully compiled the most recent agent release 3.4.6 on HP-UX 11.31 PA-RISC.
    Last edited by enewton; 07-02-2018, 14:43.

    Comment

    • shivs
      Junior Member
      • Sep 2018
      • 1

      #3
      Hi enewton,

      I am receiving the same error while installing the zabbix agent on hpux 11.31 Itanium.

      These are the steps I had followed.

      1. Downloaded and extracted the tar file in /etc/zabbix (downloaded 3.2 agent from zabbix site)
      2. Created a userid zabbix and group zabbix
      3. Created /var/log/zabbix/ --> zabbix_agentd.log
      4. created /var/run /zabbix --> zabbix_agentd.pid
      5. chown -R zabbix:zabbix for above paths
      6. chmod -R 775 for above paths
      7. edited the zabbix_agentd.conf with above inputs, and Hostname, ServerActive
      8. ln -s /etc/zabbix/zabbix_agentd.conf /usr/local/etc/zabbix/zabbix_agentd.conf
      9. ln -s /etc/zabbix/sbin/zabbix_agentd to /sbin
      10. Trying to start and recieving the following error.

      ****:/etc/zabbix/sbin>./zabbix_agentd -c /etc/zabbix/zabbix_agentd.conf
      sh: ./zabbix_agentd: Execute permission denied.

      Kindly help out by providing the installation procedure you followed

      Thanks!!!

      Comment

      Working...