![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 2001551.1 : Folder /u01 is Full On EMS Server
In this Document
Created from <SR 3-10594325691> Applies to:Oracle Communications EAGLE (Software) - Version EMS 43.x and laterTekelec GoalThe folder /u01 is full on EMS server To check the status of disk space usage run following command: df -hk Example: emsname[netboss]/opt/home/netboss% df -hk
SolutionClear measurement and log data older than 15 days from /u01. The data once deleted using this command cannot be recovered so take extreme care.
find /u01/app/netboss/local/STP/csvoutput/ -mtime +15 -exec ls -al {} \;
find /u01/app/netboss/local/STP/csvoutput/ -mtime +15 -exec rm -rf {} \; find /u01/app/netboss/log/ -mtime +15 -exec ls -al {} \; find /u01/app/netboss/log/ -mtime +15 -exec rm -rf {} \; find /u01/app/netboss/sga/datafiles -mtime +15 -exec ls -al {} \; find /u01/app/netboss/sga/datafiles -mtime +15 -exec rm -rf {} \; find /u01/app/netboss/sga/debugfiles -mtime +15 -exec ls -al {} \; find /u01/app/netboss/sga/debugfiles -mtime +15 -exec rm -rf {} \;
Attachments This solution has no attachment |
||||||||||||||
|