Reference Guide
254 Lifecycle Controller Web Services Interface Guide for Linux
<p:Filter>0</p:Filter>
<p:Username>Share UserName</p:Username>
<p:Password>Share Password</p:Password>
<!--p:Workgroup></p:Workgroup-->
<p:Transmit>0</p:Transmit>
</p:SupportAssistCollection_INPUT>
OUTPUT:
SupportAssistCollection_OUTPUT
Job
EndpointReference
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anony
mous
ReferenceParameters
ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-schema/2
/DCIM_LifecycleJob
SelectorSet
Selector: InstanceID = JID_921209199264, __cimnamespace =
root/dcim
ReturnValue = 4096
30.8 SupportAssistExportLastCollection
This method is used to export an existing SupportAssist collection to the user specified network share or
to default network share if set (See Setting Default Network Section).
wsman invoke -a SupportAssistExportLastCollection
http://schemas.dell.com/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCService?
SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_LCService,
SystemName=DCIM:ComputerSystem,Name=DCIM:LCService
-h $IPADDRESS -V -v -c dummy.cert
-P 443
-u $USERNAME -p $PASSWORD
-J sa_export.xml -j utf-8 -y basic
contents of sa_export.xml file is as follows:
<p:SupportAssistExportLastCollection_INPUT
xmlns:p="http://schemas.dell.com/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCSe
rvice">
<p:ShareType>2</p:ShareType>
<p:ShareName> Server ShareName </p:ShareName>
<p:IPAddress> Server IP Address </p:IPAddress>
<p:Username> CIFS UserName </p:Username>
<p:Password> CIFS Password</p:Password>
</p:SupportAssistExportLastCollection_INPUT>