Ad Widget

Collapse

After start : zabbix_server dead but subsys locked

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • e123e123e123
    Junior Member
    • Jul 2008
    • 4

    #1

    After start : zabbix_server dead but subsys locked

    # ./zabbix_agentd start
    Starting zabbix_agentd: [ OK ]

    # ./zabbix_agentd status
    zabbix_agentd (pid 945 944 943 942 941 939) is running...


    # ./zabbix_server start
    Starting zabbix_server: [ OK ]

    # ./zabbix_server status
    zabbix_server dead but subsys locked


    -------------------------------------------------------
    zabbix_server dead but subsys locked <--- so that mean still can't start zabbix , pls help.

    Thanks.

    I am using centos 4.5 .
  • SMB
    Member
    • Sep 2007
    • 30

    #2
    This simply means that the process died for some reason, but the lock file in /var/lock/subsys still exists. That will pretty much happen any time a process dies instead of being stopped with the init script as the script removes the lock file if the process stops gracefully.

    Make sure all zabbix_server processes are stopped and remove the lock file. Then check your logs to figure out why it died in the first place.

    Comment

    • e123e123e123
      Junior Member
      • Jul 2008
      • 4

      #3
      >Make sure all zabbix_server processes are stopped and remove the lock file.
      >Then check your logs to figure out why it died in the first place.

      Thanks reply.

      i already do remove the lock file and stop all zabbix_server processes ,
      but the problem still same .

      >Then check your logs to figure out why it died in the first place.
      how i check the logs file ?

      Thanks. or have any ideas ?

      Comment

      Working...