Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-2024892.1
Update Date:2017-04-17
Keywords:

Solution Type  Technical Instruction Sure

Solution  2024892.1 :   Diameter Signaling Router (DSR) How to Clear "Server Disk Space Shortage Error" (/var filesystem) Due to Files Filling Up /var/spool/clientmqueue directory  


Related Items
  • Oracle Communications Diameter Signaling Router (DSR)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec DSR
  •  




In this Document
Goal
Solution
References


Created from <SR 3-10755860101>

Applies to:

Oracle Communications Diameter Signaling Router (DSR) - Version DSR 3.0 to DSR 4.0 [Release DSR 3.0 to DSR 4.0]
Information in this document applies to any platform.

Goal

Clear "Server Disk Space Shortage Error" alarms [typically 32312 (MJ) or 32500 (MN)] in /var/ resulting from tens of thousands of small files filling up /var/spool/clientmqueue.

Solution

The files in /var/spool/clientmqueue/ with random names like "qfq8JLk1dG030695" are due to Appworks cron jobs, these files are not cleared out of the directory and will build up over time. The issue should be resolved in TPD 6.0.2 (DSR4.1) so they no longer are generated, but old files may remain and will need to be cleaned out.

If the issue is occurring, stop new files from being generated:

  1. Update the crond file in sysconfig:
    #rcstool co /etc/sysconfig/crond
    #vi /etc/sysconfig/crond
  2. Change to the following:
    CRONDARGS="-m off -s"
  3. Save the file
  4. Check file back in:
    #rcstool ci /etc/sysconfig/crond
  5. Restart crond:
    #cd /etc/init.d/
    #./crond restart
  6. Verify the crond has changed (updated to today's time/date):
    #ps -ef | grep crond

Clean out the files to clear the alarm:

  1. Go to the directory:
    #cd /var/spool/clientmqueue
  2. Rather than list the directory, get a count of the files:
    #ls | wc -l
  3. Remove all the files:
    #rm -f /var/spool/clientmqueue/*

The alarms should clear.

References

<BUG:19105176> - [230449]MP BLADE FILLS UP WITH FILES IN /VAR/SPOOL/CLIENTMQUEUE

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback