Ad Widget

Collapse

need help with this error: bash: zabbix_server: command not found...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zeinab
    Junior Member
    • Feb 2014
    • 2

    #1

    need help with this error: bash: zabbix_server: command not found...

    hi
    i have some problems with installing zabbix, please help me
    i'm running on fedora 19 and zabbix version is 2.2.2rc2

    i'm installing from source and following this manual:


    at the step of '7 Start up the daemons' when i rum the command 'zabbix_server' i see this error :
    bash: zabbix_server: command not found...

    i'm new to zabbix
    please help me
  • zeinab
    Junior Member
    • Feb 2014
    • 2

    #2
    no one to help?

    i need your help

    Comment

    • Bentsi
      Junior Member
      • Feb 2014
      • 9

      #3
      Try to run it from the path that it was installed to. For example on Zabbix appliance it is /usr/sbin/zabbix_server

      Comment

      • aib
        Senior Member
        • Jan 2014
        • 1615

        #4
        Hello, Zeinab!
        Did you check after Step 5 that all files in their correct places?
        Code:
        Running [B]make install[/B] will by default install the daemon binaries
        (zabbix_server, zabbix_agentd, zabbix_proxy) in /usr/local/sbin and 
        the client binaries (zabbix_get, zabbix_sender) in /usr/local/bin.
        Also check if you have INIT scripts in directory /etc/init.d
        Code:
        [root@zabbix zabbix]# ls -la /etc/init.d/za*
        -rwxr-xr-x. 1 root root 1415 Dec 10 12:50 /etc/init.d/zabbix-agent
        -rwxr-xr-x. 1 root root 1407 Dec 10 12:50 /etc/init.d/zabbix-server
        To start agent and server you can use INIT scripts like you do it for any daemons.

        Code:
        /etc/init.d/zabbix-agent start
        /etc/init.d/zabbix-server start
        Sincerely yours,
        Aleksey

        Comment

        Working...