ffdc
This command collects and exports first failure data capture (FFDC) data for a specific managed device (CMM, server, storage device, or switch).
Syntax
ffdc -h
ffdc -u <device_UUID>
Options
- {-h | --help}
- Displays the syntax and brief usage information for this command.
- {-u | --uuid} <device_UUID>
- Specifies the UUID of a device.
Examples
The following example returns FFDC data for a specific device.
connect --url https://192.0.2.0 --user ADMIN --noverify
ffdc -u AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
Give documentation feedback