Configuring Supportassist Activity - Dell S6000–ON Configuration Manual

Hide thumbs Also See for S6000–ON:
Table of Contents

Advertisement

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"
"show arp"
"show ip route"
"show mac-address-table"
"show trace"
"show command-history"
886
: "alarms_records",
: "arp_records",
: "ip_route_records",
: "mac-address-table_records",
: "trace_records",
: "command_history_records",
SupportAssist

Advertisement

Table of Contents
loading

Table of Contents