Setup Guide

Table Of Contents
Server Configuration Profiles: User’s Guide
10 Server Configuration Profiles: Reference Guide | 456
The LCL can be viewed or exported under Maintenance > Lifecycle Log in the iDRAC GUI. iDRAC CLI’s also
provide methods for exporting the LCL. Please refer to the iDRAC User’s Guide for full details.
1.9 SCP Import / Preview Configuration Results
SCP Import will generate LCL events as it progresses through the operation. When a configuration attribute
is applied or failed to apply, an LCL event will be logged with details under a configuration results node.
These ConfigResult entries will include critical information about settings that were applied or reasons why a
setting might have failed to apply. If an SCP Import operation ends with a status of Failed or Completed with
Errors, the configuration results will be the best place to start help identify a solution.
Configuration results can be viewed via most interfaces or by exporting the LCL. See the racadm example
below.
racadm lclog viewconfigresult -j JID_952589510966
SeqNumber = 20585
FQDD = iDRAC.Embedded.1
Job Name = Import Configuration
Operation Name = CHANGE
DisplayValue = Web Server Idle Timeout
Name = WebServer.1#Timeout
OldValue = 1805
NewValue = 1801
Status = Success
ErrCode = 0
The example below is using an intentionally incorrect value to show an error condition.
racadm lclog viewconfigresult -j JID_033107879045
SeqNumber = 5933
FQDD = iDRAC.Embedded.1
Job Name = Import Configuration
Operation Name = CHANGE
DisplayValue = Web Server Idle Timeout
Name = WebServer.1#Timeout
OldValue = 1800
NewValue = badvalue
MessageID = RAC015
Status = Failure
ErrCode = 9240
The RAC015 error message according to the Event and Error Message Reference Guide translates to
“Unable to run the method because the input value is not one of the possible values for AttributeName
Webserver.1#Timeout .” The value is expecting an integer but received a string, so the failure is expected.
SCP Import Preview will only log ConfigResult entries for any errors detected in its evaluation of the template.
These errors will commonly be dependency issues, invalid settings, differences in setup, etc. The errors
logged by SCP Import Preview will trigger an error in SCP Import.