Start a Conversation

Solved!

Go to Solution

981

December 2nd, 2021 06:00

RACADM Command Help with AD Integration

I have an iDrac 9 and I am trying to configure Active Directory via racadm commands and I am missing one command to make this work. I have looked everywhere, used the help command but I don't see it. I am sure it is staring me right in the face. 

 

On Screen 2 Common Settings under User Domain where I add the domain. I cannot find the command to do this. Screenshot attached. Any help would be appreciated. ThanksCapture.PNG

4 Operator

 • 

3K Posts

December 2nd, 2021 07:00

You can use below command

racadm set idrac.UserDomain. .Name

Index can be 1 to 40

E.g. racadm set idrac.UserDomain.1.Name test.com

4 Posts

December 2nd, 2021 08:00

That worked. I knew the answer was staring me in the face. I thought that command did something else. Thanks

4 Operator

 • 

2.3K Posts

December 2nd, 2021 12:00

@galad2003 

can you past the entire commandline voodoo for joining a AD? That would be great!

Regards,
Joerg

4 Posts

May 2nd, 2022 09:00

Sorry for the late reply a year and a half later. I dropped this method in favor of configuring the iDrac in OpenManage. But if you or someone else is interested:

Spoiler
#Enable Active Directory
racadm set iDRAC.ActiveDirectory.Enable 1
racadm set iDRAC.UserDomain.1.Name
racadm set iDRAC.ActiveDirectory.Schema 2
racadm set iDRAC.ActiveDirectory.GCLookupEnable 1
racadm set iDRAC.ActiveDirectory.GCRootDomain
racadm set iDRAC.ActiveDirectory.RacDomain
racadm set iDRAC.ADGroup.1.Name
racadm set iDRAC.ADGroup.1.Domain
racadm set iDRAC.ADGroup.1.Privilege 0x1ff
racadm set iDRAC.ActiveDirectory.CertValidationEnable 1
racadm sslcertupload -t 0x2 -f
#Enable Active Directoryracadm set iDRAC.ActiveDirectory.Enable 1racadm set iDRAC.UserDomain.1.Name racadm set iDRAC.ActiveDirectory.Schema 2racadm set iDRAC.ActiveDirectory.GCLookupEnable 1racadm set iDRAC.ActiveDirectory.GCRootDomain racadm set iDRAC.ActiveDirectory.RacDomain racadm set iDRAC.ADGroup.1.Name racadm set iDRAC.ADGroup.1.Domain racadm set iDRAC.ADGroup.1.Privilege 0x1ffracadm set iDRAC.ActiveDirectory.CertValidationEnable 1racadm sslcertupload -t 0x2 -f
No Events found!

Top