Reference Guide

108 Lifecycle Controller Web Services Interface Guide for Linux
Username: This is the username to the target export server.
Password: This is the password to the target export server.
Workgroup: This is the applicable workgroup.
EXAMPLE:
wsman invoke -a ExportCompleteLCLog
http://schemas.dmtf.org/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 ExportCompleteLCLog.xml -j utf-8 -y basic
Format for ExportCompleteLCLog.xml
<p:ExportCompleteLCLog_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/root/dcim/DCIM_LCSer
vice">
<p:ipAddress></p:ipAddress>
<p:ShareName></p:ShareName>
<p:ShareType></p:ShareType>
<p:UserName>E</p:UserName>
<p:Password></p:Password>
<p:FileName></p:FileName>
</p:ExportCompleteLCLog_INPUT>
OUTPUT:
ExportCompleteLCLog_OUTPUT
Job
EndpointReference
Address =
http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
ReferenceParameters
ResourceURI =
http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_Lifecycl
eJob
SelectorSet
Selector: InstanceID = JID_671027850472, __cimnamespace =
root/dcim
ReturnValue = 4096
12.15 Export Hardware Inventory from Lifecycle Controller
This method is used to export the hardware inventory from the Lifecycle Controller to a text file on a
remote share.
Invoke ExportHWInventory() with the following parameters and syntax:
IPAddress: This is the IP address of the target export server.
ShareName: This is the directory path to the mount point.
FileName: This is the target output file.
ShareType: Type of share
NFS=0, CIFS=2
Username: This is the username to the target export server.
Password: This is the password to the target export server.