CLI Guide

Table Of Contents
See also
schedule list
schedule modify
scheduleSYR add
Schedules a weekly SYR data collection.
Contexts
All contexts.
Syntax
scheduleSYR add
[-d|--dayOfWeek] [0-6]
[-t|--hours] [0-23]
[-m|--minutes] [0-59]
Arguments
Required arguments
[-d|--dayOfWeek] [0-6]
Day of the week run the collection.
Valid values are 0-6, where Sunday = 0...Saturday = 6.
[-t|--hours] [0-23]
Hour at which to run the collection.
[-m|--minutes] [0-59]
Minute at which to run the collection.
Description
Typically, SYR collection and reporting are configured at initial system setup. Use this command to add a scheduled SYR
collection time if none was configured.
SYR data collection can be scheduled to occur at most once a week. Attempts to add another weekly schedule results in an
error.
SYR reporting gathers metro node configuration files and forward them to Dell EMC. SYR reports provide:
Faster problem resolution and RCA
Proactive maintenance
Data for performance analysis
To modify the existing SYR collection time, use the scheduleSYR remove command to delete the current time, and the
scheduleSYR add command to specify a new collection time.
Example
Schedule an SYR collection for every Wednesday at 12:30 p.m.:
VPlexcli:/> scheduleSYR add -d 3 -t 12 -m 30
SYR data collection job scheduled
VPlexcli:/> scheduleSYR list
282
Commands