1 Rookie
•
4 Posts
0
1009
October 10th, 2022 07:00
Cannot change the iDrac Name from racadm
Hi,
I have quite a few PowerEdge servers and I need to set their iDrac Name from CLI but here is what I get this behavior :
# ssh server 'racadm set iDRAC.Info.Name iDRAC-$HOSTNAME'
root@localhost's password:
ERROR: The specified object is READ ONLY and cannot be modified.
Changing the Name from the iDrac v2.83.83.83 Web interface works fine in the "Overview->iDrac Settings->User Interface Title Bar Information"
What is the correct "racadm" command to do this ?
No Events found!
DELL-Shine K
4 Operator
•
3K Posts
1
October 10th, 2022 08:00
iDRAC.Info.Name is a read only attribute and you can not modify the value of it.
"User Interface Title Bar Information" will not change iDRAC Name. It will change the information which need to be shown in browser while using iDRAC. To change this in racadm you need to use attribute "iDRAC.WebServer.TitleBarOption". You can refer below link for more details on this
https://www.dell.com/support/manuals/en-us/idrac9-lifecycle-controller-v6.x-series/idrac9_6.xx_racadm_ar_guide/idrac.webserver.titlebaroption-read-or-write?guid=guid-599af235-9e41-4bd8-bbb2-726489bd7369&lang=en-us
DELL-Shine K
4 Operator
•
3K Posts
1
October 10th, 2022 09:00
IF you need to change iDRAC DNS Nane you can use "iDRAC.NIC.DNSRacName" attribute. Refer below link for details
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