Racadm User Guide

Racadm User Guide

O&M / Server Hardware


hidden directory

file header

Reset IDRAC password

install racadm

reset Password

View disk array

View virtual disk information

View physical disk information

list all physical disks


Reset IDRAC password

This document is only for DELL servers, and the operating system is Linux

install racadm

  • download package

wget -c -O idrac.tgz 'https://dl.dell.com/FOLDER05920767M/1/DellEMC-iDRACTools-Web-LX-9.4.0-3732_A00.tar.gz'
  • Unzip and install

tar xf idrac.tgz

./iDRACTools/racadm/install_racadm.sh
  • Installed

  • Log back in to load environment variables

exit

reset Password

  • It is recommended to create a new username and grant admin permission.

# 创建用户名为 `dell`
racadm set idrac.users.15.username dell
# 设置密码为 `10isp.com`
racadm set idrac.users.15.password 10isp.com
# 启用该用户
racadm set idrac.users.15.enable enabled
# 赋予管理员权限 
racadm set idrac.users.15.Privilege 0x1ff
  • Open the idrac webpage and log in with the new user and password.

View disk array

View virtual disk information

racadm raid get vdisks -o -p status,layout
A total of three arrays, two raid1, one raid5. The status is OK

View physical disk information

list all physical disks
racadm raid get pdisks
A total of 12 physical disks
to view

Guess you like

Origin blog.csdn.net/qq_31972901/article/details/128800611