摘要: 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) 编辑
摘要: 拓扑图后期添加 交换机A配置: Console#show running-configBuilding running configuration. Please wait...!!vlan database VLAN 1 name DefaultVlan media ethernet vlan 1 阅读全文
posted @ 2023-02-27 16:15 Star*S 阅读(314) 评论(0) 推荐(0) 编辑
摘要: https://haicoder.net/docker/docker-ubuntu-install.html 阅读全文
posted @ 2022-12-28 14:16 Star*S 阅读(9) 评论(0) 推荐(0) 编辑
摘要: 1、打开文件vim /etc/bash.bashrc(root下操作)2、找到下面几行 3、去掉前面的#号 4、最后source /etc/bash.bashrc即可 阅读全文
posted @ 2022-12-28 14:13 Star*S 阅读(3456) 评论(0) 推荐(1) 编辑
摘要: 安装方法,参考 https://blog.csdn.net/frankgy01/article/details/127936367 https://www.cnblogs.com/yangzp/p/16932270.html https://blog.csdn.net/qq_40279964/art 阅读全文
posted @ 2022-12-22 16:29 Star*S 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1、确保每台机器上有docker http://get.daocloud.io/#install-docker 2、关闭 每台机器上的swap,selinux swapoff -a setenforce 0 sed -i 's/^SELINUX=enforcing$/SELINUX=disable/ 阅读全文
posted @ 2022-12-22 16:26 Star*S 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 通过yum安装docker-ce报错,是因为本机安装过多次造成的,如下所示,需要解决掉冲突依赖,从新安装 1 从 https://mirrors.aliyun.com/docker-ce/linux/centos/gpg 检索密钥 2 导入 GPG key 0x621E9F35: 3 用户ID : 阅读全文
posted @ 2022-12-21 16:17 Star*S 阅读(770) 评论(0) 推荐(0) 编辑
摘要: 1、 curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo执行命令,一直没有成功 2、检查是否ping的通百度,结果没有反应,修改network配置文件 阅读全文
posted @ 2022-12-07 20:49 Star*S 阅读(243) 评论(0) 推荐(0) 编辑