Ad Widget

Collapse

Solaris 9 zabbix agent 2.4.4 -- cannot create Semaphore

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jstefano
    Member
    • Sep 2015
    • 30

    #1

    Solaris 9 zabbix agent 2.4.4 -- cannot create Semaphore

    Hi zabbix gurus,

    need a help here with an old Solaris 9 and zabbix agent 2.4.4
    when starting, getting this error:

    zabbix_agentd [24872]: cannot create Semaphore: [28] No space left on device
    zabbix_agentd [24872]: unable to create mutex for log file
    zabbix_agentd [81]: cannot create Semaphore: [28] No space left on device
    zabbix_agentd [81]: unable to create mutex for log file
    zabbix_agentd [14799]: cannot create Semaphore: [28] No space left on device
    zabbix_agentd [14799]: unable to create mutex for log file
    zabbix_agentd [12356]: cannot create Semaphore: [28] No space left on device
    zabbix_agentd [12356]: unable to create mutex for log file


    checked semaphores:

    [root@HOST /tmp]# ipcs -s
    IPC status from <running system> as of Wed Nov 7 13:44:36 EST 2018
    T ID KEY MODE OWNER GROUP
    Semaphores:
    s 0 0x72003a0a --ra-ra-ra- root root
    s 1 0x310039c5 --ra-ra-ra- root root
    s 65538 0x1003abf --ra-ra-r-- root root
    s 65539 0x1003a48 --ra-ra-r-- root root
    s 131076 0x1003abd --ra-ra-r-- root root
    s 5 0x72003c08 --ra-ra-ra- root root
    s 6 0x72003c09 --ra-ra-ra- root root
    s 131079 0x1003ab7 --ra-ra-r-- root root
    s 65544 0x1003ac2 --ra-ra-r-- root root
    s 65545 0x1003acb --ra-ra-r-- root root


    ...anybody has any idea how to fix this problem?

    Many thanks in advance!!!

    Jan
  • kloczek
    Senior Member
    • Jun 2006
    • 1771

    #2
    You need to increase number of semaphores. It would be better as well if you would try to use at least zabbix 3.4 if not 4.0.
    http://uk.linkedin.com/pub/tomasz-k%...zko/6/940/430/
    https://kloczek.wordpress.com/
    zapish - Zabbix API SHell binding https://github.com/kloczek/zapish
    My zabbix templates https://github.com/kloczek/zabbix-templates

    Comment

    Working...