White Papers
12
<p:Username>Share UserName</p:Username>
<p:Password>Share Password</p:Password>
<!--p:Workgroup></p:Workgroup-->
<p:Transmit>0</p:Transmit>
</p:SupportAssistCollection_INPUT>
To generate a collection with all data sets included and to export it to NFS network share, use the following as sa_collection.xml.
Note: Replace Server IP Address and Share Name with the actual values.
<p:SupportAssistCollection_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService">
<!-- 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>0</p:ShareType>
<p:Filter>0</p:Filter>
<!--p:Username></p:Username-->
<!--p:Password></p:Password-->
<!--p:Workgroup></p:Workgroup-->
<p:Transmit>0</p:Transmit>
</p:SupportAssistCollection_INPUT>
To generate a collection and to send it to Dell EMC (when iDRAC is registered for SupportAssist), set the transmit option in the
input XML:
<p:Transmit>1</p:Transmit>
Note: For information on registering for SupportAssist, see the SupportAssist on Dell EMC’s 14th generation of PowerEdge servers
technical white paper.
To generate a collection on the local system, set ShareType as 4 in the input XML:
<p:ShareType>4</p:ShareType>
<p:Transmit>0</p:Transmit>