Unsolved

This post is more than 5 years old

1 Rookie

 • 

46 Posts

27898

May 14th, 2015 10:00

Dell RACADM Command to set "User Interface Title Bar information"

 I'm looking to automate a setting on our iDrac’s.  This setting is the User Interface Title Bar Information.  We either want to set this to Auto or System Host.

 

Do you know what the RACADM command would be to set this setting?

 

 

(User Interface Title Bar information)

 

I think maybe having this set to System host name is better:

 

 

February 23rd, 2017 06:00

I have this same need - does anyone know the solution?

1 Rookie

 • 

4 Posts

June 13th, 2018 08:00

I agree that setting this to host name makes sense. It's very convenient when you have multiple console windows open. I have not found a way to set this directly, however if you still have the default setting of Auto, you can simply set the iDRAC.Nic.DNSRacName via racadm and it will use that for the "User Interface Title Bar Information".

I simply ran something like:

racadm set iDRAC.Nic.DNSRacName `hostname -s`

Then if you look at the UITBI setting, if set to Auto, it should display the short hostname.

I tried to add the domain (not overly necessary), but it did not work as expected. It set the entire domain of the NIC and still did not use to build the UITBI value.

If you do want to set the domain anyway, you can do a similar thing:

racadm set iDRAC.Nic.DNSDomainName example.com

Again, DNSDomainName may not be what you want. Also note that you cannot have a '.' in your value for DNSRacName. I tried that a few different ways but couldn't get it to accept host.example.com. You can enter in host.example.com into the Web UI though...

Hope this helps!

1 Message

December 23rd, 2021 04:00

The command to set the title bar information to display System host name:

racadm set iDRAC.webServer.TitleBarOption 4

other options are:

0- Auto
1- DNS RAC Name
2- IP Address
3- Service Tag
4- System Host Name
5- Custom

 

1 Rookie

 • 

4 Posts

October 5th, 2023 18:52

To set that hostname without running Dell's agent: 

racadm set System.ServerOS.HostName myhost.myco.com

To set the titlebar (and browser tab name) to whatever you please independently of the RAC host/domain names and the OS hostnameL

racadm set  iDRAC.webServer.TitleBarOption 5

racadm set iDRAC.webServer.TitleBarOptionCustom myhost.my.com

0 events found

No Events found!

Top