Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

Freeing up space when the hard drive is full 

Jun 09, 2014 06:23 PM

Here are some good ways to free up some space on your server's hard drive when you need to:

Delete AMP upgrade packages:
# rm -rf /root/AMP-*.tar.gz
# rm -rf /root/AMP-*amp_upgrade

Delete the code from your previous AMP version:
# rm -rf /root/svn_old

Delete archived logs:
# rm -rf /var/log/*.1
# rm -rf /var/log/*.2
# rm -rf /var/log/*.3
# rm -rf /var/log/*.4

Delete old AMP backups:
[NOTE: if you choose to do this it is best to save the backup files off to another machine before deleting them.]
# rm -rf /var/airwave-backup/*003*
# rm -rf /var/airwave-backup/*004*

To find more large files on your server that might be candidates for deleting refer to the Knowledge Base article:
How do I find the largest files on my AMP server?
http://kb.airwave.com/?sid=50140000000Meqp

Statistics
0 Favorited
14 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.