Setup Guide

Table Of Contents
Server Configuration Profiles: User’s Guide
31 Server Configuration Profiles: Reference Guide | 456
OldValue = ******
NewValue = ******
Status = Success
ErrCode = 0
DisplayValue = Certificate Type
Name = SecurityCertificate.1#CertType
OldValue = ""
NewValue = KMS_SERVER_CA
Status = Success
ErrCode = 0
6.6 Password Settings
With iDRAC9 version 4.40.00.00, new iDRAC user password security options are now available.
The following settings can be Enabled or Disabled.
<Attribute Name="Security.1#PasswordRequireUpperCase">Enabled</Attribute>
<Attribute Name="Security.1#PasswordRequireNumbers">Enabled</Attribute>
<Attribute Name="Security.1#PasswordRequireSymbols">Enabled</Attribute>
A minimum password length can be set with PasswordMinimumLength.
<Attribute Name="Security.1#PasswordMinimumLength">10</Attribute>
A password score can be enforced with either Weak, Moderate, Strong or No Protection.
<Attribute Name="Security.1#MinimumPasswordScore">Strong Protection</Attribute>
A regular expression can also be enforced on iDRAC user passwords.
<Attribute Name="Security.1#PasswordRequireRegex"/>
6.7 AutoUpdate
The iDRAC can be configured to automatically perform firmware updates via repository update using the
AutoUpdate attributes. The iDRAC will run a repository update at the recurrence specified by the imported
template. In the scenario below, it will check the network share at 4:00am daily for Catalog.xml and compare
it against the existing server applying any new firmware updates.
<Component FQDD="iDRAC.Embedded.1">
<Attribute Name="AutoUpdate.1#IPAddress">192.168.0.20</Attribute>
<Attribute Name="AutoUpdate.1#Domain">Home</Attribute>
<Attribute Name="AutoUpdate.1#ShareName">Share</Attribute>
<Attribute Name="AutoUpdate.1#ShareType">cifs</Attribute>
<Attribute Name="AutoUpdate.1#Username">user1</Attribute>
<Attribute Name="AutoUpdate.1#Password">******</Attribute>
<Attribute Name="AutoUpdate.1#ApplyReboot">0</Attribute>
<Attribute Name="AutoUpdate.1#Repeat">1</Attribute>
<Attribute Name="AutoUpdate.1#CatalogName">Catalog.xml</Attribute>
<Attribute Name="AutoUpdate.1#Time">4:00</Attribute>
<Attribute Name="AutoUpdate.1#DayofMonth">*</Attribute>