Ad Widget

Collapse

Centos 7 - Zabbix 3.4.7 - cannot create Semaphore: [28] No space left on device

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hernan
    Member
    • Sep 2016
    • 67

    #1

    Centos 7 - Zabbix 3.4.7 - cannot create Semaphore: [28] No space left on device

    Hi Team,

    I received the following error message on the zabbix_server.log:


    *****************************************
    cannot create Semaphore: [28] No space left on device

    **********************************
    The firewalld is disabled and the ipcs -ls output is the following:

    ***********************************
    max number of arrays = 128
    max smaphores per array =250
    max semaphores system wide = 32000
    max ops per semop call = 32
    semaphore max value = 32767
    ************************************

    Can you help me with this problem?

    Thanks in advance.

    Regards.

  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    I guess it has failed many times and has created a lot of semaphores?
    Please check the semaphore that has been created with the following command.

    Code:
    # ipcs -s
    If you have not started the process for Zabbix, the semaphore whose owner is zabbix is unnecessary.
    Please remove unnecessary semaphores with the ipcrm command and then start up.

    Comment

    • hernan
      Member
      • Sep 2016
      • 67

      #3
      Originally posted by Atsushi
      I guess it has failed many times and has created a lot of semaphores?
      Please check the semaphore that has been created with the following command.

      Code:
      # ipcs -s
      If you have not started the process for Zabbix, the semaphore whose owner is zabbix is unnecessary.
      Please remove unnecessary semaphores with the ipcrm command and then start up.
      Thank you Atsushi !!!! I followed your suggestion and the problem was fixed.

      Regards.

      Comment

      Working...