码迷,mamicode.com
首页 > 其他好文 > 详细

IPMI 配置BMC用户设置

时间:2018-05-05 18:10:58      阅读:321      评论:0      收藏:0      [点我收藏+]

标签:root权限   gpo   lan   limit   user   设置   password   ini   pass   

 

IPMI 配置BMC用户设置

本文档共介绍5条ipmi设置user的命令,这些命令需要使用root权限才能使用,其中- H为需要操作的BMC ip,-I lanplus为使用rmcp+协议发送命令,-U 为操作命令的用户名,-P为用户密码。

1、查询所有用户

ipmitool -H 10.10.10.10 -I lanplus -U root -P admin user list

ID  Name             Callin  Link Auth   IPMI Msg   Channel Priv Limit

1                    true    true       true       NO ACCESS

2   root             true    true       true       ADMINISTRATOR

3                    true    true       true       NO ACCESS

4                    true    true       true       NO ACCESS

5                    true    true       true       NO ACCESS

 

2、新增用户用户名和用户id不能和已有用户名用户id重复,如用户名test3,用户id为3

ipmitool -H 10.10.10.10 -I lanplus -U root -P admin user set name 3 test3

 

3.密码需要满足复杂度要求,如设置用户id为3的密码

ipmitool -H 10.10.10.10 -I lanplus -U root -P admin user set password 3 test3

 

4、权限取值范围2:USER,3:OPERATOR,4:ADMINISTRATOR,用户创建后的默认权限为NO ACCESS,没有访问权限。如设置用户id为3的权限,设置完成即可使用用户名密码访问BMC

ipmitool -H 10.10.10.10 -I lanplus -U root -P admin user priv 3 4

5、使能id为3的用户

ipmitool -H 10.10.10.10 -I lanplus -U root -P admin user enabled 3

IPMI 配置BMC用户设置

标签:root权限   gpo   lan   limit   user   设置   password   ini   pass   

原文地址:https://www.cnblogs.com/EricDing/p/8995231.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!