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
29 Server Configuration Profiles: Reference Guide | 456
"Comment": "Read and Write" },
{ "Name": "Users.3#Password",
"Value": "password123",
"Set On Import": "True",
"Comment": "Read and Write" },
{ "Name": "Users.3#Enable",
"Value": "Enabled",
"Set On Import": "True",
"Comment": "Read and Write" },
Additional settings for the user can be applied via the same template. The example above uses a ‘plaintext’
password to configure the user instead of the password hashes. The password must either be plaintext or
hashes but cannot contain both.
NOTE: Commented attributes are ignored during SCP Import.
6.3 Clearing an iDRAC User
To remove a user and clear its settings, set the UserName to an empty value and set Enable to Disabled.
<Attribute Name="Users.3#UserName"></Attribute>
<Attribute Name="Users.3#Enable">Disabled</Attribute>
This will remove the user and clear all associated settings. All other attributes for this user will be ignored if a
reset was requested.
6.4 SSHPublicKey
Available on iDRAC9 version 4.00.00.00 and above.
An iDRAC user’s public SSH key can be set using SCP Import.
<Attribute Name="Users.4#SSHPublicKey1"></Attribute>
<Attribute Name="Users.4#SSHPublicKey2">ssh-rsa
AAAAB3NzaC1yc2EAAAABJQAAAQEA32CnKmqW5nHswuLrczixMxzaevolKbMsy/bNlZNvnAEQPWhYFK80ln+0U44h0Hqns
F/cVQo3RLAfehFj/Xf7AcBwNXy38oB+IbkURQVdB/t0k/74IB5RAgwa3R0svu9VW8qinBS+Yi5bzKi/TvPZrOoWaA/RLn
crI+cEI8EdSD5s+aoLic336eTltTEnAwP157GNz0IjSRWNYGL8kKAmDfjgrFOUOTfbC02VODHxN/FYRTNAJj8N+OCI/fS
uR0TLoRXhZhtyP9TL+5Nmz80wM6l+MemR+GaJSUZolTFw3opmhnHdn1WNotoR7NprCcJZBwQgK8e8Ewo62mxDFMTfAQ==
rsa-key-20190211</Attribute>
<Attribute Name="Users.4#SSHPublicKey3"></Attribute>
<!-- <Attribute Name="Users.4#SSHPublicKey4"></Attribute> -->
To remove the public SSH key from an iDRAC user leave the attribute’s value empty and run an SCP Import
operation.
6.5 Certificates
Available on iDRAC9 version 4.00.00.00 and above.
Import of certificates is enabled via the CertType and CertData attributes under the iDRAC component. The
header and footer tags are required for import.