14 Posts
0
493
iDRAC9 6.x, racadm, groups and objects - setting DNS iDRAC Name and Static DNS Domain Name
Due to the 'HTTP/HTTPS FQDN Connection Failures On iDRAC9 firmware version 5.10.00.00' issue, I'm looking to batch set DNS iDRAC Name and Static DNS Domain Name via remote racadm. As we're on 6.xx now, group and object names have changed from previous major versions.
I have been looking through the latest RACADM CLI guide I could find (Integrated Dell Remote Access Controller 9
RACADM CLI Guide 2022 )Rev. A00 current as of Firmware 6.10.00.00, which lists 'changes from previous group / object names to new names', but itself has no documentation on any, requiring at a minimum cross referencing it with older documentation (as far as I could see). The documentation even uses 'Legacy Names' (i.e. racresetcfg 'does not reset the cfgDNSRacName object.... which is now 'DNSRacName').
Cross referencing it with older documentation (iDRAC9 5.xx) shows that the property I am looking for is cfgStaticLanNetworking.cfgDNSStaticDomainName. These groups/properties don't exist using get on 6.x, and those names do not appear in the list of 'Legacy Groups and Objects' that have new names. How/where do I actually find the properties I am looking to modify (trial and error looking around using 'get' wasn't working, therefore I tried RTFM).
First, any ideas on this? Am I looking down the wrong path, is there different documentation that is relevant?
DELL-Shine K
4 Operator
4 Operator
•
3K Posts
1
February 8th, 2023 19:00
You need to run set command to set iDRAC DNS name and domain name. Below link have details on same
https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v6.x-series/idrac9_6.xx_racadm_ar_guide/idrac.nic.dnsracname-read-or-write?guid=guid-1ab6736b-9c7f-46ed-bc3a-37380e610247&lang=en-us
https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v6.x-series/idrac9_6.xx_racadm_ar_guide/idrac.nic.dnsdomainname-read-or-write?guid=guid-323af641-d0be-478a-b30a-8322ffff084b&lang=en-us
Below are the command which you need to use
racadm set iDRAC.NIC.DNSRacName
racadm set iDRAC.NIC.DNSDomainName
bkin
14 Posts
0
February 8th, 2023 19:00
In the old documentation, only 'groups and properties' were mentioned.
In the latest documentation, it says 'for new Attributes, look at this documentation'
Do you know when the concept of 'attributes' was first introduced? It seems like 'groups and properties' were part of the racadm CLI guide, then suddenly they were turned into 'attributes' and pulled out into a separate article?
I'll jump on this tomorrow, but looks like you have the correct answer for my question, and I'm curious how one gets from point A to point B.