Forum Discussion
HA pair UCS backups - file sizes very different from each other
- Nov 24, 2021
Yea I've seen it too. U gotta use the cli to delete them.
Follow this article & Then generate a new UCS and see if it's less size.
https://support.f5.com/csp/article/K25633150
The way I'd check is like this,
- Generate a ucs and save it on /var/tmp/
- Create a folder in /var/tmp/test/
- Move the ucs from /var/tmp/ to /var/tmp/test/
- Untar the UCS file in the /var/tmp/test by running below command
- tar -xvf <ucs-file-name>.ucs
- Run find command inside the /var/tmp/test to see which file is consuming the highest space.
- find /var/tmp/test -xdev -type f -exec du {} \; | sort -rn | head -20
This is will tell you the top consuming file.
Using your instructions, I checked one of the VM pairs and found three epsec files (ex. epsec-1.0.0-489.0.iso_41872_1) that remained after I'd cleaned them out a while back. Looking at the GUI, I see only the latest one and haven't been able to determine where the three stray files are "hiding."
- jaikumar_f5Nov 24, 2021MVP
Yea I've seen it too. U gotta use the cli to delete them.
Follow this article & Then generate a new UCS and see if it's less size.
https://support.f5.com/csp/article/K25633150
- Fallout1984Nov 29, 2021Cirrocumulus
Got it. I'll do that - thanks! 😀
- Fallout1984Dec 17, 2021Cirrocumulus
That took care of it by the way - thanks for the tip!
- jaikumar_f5Dec 18, 2021MVP
That's why we got the community :) Glad could be of help, cheers !
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com