摘要:
Centos6安装依赖 yum install -y autoconf automake libtool pkg-config openssl-devel pam-devel libjpeg-devel fuse-devel TurboJPEG libX11-devel libXfixes-deve 阅读全文
posted @ 2023-12-08 11:25
LEAUS
阅读(264)
评论(0)
推荐(0)
摘要:
查看版本列表 awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg 查看当前配置 grub2-editenv list 按照版本列表中的序号设置默认启动项目 grub2-set-default 1 重启让节点从设定的版本启动 阅读全文
posted @ 2023-12-08 11:18
LEAUS
阅读(200)
评论(0)
推荐(0)
摘要:
查看gmetad状态systemctl status gmetad有如下报错 Process XML (my_cluster): XML_ParseBuffer() error at line 203: 经过执行命令删除前四行提示符后,找到对应的行数,发现machine_type部分为乱码 teln 阅读全文
posted @ 2023-12-08 11:14
LEAUS
阅读(16)
评论(0)
推荐(0)
摘要:
安装参考xcat docker部署使用,已添加esxi支持 https://www.cnblogs.com/leaus/p/17884674.html 编辑hosts表添加ip和主机名对应 vi /etc/hosts 192.168.1.101 node01 192.168.1.102 node02 阅读全文
posted @ 2023-12-08 11:06
LEAUS
阅读(212)
评论(0)
推荐(0)
摘要:
已打包到docker镜像 docker pull leaus/xcat:2.14.6 #soft version:2.14.6 #os version :centos7.6.1610 本镜像仅适用于centos7以上系统,支持docker共用宿主机网络 宿主机不能存在tftpd、dhcpd、http 阅读全文
posted @ 2023-12-08 10:47
LEAUS
阅读(103)
评论(0)
推荐(0)
摘要:
创建额外配置文件 chdef -t osimage centos7.3-x86_64-install-compute-SN850 imagetype=linux osarch=x86_64 osdistroname=centos7.3-x86_64 osname=Linux osvers=cento 阅读全文
posted @ 2023-12-08 10:22
LEAUS
阅读(254)
评论(0)
推荐(0)
摘要:
0、关闭selinux、iptables并配置hosts(这里关闭了防火墙,有特殊需要也可以开启) sed -i 's/^SELINUX*=.*$/SELINUX=disabled/g' /etc/selinux/config service iptables stop chkconfig --le 阅读全文
posted @ 2023-12-08 10:19
LEAUS
阅读(794)
评论(0)
推荐(0)