Dell iDRAC Command Line Tools and Common Commands

1. RHEL system environment iDRAC command toolkit
1) Dell EMC OpenManage Linux Remote Access Utilities: http://www.dell.com/support/home/cn/zh/cndhs1/drivers/driversdetails?driverId=49T1M
2) After downloading , the dependencies of the net-snmp-utils package need to be resolved. Execute the rpm package in this directory to install /root/linux/rac/RHEL7/x86_64, and then softly link
3) The difference between the installation of the physical machine environment and the installation of the virtual machine environment:
physical Machine environment: After installing in the physical machine environment, you can directly view and modify the iDRAC configuration with the # racadm command.
Virtual machine environment: After installing in the virtual machine environment, you need -r IP #racadm -r 192.168.1.1 -u User -p 'Password' command View and modify iDRAC configuration
2, iDRAC command manual
1) http://topics-cdn.dell.com/pdf/idrac7-8-lifecycle-controller-v2.50.50.50_reference-guide_en-us.pdf
3, iDRAC commonly used Order

创建、删除、赋权用户的操作
# racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 10 User01           创建索引10的用户User01
# racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 10 'Password'      给创建的用户设置密码
# racadm set iDRAC.Users.10.Password 'NewPassword'                                         更改用户密码
# racadm config -g cfgUserAdmin -i 10 -o cfgUserAdminEnable 1                           启用用户<1表示启用,0表示禁用>
# racadm config -g cfgUserAdmin -o cfgUserAdminUserName -i 10                        删除用户
# racadm config -g cfgUserAdmin -o cfgUserAdminPrivilege -i 10 4                         赋予User01用户超级管理员权限
物理机重启、关机等操作
# racadm serveraction powerup                                               开启服务器
# racadm serveraction powerdown                                          关闭服务器
# racadm serveraction powercycle                                           关机后再开启服务器
# racadm serveraction powerstatus                                         查看服务器状态
iDRAC 重启操作
# racadm racreset soft                                                             软重启iDRAC
# racadm racreset hard                                                            硬重启iDRAC
# racadm racreset soft -f                                                          强制软重启iDRAC
# racadm racreset hard -f                                                         强制硬重启iDRAC
# racadm set iDRAC.IPv4.Address x.x.x.x                              修改IP地址
# racadm set iDRAC.IPv4.Netmask x.x.x.x                             修改子网掩码
# racadm set iDRAC.IPv4.Gateway x.x.x.x                             修改默认网关<无需重启idrac,配置即生效>

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324846553&siteId=291194637