安装
- 在 OCP 服务器节点上,执行以下命令,获取脚本帮助。
cd /root/t-oceanbase-antman
./install.sh -h
Usage: ./install.sh [OPTIONS]
Options:
-h, --help Print help and exit
-d, --debug Print debug information
-V, --version Print version
-i, --install-steps string For example 1,3-5,7-
-c, --clear-steps string For example 1,3-5,7-
-f, --config-file string Read in a config file
-l, --load-balance dns | haproxy
Steps:
1. ssh authorization
2. install load balancer (default: dns)
3. install ob server
4. init ocp metadb
5. install temp OCP
6. install obproxy
7. install OCP
8. POSTCHECK
9. install OMS (optional)
10. install ODC (optional)
根据返回结果,确认 OCP的安装步骤为1-8。
- 执行以下命令,安装 OCP。
# n-m 执行第n步到第m步,-c 清除步骤,-s 安装步骤 -f 指定使用文件
bash install.sh -i 1-8
异常处理
如果某一步部署失败了,只需要清除当前失败的步骤,根据日志的报错内容修复后,从当前步骤继续安装。
例如,第5步安装失败了,查看日志,由于配置文件配置错误,只需要修改正确后,执行以下命令:
bash install.sh -c 5 -i 5-
如果日志中返回如下信息,则表示 OCP 的部署即已完成。
[2020-02-11 22:53:20.978315] INFO [xxx.xxx.xxx.xxx post_check_ocp_service start]
[2020-02-11 22:53:20.980821] INFO [Curl xxx.xxx.xxx.xxx -> http://xxx.xxx.xxx.xxx:8080/services?Action=GetObProxyConfig&User_ID=admin&UID=alibaba]
[2020-02-11 22:53:21.194190] INFO [xxx.xxx.xxx.xxx: post_check_ocp_service done]
[2020-02-11 22:53:21.201536] INFO [step8: post check done]