Hi, I often get the error of: Warning : Disk space usage for /home on Controller VM... Does anyone have a definitive list of what needs to be deleted beyond the installation files? or a script that deletes the un-needed files? Surely it is something Nutanix should be building in to the system, I never have problems with VMware running out of installation space!
Thanks
Eric
Solved
Is there a script or tool for clearing down the home directory?
Best answer by rhunt
Here are the ones that we check first that have been deemed OK to remove. Make sure you only remove the files in these folders not the actual folders themselves. Normally things get removed automatically but occasionally we get this if automatic download is enabled for aos and NCC updates.
/Home/nutanix/data/cores/
/home/nutanix/data/binary_logs/
/home/nutanix/data/ncc/installer/
/home/nutanix/data/log_collector/
Same for this folder but only remove old versions of Aos binaries
/home/nutanix/software_uncompressed/
Then run
To see the space used on each of the cvms
View original/Home/nutanix/data/cores/
/home/nutanix/data/binary_logs/
/home/nutanix/data/ncc/installer/
/home/nutanix/data/log_collector/
Same for this folder but only remove old versions of Aos binaries
/home/nutanix/software_uncompressed/
Then run
code:
allssh "df -h /home"
To see the space used on each of the cvms
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.