Start a Conversation

Solved!

Go to Solution

1362

August 14th, 2019 00:00

Dell PowerEdge M1000e - setting user logon domain

So as the title states, I'm trying to work out how to configure a user logon domain, this can be (and has been) achieved on iDRACs using one of the following: 

racadm config -g cfgUserDomain -o cfgUserDomainName -i
racadm set iDRAC.UserDomain. .Name

However, neither of these work on our M1000e blade chassis:

$ racadm set iDRAC.UserDomain.1.Name
ERROR: SWC0244 : Invalid Fully Qualified Device Descriptor (FQDD).
$ racadm config -g cfgUserDomain -o cfgUserDomainName -i 1
ERROR: Invalid group name specified.

Is there a separate command for blade chassis? I'm able to logon with user@domain.domain but I'd like to add our logon domain to the web GUI drop down menu. 

Additionally, as anyone answering may have already been down this rabbit hole, is there a way to set the default logon domain for iDRACs/CMCs? On the iDRACs I've added the logon domain to, I still have to select our domain from the drop down menu, default being "This iDRAC".

Thanks in advance

 

2.9K Posts

August 19th, 2019 08:00

I looked at the Command Reference guides for firmware version 6.20, which should be the current revision. Neither of the commands you have listed are included in the guide. You might give cfgDNSDomainName a look, though. I'll link to the CLI guide.

https://topics-cdn.dell.com/pdf/dell-chassis-management-controller-v620-poweredge-m1000e_cli-guide_en-us.pdf

Page 95.

That having been said, I'm also seeing cfgADRootDomain and cfgADRacDomain. I'm going to try to reach one of my systems management resources to get some further clarification for us.

10 Posts

August 20th, 2019 01:00

To clarify, the winning command here was:

racadm config -g cfgActiveDirectory -o cfgADRacDomain  

Thanks for the help, works a treat  

2.9K Posts

August 14th, 2019 07:00

Before we begin, could you share the firmware version the CMC is running? 

10 Posts

August 15th, 2019 00:00

Hi, not sure what happened to my previous reply - maybe it didn't like all the numbers from the version? Anyway, we're running the latest version of CMC on both active and passive.
No Events found!

Top