Administrator Guide

Server configuration profile end-to-end workflows
19 Using Server Configuration Profiles to Deploy Operating Systems to Dell EMC PowerEdge Servers | 375
[Job ID=JID_768724066327]
Job Name=Preview Configuration
Status=Completed
Start Time=[Not Applicable]
Expiration Time=[Not Applicable]
Message=[SYS081: Successfully previewed Server Configuration Profile import
operation.]
Percent Complete=[100]
----------------------------------------------------------
NOTE: If you get any type of job failure, you can view the job ID config results which will tell you the
details of why preview failed.
The example that follows shows that the preview job failed. To access detailed information on the failure,
execute the “lclog viewconfigresult” command on the import preview job ID.
C:\>racadm -r 100.65.84.70 -u root -p calvin --nocertwarn jobqueue view -i
JID_768723151500
---------------------------- JOB -------------------------
[Job ID=JID_768723151500]
Job Name=Preview Configuration
Status=Failed
Start Time=[Not Applicable]
Expiration Time=[Not Applicable]
Message=[SYS079: The Preview operation indicates the input file for Server
Configuration Profile is not compliant with the configuration profile
schema.]
Percent Complete=[100]
----------------------------------------------------------
C:\>racadm -r 100.65.84.70 -u root -p calvin --nocertwarn lclog
viewconfigresult -j JID_768723151500
SeqNumber = 2708
Job Name = Import Configuration
Message ID = SYS048
Message = Server Configuration Profile input file contains invalid
characters, ( after } expected } ] or , ) at line 79
5. After the validated import preview has passed successfully, import this SCP file to apply configuration
changes and perform an unattended operating system installation.
Note: Use the exact same syntax as Step 4 for the “set” command, except that you do not pass in the “—
preview” option.
C:\>racadm -r 100.65.84.70 -u root -p calvin --nocertwarn set -f
C6420_scp_file.json -t json -u administrator -p P@ssw0rd -l
//100.65.84.72/cifs_share_vm
RAC977: Import configuration XML file operation initiated.
Use the "racadm jobqueue view -i JID_779832077111" command to view the status
of the operation.
6. The Job ID will be returned to the screen. Query the job ID until the job ID status is completed
successfully. After the job ID is marked completed successfully, unattended operating system installation
will start.