Skip to main content

Posts

Showing posts from April 10, 2008

DRAC- User Creation Remotely

Creating (DRAC) Dell Remote Access Card user on a remote system /Resetting root password using DRAC commands Note: A) The source system should have Dell Server Assistant Installed. [ From Windows to Linux and Viceversa] User Creation and Password setup Step 1: Creating a new user called "duser" and set the index value as "2" C:\Documents and Settings\apillai>racadm -r 192.168.140.59 -u root -p calvin config -g cfgUserAdmin -o cfgUserAdminUserName -i 2 duser Object value successfully modified Step 2: Setting the password for the user index “2” to “Avinash123” C:\Documents and Settings\apillai>racadm -r 192.168.140.59 -u root -p calvin con fig -g cfgUserAdmin -o cfgUserAdminPassword -i 2 Avinash123 Object value successfully modified Resetting "ROOT" account Password C:\Documents and Settings\apillai>racadm -r 192.168.140.59 -u root -p calvin config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 Avinash123