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 <outputFilePath>]

Table 3-40 exacloudmigration diag_collect Commands

Command Description
-f, --outputFilePath Specifies the file path and name for the zip.
-h, --help Displays help information about the command and its options.
-V, --version Displays 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-<ddmmyy-timestamp>.zip):
    exacloudmigration diag_collect
  • To collect diagnostic information and logs with a specified file name:
    exacloudmigration diag_collect -f diag_bundle.zip