White Papers

16 Version 1.0.0
Property Name Type Requirements Additional Requirements
AgentID
String
Mandatory
The property value shall represent the
ID of the source agent responsible for
creation of the log entry event.
FQDD
String
Mandatory
The property value shall represent the
FQDD of the device that the logged
event relates to.
Comment
String
Mandatory
The property value shall represent the user
specified comment for the logged event. This
property represents only a comment field to
an existing log entry.
NOTE: This property shall be set using the
Set (Put) operation.
NOTE: In order to add a new LCL log
entry, such as a worknote, the
DCIM_LCService.InsertCommentInLCLog()
method in the LC Management Profile shall
be invoked.
ConfigResultsAvailable
Boolean
Mandatory
The property value of TRUE shall
represent that the configuration results
are available in the XML format.
RawEventData
String
Optional
The property shall contain the raw event
data. In the case of IPMI based events,
IPMI SEL binary data.
7.4 DCIM_SELRecordLog SEL Record Log 195
This section describes the implementation for the DCIM_SELRecordLog class that represents SEL log. 196
NOTE: iDRAC can only store 512 SEL logs. If this limit is exceeded, the new SEL logs are rejected. 197
DCIM_SELUseOfLog shall reference the DCIM_SELRecordLog class and the DCIM_ComputerSystem 198
class. 199
DCIM_SELElementCapabilities shall reference the DCIM_SELRecordLog class and the 200
DCIM_SELRecordLogCapabilities class. 201
DCIM_SELLogManagesRecord shall reference the DCIM_SELRecordLog class and the 202
DCIM_SELLogEntry. 203
This class shall be instantiated in the Implementation Namespace. 204
7.4.1 Resource URIs 205
The class Resource URI shall be “http://schemas.dell.com/wbem/wscim/1/cim-206
schema/2/DCIM_SELRecordLog?__cimnamespace=root/dcim207
The key property shall be the InstanceID. 208
The instance Resource URI for DCIM_SELRecordLog instance shall be: 209
http://schemas.dell.com/wbem/wscim/1/cim-schema/2/DCIM_ 210
SELRecordLog?__cimnamespace=root/dcim+InstanceID= DCIM:SEL:1 211
7.4.2 Operations 212
The following table lists the operations implemented on DCIM_SELRecordLog. 213