Reference Guide

cfgDNSRacName (Read/Write)
Description Displays the CMC name, which is rac-service tag by default.
This parameter is only valid if cfgDNSRegisterRac is set to 1
(TRUE).
Legal Values A string of up to 63 ASCII characters. At least one character
must be alphabetic.
NOTE: Some DNS servers only register names of 31
characters or fewer.
Default cmc-<service tag>
cfgDNSRegisterRac (Read/Write)
Description Registers the CMC name on the DNS server. When you set this
parameter, the CMC registers its DNS name for its IPv4 and
IPv6 addresses with the DNS server.
Legal Values
1 (TRUE)
0 (FALSE)
Default 0
NOTE: For IPv6, only the DHCPv6 address or static address is registered.
Example:
racadm getconfig -g cfgLanNetworking
cfgNicEnable=1
cfgNicIPv4Enable=1
cfgNicIpAddress=192.168.0.120
cfgNicNetmask=255.255.255.0
cfgNicGateway=192.168.0.1
cfgNicUseDhcp=1
# cfgNicMacAddress=00:00:00:00:00:01
cfgNicVLanEnable=0
cfgNicVLanID=1
cfgNicVLanPriority=0
cfgDNSServersFromDHCP=1
cfgDNSServer1=192.168.0.5
cfgDNSServer2=192.168.0.6
cfgDNSRacName=cmc-frankly
cfgDNSDomainName=fwad.lab
cfgDNSDomainNameFromDHCP=1
cfgDNSRegisterRac=1
108