1 Rookie
•
41 Posts
0
47
May 12th, 2025 11:37
Racadm User Privileges
Hi Team
Is there any way to add two privileges (Login Local, Clear Logs) to a AD group using racadm cli tool in only one line? Just want two roles be applied to this group.
Something similar to:
racadm set IDRAC.ADGroup.3.Privilege 0x00000008,0x00000001
If I try to run 2 lines for each role, just only apply "Login to Idrac"
Thanks
No Events found!
DELL-Chris H
Moderator
•
9.4K Posts
1
May 12th, 2025 16:10
FernandoGP,
You can manually configure a system as you mentioned, and then run a GET command against it. Since each combination of privileges has a unique code, you can configure one system with both permissions in the GUI. After that, run a racadm get command on that privilege to retrieve the code, which you can then use for the rest of the iDRACs.
Let me know if this helps.
FernandoGP
1 Rookie
•
41 Posts
0
May 13th, 2025 07:41
@DELL-Chris H
Thank you Chris your answer was very useful
Regards