14 Posts

November 4th, 2003 19:00

The documentation CD says you can have up to 255 ASCII characters in the password.  This would have to be done via racadm (command line utility).  The OpenManage GUI interface will not accept that many characters.

80 Posts

September 27th, 2006 20:00

You can also change your DRAC password remotely using the IT Assistant RAC console.

On your Windows XP notebook that has the ability to access the DRAC's you need to download and install the RAC console from the IT Assistant software.

Download: http://ftp.us.dell.com/sysman/MgmtStat-WIN-4.5_A00.exe

Extract the file and double-click on the setup.exe file in the windows directory. It will perform a pre-requisite check. Some items may fail the check, just ignore and choose to continue. Choose a customer installation and select the RAC Management Station. Make sure all other items are de-selectd and choose next. After the installation is complete you can bring up a command prompt from your XP notebook and use the RACADM command to change the passwords.

Here is an example of the syntax you will type. My RAC IP Address is 192.168.1.1, my username is root and my password is calvin. I am changing my password to password.

C:\>racadm -u root -p calvin -r 192.168.1.1 config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 password
No Events found!

Top