Collect diagnostic information and logs

The diag_collect option enables you to collect diagnostic information and logs to assist with troubleshooting issues.

The diag_collect command supports the following options:

Syntax

exacloudmigration diag_collect [-hV] [-f ]

exacloudmigration diag_collect Commands

CommandDescription
-f, --outputFilePathSpecifies the file path and name for the zip.
-h, --helpDisplays help information about the command and its options.
-V, --versionDisplays the version of the utility.

Examples: Generate diagnostic bundle (zip) for troubleshooting.

  • To collect diagnostic information and logs without specifying a file name (default: diagnostics-.zip):

    exacloudmigration diag_collect
  • To collect diagnostic information and logs with a specified file name:

    exacloudmigration diag_collect -f diag_bundle.zip