| « Como impedir todos os motores de pesquisa de indexar um site | Step-by-step on how to install Lotus Notes 8, Beta 3 on Feisty » |
I had an issue trying to change the default root password on a PowerEdge 2650 DRAC. The web interface did not have the option to do this (version 3.35) andI had to use the racadm command from the RedHat ES 4 that the system was running. The command was:
racadm -r {DRAC_IP} -u root -p {OLD_PASS} config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 {NEW_PASS}
And it worked! Notice that the command only worked using the remote option.