Unsolved
This post is more than 5 years old
33 Posts
0
19915
August 17th, 2015 13:00
remote tasks: disable ipmi, create and configure a new administrator
Hello! First off, Dell OME is such a great product and Dell gives great support in comparison to another company i often call. Hats off to you guys.
My question is pretty straightforward, i want to disable IPMI on a bunch of idrac7 nodes. I also want to add a new administrator user (add, configure all privileges and password).
All this via Dell OME.
Please let me know what kind of remote tasks i have to launch.
Thanks in advance!!!
Naseem
No Events found!
naseemullah
33 Posts
0
August 17th, 2015 14:00
Update:
Just missing commands to create a new admin user
To disable ipmi, i have learnt that it is a racadm command as follows:
racadm config -g cfgIpmiLan -o cfgIpmiLanEnable 0
DELL-Martijn G
291 Posts
1
August 18th, 2015 03:00
racadm config -g cfgUserAdmin -i -o cfgUserAdminUserName
racadm config -g cfgUserAdmin -i -o cfgUserAdminPassword
racadm config -g cfgUserAdmin -i -o cfgUserAdminPrivilege 0x1ff
racadm config -g cfgUserAdmin -i -o cfgUserAdminEnable 1
See the RACADM Command Line guide on page 115 for more details.
naseemullah
33 Posts
0
August 18th, 2015 07:00
Much obliged!