Reference Guide

253 Lifecycle Controller Web Services Interface Guide for Linux
Recurrence = 3
ReturnValue = 0
Time = 03:00 AM
WeekOfMonth = *
30.6 SupportAssistClearAutoCollectSchedule
Once user has registered the server with SupportAssist, this method can be used to clear 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.
Command:
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:
SupportAssistClearAutoCollectSchedule_OUTPUT
Message = Command successful.
MessageID = LC001
ReturnValue = 0
30.7 SupportAssistCollection
This method is used to trigger a SupportAssist collection and optionally send the collection to network
share or to Dell (on registered servers).
Command:
wsman invoke -a SupportAssistCollection
http://schemas.dell.com/wbem/wscim/1/cim-schema/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 sa_collection.xml -j utf-8 -y basic
Contents of sa_collection.xml is as below:
<p:SupportAssistCollection_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCSe
rvice">
<!-- 0 = System Information, 1 = OSApp Data, 2 = Storage Logs, 3 = Debug
logs -->
<p:DataSelectorArrayIn>0</p:DataSelectorArrayIn>
<p:DataSelectorArrayIn>1</p:DataSelectorArrayIn>
<p:DataSelectorArrayIn>2</p:DataSelectorArrayIn>
<p:DataSelectorArrayIn>3</p:DataSelectorArrayIn>
<p:IPAddress>Server IP Address</p:IPAddress>
<p:ShareName>Share Name</p:ShareName>
<p:ShareType>2</p:ShareType>