Reference Guide

252 Lifecycle Controller Web Services Interface Guide for Linux
30.4 SupportAssistSetAutoCollectSchedule
Once user has registered the server with SupportAssist, this method can be used to update the SuppportAssist auto
collections schedule. By default, monthly schedule is created for the 1st Sunday (between 12 a.m. 5 p.m.) for auto
collections post successful registration.
User can specify the schedule to be weekly, montly or quarterly for auto collections.
Command:wsman invoke -a
SupportAssistSetAutoCollectSchedule http://schemas.dell.com/wbem/wscim/1/cim-s
chema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem,
SystemName=DCIM:ComputerSystem,CreationClassName=DCIM_LCService,
Name=DCIM:LCService
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J FileData_start.xml -j utf-8 -y basic
<p: SupportAssistSetAutoCollectSchedule _INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCSe
rvice">
<p:Time>11.38</p:Time>
<p: DayOfMonth >5</p: DayOfMonth >
<p: WeekOfMonth >L</p: WeekOfMonth >
<p: Recurrence >1</p: Recurrence >
</p: SupportAssistSetAutoCollectSchedule _INPUT>
OUTPUT:
SupportAssistGetAutoCollectSchedule_OUTPUT
DayOfMonth = *
DayOfWeek = sun
Message = Command successful.
MessageID = LC001
Recurrence = 3
ReturnValue = 0
Time = 03:00 AM
WeekOfMonth = *
30.5 SupportAssistGetAutoCollectSchedule
Once user has registered the server with SupportAssist, this method can be used to get the
SuppportAssist auto collections schedule. By default, monthly schedule is created for the 1st Sunday
(between 12 a.m. 5 p.m.) for auto collections post successful registration.
wsman invoke a
SupportAssistGetAutoCollectSchedule http://schemas.dell.com/wbem/wscim/1/cim-s
chema/2/root/dcim/DCIM_LCService?SystemCreationClassName=DCIM_ComputerSystem,
SystemName=DCIM:ComputerSystem,CreationClassName=DCIM_LCService,
Name=DCIM:LCService
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-j utf-8 -y basic
OUTPUT:
SupportAssistGetAutoCollectSchedule_OUTPUT
DayOfMonth = *
DayOfWeek = sun
Message = Command successful.
MessageID = LC001