摘要: 先使用管理员用户做前期的准备,后面都是使用ceph用户进行安装。 设置主机名 设置主机名映射 关闭防火墙 关闭selinux 安装ntp服务同步 shell yum install y ntp vi /etc/ntp.conf 注释 的几行,在下面添加 。 systemctl enable ntpd 阅读全文
posted @ 2021-07-02 16:06 jiaxzeng 阅读(188) 评论(0) 推荐(0)
摘要: 先使用管理员用户做前期的准备,后面都是使用ceph用户进行安装。 设置主机名 设置主机名映射 关闭防火墙 关闭selinux 安装ntp服务同步 shell yum install y ntp vi /etc/ntp.conf 注释 的几行,在下面添加 。 systemctl enable ntpd 阅读全文
posted @ 2021-07-02 15:49 jiaxzeng 阅读(395) 评论(0) 推荐(0)
摘要: #!/bin/bash source ~/admin-openrc UserHelp() { cat <<EOF # Disable the security rules and ports of the cloud host Usage: ./disablePort.sh <network> se 阅读全文
posted @ 2021-07-02 10:03 jiaxzeng 阅读(255) 评论(0) 推荐(0)