您需要使用 oat-cli 修改各服务器的部署环境配置。
添加 admin 用户
为便于后续维护,部署前,您需要为每台服务器添加 admin 用户。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -u
修改操作系统内核配置
OCP 服务器
执行以下命令,对每台 OCP 服务器进行设置。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -c -r ocp
OBServer 服务器
执行以下命令,对每台 OBServer 服务器进行设置。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -c -r ob
安装依赖包
OCP 服务器
在每台 OCP 服务器执行以下命令,安装依赖包。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -m -r ocp
OBServer 服务器
在每台 OBServer 服务器执行以下命令,安装依赖包。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -m -r ob
OCP 与 OMS 服务器安装 Docker
在 OCP 与 OMS 服务器上执行以下命令,安装 Docker。
[root@hostname /]# cd /root/t-oceanbase-antman/clonescripts
[root@hostname clonescripts]# ./clone.sh -i