Dell iDRAC Passwort Reset/OSM Installation

Dell Repository hinzufügen, gpg Key akzeptieren, updaten, OSM installieren (srvadmin-base) und idrac7 Paket

touch /etc/apt/sources.list.d/linux.dell.com.sources.list
echo 'deb http://linux.dell.com/repo/community/deb/latest /' > /etc/apt/sources.list.d/linux.dell.com.sources.list
gpg --keyserver pool.sks-keyservers.net --recv-key 1285491434D8786F
gpg -a --export 1285491434D8786F | apt-key add -
aptitude update
aptitude upgrade
aptitude install -y srvadmin-idrac7 srvadmin-base # for setting the idrac passwords

# if you want to have the fancy webinterface for the lifecycle controller, uncomment the following line
#aptitude install -y srvadmin-webserver

# if you also want to manage your dell raidcontroller via webserver, uncomment the following line
#aptitude install -y srvadmin-storageservices

export PATH=/opt/dell/srvadmin/sbin:/opt/dell/srvadmin/bin:$PATH
srvadmin-services.sh start

# now the lifecycle webserver is running at https://:1311 IMPORTANT: has to be https, there is no redirect from http
# you're able to login with your root credentials

# password reset idrac7
idracadm7 config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 "test"
# note: keep the double quotes before/after the new password

# password reset idrac till version 6
#racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 “test”

This entry was posted in General, Linux. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

Time limit is exhausted. Please reload CAPTCHA.