Users Guide

150 Using iDRAC6 Directory Service
If you want to disable the certificate validation during SSL handshake,
enter the following
RACADM
command:
racadm config -g cfgActiveDirectory -o
cfgADCertValidationEnable 0
In this case, you do not have to upload a CA certificate.
If you want to enforce the certificate validation during SSL handshake,
enter the following
RACADM
command:
racadm config -g cfgActiveDirectory -o
cfgADCertValidationEnable 1
In this case, you must upload a CA certificate using the following
RACADM
command:
racadm sslcertupload -t 0x2 -f <
ADS root CA
certificate
>
Using the following
RACADM
command may be optional. See "Importing
iDRAC6 Firmware SSL Certificate" on page 131 for additional
information.
racadm sslcertdownload -t 0x1 -f <
RAC SSL
certificate
>
2
If DHCP is enabled on iDRAC6 and you want to use the DNS provided by
the DHCP server, enter the following
RACADM
command:
racadm config -g cfgLanNetworking -o
cfgDNSServersFromDHCP 1
3
If DHCP is disabled in iDRAC6 or you want to manually input your DNS
IP address, enter the following
RACADM
commands:
racadm config -g cfgLanNetworking -o
cfgDNSServersFromDHCP 0
racadm config -g cfgLanNetworking -o cfgDNSServer1
<primary DNS IP address>
racadm config -g cfgLanNetworking -o cfgDNSServer2
<secondary DNS IP address>