Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

UC Module 11.1.1 Disk Space at 93%

Status
Not open for further replies.

mscontinuant

Systems Engineer
Oct 27, 2023
2
US
How can I clear out unused files in the /Dev/SDA3 partition on the uc Module that is taking up 93% of the storage. How do I prevent files from filling up this partition.

Filesystem Size Used Avail Use% Mounted on
devtmpfs 972M 0 972M 0% /dev
tmpfs 978M 0 978M 0% /dev/shm
tmpfs 978M 111M 867M 12% /run
tmpfs 978M 0 978M 0% /sys/fs/cgroup
/dev/sda3 26G 23G 1.9G 93% /
tmpfs 978M 88K 978M 1% /tmp
/dev/sda1 512M 27M 460M 6% /boot
/dev/sda2 2.9G 144M 2.6G 6% /var/log
ipoclsramdisk 10M 0 10M 0% /opt/Avaya/ipocls/ramdisk
tmpfs 196M 0 196M 0% /run/user/994
tmpfs 196M 0 196M 0% /run/user/993
tmpfs 196M 0 196M 0% /run/user/1005
-bash-4.2#
 
You can check the one-x portal alarm logs, you can set to generate the minumum only
 
Example: rm -f /opt/Avaya/oneXportal/11.1.1100_21/apache-tomcat/logs/*

This is the command for One-X Portal 11.1.1.11 Build 21 to remove all One-X logs.

5. Start the One-X Portal service. service onexportal start

As stated above this is most likely the issue I usually turn the oneX log off.

Also check the nohup issue in this link:

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top