Service Manual

Table Of Contents
enable all
Dell(conf)#support-assist
Dell(conf-supportassist)#enable all
7. Trigger an activity event immediately.
EXEC Privilege mode
support-assist activity {full-transfer} start now
Dell#support-assist activity full-transfer start now
Configuring SupportAssist Activity
SupportAssist Activity mode allows you to configure and view the action-manifest file for a specific
activity.
To configure SupportAssist activity, use the following commands.
1. Move to the SupportAssist Activity mode for an activity. Allows you to configure customized details
for a specific activity.
SUPPORTASSIST mode
[no] activity {full-transfer}
Dell(conf-supportassist)#activity full-transfer
Dell(conf-supportassist-act-full-transfer)#
2. Copy an action-manifest file for an activity to the system.
SUPPORTASSIST ACTIVITY mode
action-manifest get tftp | ftp | flash <file-specification> <local-file-
name>
Dell(conf-supportassist-act-full-transfer)#action-manifest get tftp://
10.0.0.1/test file
Dell(conf-supportassist-act-full-transfer)#
The custom action-manifest file is a JSON file. Syntax of the custom action-manifest file:
{
“show command-1” : “xml tag-1”,
“show command-2” : “xml tag-2”,
“show command-3” : “xml tag-3”,
...
}
The show commands and the XML tags must be unique to avoid overriding of the output in the
resultant XML file.
Sample Custom JSON Manifest file:
{
"show alarms" : "alarms_records",
"show arp" : "arp_records",
"show ip route" : "ip_route_records",
"show mac-address-table" : "mac-address-table_records",
"show trace" : "trace_records",
"show command-history" : "command_history_records",
SupportAssist
983