Reference Guide

Table Of Contents
Qualifier Description
--debug
Initiate verbose logging for debug.
-v, --verbose
Initiate verbose command output.
--output {json}
Render the output in JSON format.
Example
Retrieve the support materials profiles using the svc_dc list_profiles script. The following example lists all the valid
profile values:
svc_dc list_profiles
Name Prompt
essential Collect essential data.
detailed Collect detailed information.
hypervisor My problem may involve the hypervisor
controlpathHeapDump Collect CP information.
nas Collect NAS information.
List all system dump files (svc_dc list_dumps)
This service script is used to retrieve all available system dump files for the entire cluster, when run on the master appliance. If
you run this script on an appliance that is not the master, only the inventory for the local appliance is retrieved.
Format
svc_dc list_dumps [-h] [--debug] [-v] [--output {json}] [id]
Optional arguments
Qualifier
Description
-h, --help Show the help message and exit.
--debug
Initiate verbose logging for debug.
-v, --verbose Initiate verbose command output.
--output {json}
Specify the output format.
Positional arguments
Qualifier
Description
id
Data collection index ID.
Example
The following example would generate a list of the system dumps found on this cluster. The verbose option would include
additional information.
svc_dc list_dumps --verbose
List a summary of the system dumps on the cluster.
Service Commands
25