Start a Conversation

Unsolved

This post is more than 5 years old

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

33 Posts

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

 

 

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.

33 Posts

August 18th, 2015 07:00

Much obliged!

No Events found!

Top