Setup Guide
Server Configuration Profiles: User’s Guide
16 Server Configuration Profiles: Reference Guide | 456
In the XML format these attributes are marked with ReadOnly in the comment section of the node.
<!‐‐ReadOnly<AttributeName="Info.1#Version">4.40.00.00</Attribute>‐‐>
In the JSON format the Comment item will be set to ‘Always Read Only’.
{"Name":"Info.1#Version",
"Value":"4.40.00.00",
"SetOnImport":"False",
"Comment":"AlwaysReadOnly"},
These attributes cannot be set during an SCP Import and are only available for informational purposes.
3.3 Include Password Hashes
Password attributes fields are included in the template. However, they are commented out and obfuscated
with ‘******’. These fields can be manually supplied with a plaintext password, which can be set during SCP
Import.
<!‐‐<AttributeName="Users.2#Password">******</Attribute>‐‐>
SCP Export also has the optional parameter ‘Include Password Hashes’.
3.3.1 iDRAC User Passwords
This setting will modify the template to include new fields per iDRAC User, which allow the transfer of existing
iDRAC user passwords between multiple hosts.
<!‐‐<AttributeName="Users.2#SHA256Password">
C91B36713D93B1555B6FEB8274A65BA2746446770AA227B6E11979EB24F18221</Attribute>‐‐>
<!‐‐<AttributeName="Users.2#SHA1v3Key">
0105AC0DCD4F022A89DCA47E9A56D340E85B7F38</Attribute>‐‐>
<!‐‐<AttributeName="Users.2#MD5v3Key">
C9D52210AC9C127F517156A626F69FDE</Attribute>‐‐>
<!‐‐<AttributeName="Users.2#SHA256PasswordSalt">
6D5F9E1B410917BEB0788E230DFCDCCE</Attribute>‐‐>
<!‐‐<AttributeName="Users.2#IPMIKey">
D722C920F0E78CB5161F01AEE7C6559005AA5A5A9E947ED38788031A43DCC99E</Attribute>‐‐>
When wanting to transfer existing iDRAC user settings between systems, it is recommended to use the
‘Include Password Hash’ option when generating the template.
3.3.2 BIOS Password SHAs
The BIOS System and Setup passwords can also be applied via the SHA/Salt attributes that are made
available with the “Include Password Hash” optional parameter. These attributes will be empty by default.
<AttributeName="SHA256SystemPassword"></Attribute>
<AttributeName="SHA256SystemPasswordSalt"></Attribute>
<AttributeName="SHA256SetupPassword"></Attribute>
<AttributeName="SHA256SetupPasswordSalt"></Attribute>