摘要: 1、ipmitool(IPMI Tool)是一个开源的命令行实用程序,用于与基于IPMI(Intelligent Platform Management Interface)协议的远程管理控制器(RMC)通信。IPMI是一种硬件标准,它定义了一组接口和协议,用于管理和监控服务器等计算机系统。通过IP 阅读全文
posted @ 2023-04-03 16:33 Star*S 阅读(3220) 评论(0) 推荐(0) 编辑
摘要: 1、查看用户清单ipmitool user list 12、创建用户ipmitool user set name 3 test3、设置密码ipmitool user set password 3 Test@123 4、给用户权限ipmitool channel setaccess 1 3 calli 阅读全文
posted @ 2023-04-03 16:29 Star*S 阅读(574) 评论(0) 推荐(0) 编辑
摘要: # -*-encoding:utf-8 -*- """ @Time : 2022/12/30 10:10 @Auth : ruqing @File :ssh_sonic.py @IDE :PyCharm @Motto:ABC(Always Be Coding) """ import sys, log 阅读全文
posted @ 2023-04-03 16:25 Star*S 阅读(195) 评论(0) 推荐(0) 编辑