当前位置:网站首页>使用ipmitool配置X86服务器的BMC网络和用户信息
使用ipmitool配置X86服务器的BMC网络和用户信息
2022-07-01 02:24:00 【数语数行】
当不知道服务器的BMC(Baseboard Management Controller)的管理IP和用户信息时,可以在服务器安装的系统上安装ipmitool工具,然后通过带内的方式来直接配置BMC的网络和IP等信息,省去重启机器去寻找BMC配置界面进行设置的步骤。
以下示例是通过带内方式来配置,如果要通过带外的方式来配置,在ipmitool命令后面加上“–H BMCip –U username –P password”等参数。
1.设置BMC的网络信息
1)显示BMC的IP地址信息(可以使用其它通道号如2,3,4等来查看设备可以使用的通道的信息,通常配置通道1,以下命令中的1都是代表配置通道1)
# ipmitool lan print 1
# ipmitool channel info 1
2)设置通道1使用静态IP地址。
# ipmitool lan set 1 ipsrc static
3)设置BMC的IP地址。
# ipmitool lan set 1 ipaddr 192.168.100.142
4)设置BMC的子网掩码。
# ipmitool lan set 1 netmask 255.255.255.0
5)设置 IPMI的网关。
# ipmitool lan set 1 defgw ipaddr 192.168.100.254
6)确认BMC的IP地址信息
# ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : MD5 PASSWORD
Auth Type Enable : Callback : MD5 PASSWORD
: User : MD5 PASSWORD
: Operator : MD5 PASSWORD
: Admin : MD5 PASSWORD
: OEM :
IP Address Source : Static Address
IP Address : 192.168.100.142
Subnet Mask : 255.255.255.0
MAC Address : 00:1e:67:54:6d:ca
SNMP Community String : public
IP Header : TTL=0x00 Flags=0x00 Precedence=0x00 TOS=0x00
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Disabled
Gratituous ARP Intrvl : 0.0 seconds
Default Gateway IP : 192.168.100.254
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3,4,6,7,8,9,11,12,13,15,16,17,18
Cipher Suite Priv Max : caaaaaaaaaaaaaa
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM
Bad Password Threshold : Not Available
2.设置BMC的用户
1)列出BMC用户的信息。
# ipmitool user list 1
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
1 false false true ADMINISTRATOR
2 lenovo false true true ADMINISTRATOR
3 three false false true ADMINISTRATOR
4 test1 false false true ADMINISTRATOR
5 test2 false false true ADMINISTRATOR
6 true false false NO ACCESS
7 true false false NO ACCESS
8 true false false NO ACCESS
9 true false false NO ACCESS
10 true false false NO ACCESS
11 true false false NO ACCESS
12 true false false NO ACCESS
13 true false false NO ACCESS
14 true false false NO ACCESS
15 true false false NO ACCESS
2)创建新的用户(可以直接修改管理用户的密码,不创建新的用户)
# ipmitool user set name 6 test3 (6是上面命令列出的其中一个未使用的用户ID号)
3)设置用户的密码
# ipmitool user set password 6 len0vO (6是用户test3的用户ID号)
4)给新建的用户赋予权限
# ipmitool channel setaccess 1 6 callin=on ipmi=on link=on privilege=4 (6是用户test3的用户ID号)
5)检查确认用户的信息
# ipmitool user list 1
ID Name Callin Link Auth IPMI Msg Channel Priv Limit
1 false false true ADMINISTRATOR
2 lenovo false true true ADMINISTRATOR
3 three false false true ADMINISTRATOR
4 test1 false false true ADMINISTRATOR
5 test2 false false true ADMINISTRATOR
6 test3 true true true ADMINISTRATOR
7 true false false NO ACCESS
8 true false false NO ACCESS
9 true false false NO ACCESS
10 true false false NO ACCESS
11 true false false NO ACCESS
12 true false false NO ACCESS
13 true false false NO ACCESS
14 true false false NO ACCESS
15 true false false NO ACCESS
配置好BMC的网络和用户后,就可以通过浏览器登录服务器的管理界面,对设备进行日常的管理(通常用来做监控和故障诊断)。
边栏推荐
猜你喜欢

如何在智汀中實現智能鎖與燈、智能窗簾電機場景聯動?

LabVIEW计算相机图像传感器分辨率以及镜头焦距

SWT/ANR问题--StorageManagerService卡住

How to use Jieba participle in unity

RestCloud ETL实践之无标识位实现增量数据同步

手机edge浏览器无法打开三方应用
![[JS] [Nuggets] get people who are not followers](/img/cc/bc897cf3dc1dc57227dbcd8983cd06.png)
[JS] [Nuggets] get people who are not followers

Focusing on green and low carbon, data center cooling has entered a new era of "intelligent cooling"

pycharm 软件deployment 灰色 无法点

Pychart software deployment gray unable to point
随机推荐
Template: globally balanced binary tree
(translation) reasons why real-time inline verification is easier for users to make mistakes
详解数据治理知识体系
【毕业季·进击的技术er】--毕业到工作小结
UE4渲染管线学习笔记
House change for agricultural products? "Disguised" house purchase subsidy!
Analysis and solution of anr problems
C # generates PPK files in putty format (supports passphrase)
[JS] [Nuggets] get people who are not followers
开源基础软件公司,寻找一起创造未来的你(API7.ai)
How to learn and read code
LabVIEW计算相机图像传感器分辨率以及镜头焦距
如何在智汀中实现智能锁与灯、智能窗帘电机场景联动?
Leetcode 面试题 17.10. 主要元素
AI 边缘计算平台 - BeagleBone AI 64 简介
PMP是什麼?
go: finding module for package
[graduation season · advanced technology Er] - summary from graduation to work
Machine learning 9-universal approximator radial basis function neural network, examining PDA and SVM from a new perspective
centos 安装多个版本的php并切换