ipmitool运维工具

查看ipmi信息

ipmitool lan print 1

ipmitool fru list

  1. 如何查询BMC地址(ipmitool lan print 1 不行的话,使用ipmitool lan print 2)

ipmitool lan print 2|grep "IP Address"

IP Address Source : BIOS Assigned Address

IP Address : 10.xx.xx.94

Subnet Mask : 255.255.254.0

MAC Address : 8c:0:xx:7e:32:f7

  1. 如何查询品牌、型号、序列号

ipmitool fru list

FRU Device Description : Chassis (ID 2)

Chassis Type : Blade Enclosure

Chassis Extra : CX400M4R1

Product Manufacturer : FUJITSU

Product Name : PRIMERGY CX400 M4

Product Part Number : S26361-K1614-V100

Product Serial : MAMA003404

Product Asset Tag : 02

Product Extra : 9c9xxx

获取序列号

dmidecode |grep 'Serial Number'

获取品牌

ipmitool fru list|grep "Board Mfg"

获取型号

ipmitool fru list|grep -A 10 "ID 2"|grep "Product Name"

  1. 如何查看MAC地址

ifconfig mgmt0

mgmt0: flags=6211<UP,BROADCAST,RUNNING,SLAVE,MULTICAST> mtu 1500

ether b4:96:xx:3b:e7:6e txqueuelen 6000 (Ethernet)

4.修改ipmi admin密码

ipmitool -I lanplus -H 10.xx.xx.68 -U admin -P qpxxxx. user list

ipmitool -I lanplus -H 10.xx.xx.68 -U admin -P qpxxxx.user set password 1 admin

曙光物理机修改ipmi admin密码

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P xxx user list

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P xxx user set name 2 Admin

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P xxx user set password 2 Admin@9000

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P Admin@9000 user set name 3 admin

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P Admin@9000 user set password 3 admin

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P Admin@9000 user priv 3 4

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P Admin@9000 user enable 3

ipmitool -I lanplus -H 10.xx.xx.xx -U admin -P Admin@9000 channel setaccess 1 3 callin=on ipmi=true link=on privilege=4

5.强制设置从pxe启动

ipmitool -I lanplus -U admin -P "admin" -H 10.xx.xx.68 power on

ipmitool -I lanplus -U admin -P "admin" -H 10.xx.xx.68 chassis bootdev pxe;

sleep 1

ipmitool -I lanplus -U admin -P "admin" -H 10.xx.xx.68 power reset

相关推荐
lsh曙光2 小时前
playbook剧本(2)--Ansible变量
linux·运维·网络
ly76893 小时前
Docker 从入门到实践:镜像、容器、Dockerfile 与 Docker Compose 详解
运维·docker·容器
用户3169353811833 小时前
ry.bat和ry.sh部署
运维
mennekes4 小时前
自动化产线临时配电:明装工业插座 vs 面板式工业插座 vs 模块化插座箱取舍
运维·科技·安全·制造
tedcloud1234 小时前
book-to-skill 怎么部署?把技术书和项目文档变成 AI Agent 可复用知识
linux·运维·服务器·人工智能·开源
旗开得胜马到成功4 小时前
SK海力士SSD售后翻车:企业备份介质裸奔风险与中科热备技术选型拆解
运维·服务器·网络
7177774 小时前
厘清 Gitee Test 能力边界:测试管理、自动化与 DevSecOps 协同路径
运维·gitee·自动化
brian00315 小时前
虚拟机vmware文件的后缀名汇总介绍
运维·vmware·后缀名
2301_800954995 小时前
Linux 常用系统信息与进程管理命令速查
linux·运维·服务器
ITyunwei09875 小时前
CPU 100% 排查实战复盘:4步从确认到根治(附命令)
运维·企业微信