Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UAC running on ESXi 6.5.0 produces a 0kb tar file after running #306

Open
noelcoleman opened this issue Dec 22, 2024 · 1 comment
Open
Assignees

Comments

@noelcoleman
Copy link

When running the UAC on an ESXi 6.5.0 (18678235) we’re seeing only 54 collections run but when finished produces a 0kb tar.gz file. Running UAC 2.9.1 runs 313 collections and produces the correct size zip file.

@tclahr
Copy link
Owner

tclahr commented Jan 7, 2025

The tar version available in ESXi systems do not support an input-file as parameter, so UAC 2.9.1 used to add all files to be compressed in the command line. The problem about that approach is that the command line has a character size limit, so files could be missed depending on the number of files to compress.

UAC 3.0.0 in the other hand copies all collected files to a temporary location, them compress the entire directory. There are pros and cons. The cons is that all collected data needs to be copied before compressed, so it requires free space in the destination directory.

I have tested UAC 3.0.0 in a ESXi 6.5 and it worked fine. I think your problem was lack of free space in the destination directory to create the .tar.gz file.

Can you confirm that, please?

@tclahr tclahr self-assigned this Jan 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants