This reference includes examples for syntax information for the support-bundle command.
Command | Description | Usage | Examples |
---|---|---|---|
support-bundle | Provides support related logs for debugging. | support-bundle [-h] {list,create,delete,copy} |
Syntax
Flag | Description |
---|---|
list | Lists all support bundles created so far. Example: support-bundle list |
create | Creates a support bundle to be shared for debugging. Example: support-bundle create |
delete | Deletes specific or all bundle files. Example: To delete a specific bundle file: support-bundle delete --bundle DOAUAAO-IOAUACW-07252016-162328 To delete all bundle files: support-bundle delete |
copy | SCP to any host for sharing with the support team. Example: support-bundle copy --user support --ip 192.168.1.1 --port 22 --bundle DOAUAAO-IOAUACW-07252016-162328 --targetpath /tmp |