Jump to content

Tuning Kloxo space Issue: Difference between revisions

From TetraWiki
Created page with "category:KLOXO category:Jacob Ballas ==objective== Tuning Kloxo space Issue SCENARIO: On kloxo server, disk space was reach to 95% due to which critical client host..."
 
No edit summary
 
Line 4: Line 4:


==objective==
==objective==
Tuning Kloxo space Issue
 
== '''Tuning Kloxo space Issue'''==
 


SCENARIO:
SCENARIO:

Latest revision as of 09:15, 19 June 2017


objective[edit]

Tuning Kloxo space Issue[edit]

SCENARIO: On kloxo server, disk space was reach to 95% due to which critical client hosted on this server could be hampered from recieving mails any point of time.

RESOLUTION: On analyzing kloxo server through df -h and command ‘du -sh /home/lxadmin/mail/domains’ found “rtdc.in” directory to be consuming most space and hece below steps were performed. Steps:

   # cd /home/lxadmin/mail/domains/rtdc.in/

[ensure that below file is made of current date else all mails will fail to work for this domain ]

   # touch .qmail-default 

[ensure only to remove files older than 1 year ]

   # find . -mtime +365 -exec rm {} \;