White Papers

14
To export the existing collection to a specific network share (non-default location)
<?xml version="1.0"?>
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
xmlns:wsman="http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd"
xmlns:n1="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LCService">
<s:Header>
<wsa:Action s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService/SupportAssistExportLastCollection</wsa:Action>
<wsa:To s:mustUnderstand="true">https://100.97.151.51:443/wsman</wsa:To>
<wsman:ResourceURI s:mustUnderstand="true">http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService</wsman:ResourceURI>
<wsa:MessageID s:mustUnderstand="true">uuid:726ab95a-4fdb-1fdb-8002-
6cbb576a0064</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsman:SelectorSet>
<wsman:Selector Name="Name">DCIM:LCService</wsman:Selector>
<wsman:Selector Name="SystemName">DCIM:ComputerSystem</wsman:Selector>
<wsman:Selector Name="CreationClassName">DCIM_LCService</wsman:Selector>
<wsman:Selector Name="SystemCreationClassName">DCIM_ComputerSystem</wsman:Selector>
</wsman:SelectorSet>
</s:Header>
<s:Body>
<n1:SupportAssistExportLastCollection_INPUT>
<n1:IPAddress>172.31.166.57</n1:IPAddress>
<n1:ShareName>nfs_vm1</n1:ShareName>
<n1:ShareType>0</n1:ShareType>
</n1:SupportAssistExportLastCollection_INPUT>
</s:Body>
</s:Envelope>
To export the collection to a specific CIFS share other than the default network share, use the following the configuration for input
parameters
<p:SupportAssistExportLastCollection_INPUT xmlns:p="http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService">
<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>
To export to a specific NFS share other than default network share, use the following as sa_export.xml