Asset ID: |
1-71-2396906.1 |
Update Date: | 2018-05-09 |
Keywords: | |
Solution Type
Technical Instruction Sure
Solution
2396906.1
:
Service Disk Space Shortage Alarm
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
Created from <SR 3-17438305111>
Applies to:
Oracle Communications Diameter Signaling Router (DSR) - Version DSR 7.0.1 and later
Information in this document applies to any platform.
Goal
How to address
[admusr@server]$ sudo syscheck
Running modules in class disk...
* fs: FAILURE:: MINOR::5000000000000001 -- Server Disk Space Shortage Warning
* fs: FAILURE:: Space used in "/var" exceeds the recommended limit 80%. 81% used.
One or more module in class "disk" FAILED
Running modules in class hardware...
OK
Running modules in class net...
OK
Running modules in class proc...
OK
Running modules in class system...
OK
Running modules in class upgrade...
OK
LOG LOCATION: /var/TKLC/log/syscheck/fail_log
Solution
cause of issue identified by running:
sudo du -ahx /var | sort -r -h | head -n 20
This revealed core files in /var/tmp which can be compressed, copied off the server and the original files removed.
FYI options for du explained
a - all files not just directories
h - human readable
x - one filesystem. skip directories on different filesystems
Attachments
This solution has no attachment