随笔分类 -  操作系统

操作系统
摘要:## 安装ipmi工具 ``` yum -y install ipmitool ``` 加载模块 ``` modprobe ipmi_si && modprobe ipmi_devintf && modprobe ipmi_msghandler ``` 查看模块 ``` lsmod |grep ip 阅读全文
posted @ 2023-06-21 16:24 埋头*代码 阅读(2901) 评论(0) 推荐(0)