NSX CLI Guide
get support-bundle [file <filename> [[log-age <no-of-days>] [all [remove-core-file]]] | [eal4-audit]]
Save the contents of the tech support bundle. Specify the file
argument to save the bundle to a file with the specified file name in the file store. NSX Manager support bundles are .tar archives, NSX Edge support bundles are .tgz archives. This support bundle does not contain core or audit log files. To include those files, specify the all
argument. To remove core dump files after collected in support bundle, specify optional argument remove-core-files
along with all
argument.Core files contain system information and all information stored in memory at the time of the dump (this may include confidential, sensitive or personal information such as passwords and encryption keys, if they are being processed in memory at that time). If you choose to send the support bundle to VMware, it will be processed in accordance with VMware's standard processes and policies, to provide you with support, fix problems and improve the product and services.
Specify the log-age
argument to include log files with modified times not past the age limit in days.
Specify the eal4-audit
argument to collect pre-defined selective log files modified in last 4 hours.
all, log-age, remove-core-files
arguments are not allowed along with eal4-audit
argument.
Parameters:
Option | Description |
---|---|
<filename> | Name of file to generate, for example support-bundle.tar or support-bundle.tgz Allowed pattern: ^[^/ *;&|]+$ |