Reference Guide

246 Lifecycle Controller Web Services Interface Guide for Linux
FileSize: Size of the exported file
SessionID: A unique session ID is generated and it will be used in the sub-sequent packets. This
ensures that blocks are pertaining to the same file.
TxfrDescriptor: Transfer descriptor value
1 Start of Transmit
2 Normal Transmission
3 End of Packet
RetFileOffset: Current position (offset) of the exported file.
RetTxDataSize: Transmitted data size of the export file.
PayLoadEncoding: Payload encoding format.
Text
Base64
PayLoad: iDRAC will send the payload as base64 encoded format.
CRC: CRC of entire export file. md5 checksum algorithm is used for CRC calulation, it's value is 128
bytes.
EXAMPLE:
wsman invoke -a ExportData
"http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRACCardSer
vice?SystemCreationClassName=DCIM_ComputerSystem,CreationClassName=DCIM_iDRACC
ardService,SystemName=DCIM:ComputerSystem,Name=DCIM:iDRACCardService"
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD
-J ExportFileData_start.xml -j utf-8 -y basic
ExportFileData_start.xml: Contains the following parameters.
<p:ExportData_INPUT
xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_iDRA
CCardService">
<p:FileType>”file type 1/2/3 etc”</p:FileType>
<p:TxDataSize>”Transmitted data size”</p:TxDataSize>
<p:FileOffset>”file offset ”</p:FileOffset>
<p:InChunkSize>”chunk size in bytes”</p:InChunkSize>
<p:InSessionID>”session ID”</p:InSessionID>
</p:ExportData_INPUT>
28.1.3 ClearTransferSession():
The method is used to delete the import/export files, which are stored in iDRAC local.
Invoke the “ClearTransferSession” method with the following input parameters.
FileOperation: It specifies the delete file, whether it is import or export.
1 Import
2 Export
3 Both
FileType: It specifies the file type.
0 All
1 System Configuration Profile file
2 LC logs