Setup Guide
Table Of Contents
- 1 Getting Started
- 2 Template
- 3 SCP Export
- 4 SCP Import
- 5 SCP Import Preview
- 6 iDRAC Configuration
- 7 LifecycleController
- 8 EventFilters
- 9 RAID / Storage Configuration and Operations
- 10 BIOS Configuration
- 11 NIC / FiberChannel / InfiniBand Configuration
- 12 SupportAssist Operations
- 13 RepositoryUpdates
- 14 iDRAC Direct (SCP via USB)
- 15 OS Deployment
- 16 Telemetry Operations
- 17 Secure Enterprise Key Management Operations
- 18 Auto Config – DHCP Provisioning
- 19 Troubleshooting
- 20 Additional Resources
Server Configuration Profiles: User’s Guide
65 Server Configuration Profiles: Reference Guide | 456
OldValue = False
NewValue = badvalue
MessageID = RAC015
Status = Failure
ErrCode = 9240
Operation Name = CHANGE
DisplayValue = Default Ignore Certificate warning
Name = LCAttributes.1#IgnoreCertWarning
OldValue = On
NewValue = Off
Status = Success
ErrCode = 0
In the example above, the job resulted in Completed with Errors. The BIOSRTDRequested attribute only
accepts True or False but the template contained ‘badvalue’ for this attribute. The error shows RAC015 for
the attribute.
The error code lookup for RAC015 shows the message as ‘Unable to run the method because the input value
is not one of the possible values for AttributeName arg1.’
Error Code Lookup: https://qrl.dell.com/LCDError/Lookup?q=ErrorCode
The Attribute Registry shows that ‘badvalue’ is not one of the possible values for BIOSRTDRequested.
Attribute Registry guide is available at Dell Support site.
19.3.4 SYS072 – Time Out
SYS072 - Server Configuration Profile import operation timed-out.
SCP Import maintains an internal timer for all operations. This timer will scale based on the size of the
configuration changes, firmware updates, and other operations being performed by SCP Import.
In the unlikely event that the SCP Import operation times out, check your host boot status. Confirm that the
server was able to complete POST successfully. The F1/F2 Error Prompt
detailed above may have been
triggered and prevented the SCP Import operation from completing its tasks.
19.3.5 LC in Use
It’s recommended to perform a GetRemoteServicesStatus check before performing any SCP operation. This
command will provide a quick roll up of the server and LC (LifecycleController) status.
racadm getremoteservicesstatus
Server status: Out of POST
LC status : Ready
RT status : Ready
Status : Ready
If the ‘LC status’ is In Use or Reloading, then wait until it shows Ready to perform the operation.
If the ‘Server status’ shows any error such as ‘Server has halted at F1/F2 error prompt because of a POST
error’ then it’s recommended to resolve that error before attempting an SCP operation.