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-2001551.1
Update Date:2017-02-15
Keywords:

Solution Type  Technical Instruction Sure

Solution  2001551.1 :   Folder /u01 is Full On EMS Server  


Related Items
  • Oracle Communications EAGLE (Software)
  •  
Related Categories
  • PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec EMS
  •  




In this Document
Goal
Solution


Created from <SR 3-10594325691>

Applies to:

Oracle Communications EAGLE (Software) - Version EMS 43.x and later
Tekelec

Goal

The 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
Filesystem size used avail capacity Mounted on
/dev/dsk/c1t0d0s0 2.0G 391M 1.5G 21% /
/devices 0K 0K 0K 0% /devices
ctfs 0K 0K 0K 0% /system/contract
proc 0K 0K 0K 0% /proc
mnttab 0K 0K 0K 0% /etc/mnttab
swap 5.4G 1.5M 5.4G 1% /etc/svc/volatile
objfs 0K 0K 0K 0% /system/object
sharefs 0K 0K 0K 0% /etc/dfs/sharetab
/dev/dsk/c1t0d0s3 9.8G 3.8G 5.9G 40% /usr
/platform/SUNW,SPARC-Enterprise-T5220/lib/libc_psr/libc_psr_hwcap2.so.1
  2.0G 391M 1.5G 21% /platform/sun4v/lib/libc_psr.so.1
/platform/SUNW,SPARC-Enterprise-T5220/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1
  2.0G 391M 1.5G 21% /platform/sun4v/lib/sparcv9/libc_psr.so.1
fd 0K 0K 0K 0% /dev/fd
/dev/dsk/c1t0d0s4 65G 37G 28G 57% /var
swap 5.4G 28M 5.4G 1% /tmp
swap 5.4G 48K 5.4G 1% /var/run
/dev/dsk/c1t0d0s7 30G 29G 0K 100% /u01
/dev/dsk/c1t0d0s6 20G 4.8G 15G 25% /opt
emsname[netboss]/opt/home/netboss%

 

Solution

Clear measurement and log data older than 15 days from /u01.
Generally measurements and logs data are in below mentioned locations.
First run listing of these directories to make sure no required file can be deleted (using ls -al command below).
Then delete files.

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
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback