oat-cli is a tool that automates the deployment of products within the OceanBase Database ecosystem. To ensure successful deployment, install the RPM package of oat-cli on all servers first.
Background
oat-cli, also known as Antman, is a CLI tool that facilitates the easy and efficient installation of peripheral tools for OceanBase Database, including OceanBase Cloud Platform (OCP), OceanBase Migration Service (OMS), and OceanBase Developer Center (ODC). In addition, it provides standard operating system configurations for OBServer nodes. It can be deployed on physical servers with x86_64 or AArch64 architecture, as well as mainstream virtual machines running Linux operating systems.
Procedure
Copy the oat-cli installation package to a server.
Log on to the server as the root user and run the following command to install oat-cli:
To obtain the latest oat-cli installation package, contact OceanBase Technical Support.
x86_64 platform:
[root@hostname /]# rpm -ivh t-oceanbase-antman-x.x.x-xxxxxxx.alios7.x86_64.rpmAArch64 platform:
[root@hostname /]# rpm -ivh t-oceanbase-antman-x.x.x-xxxxxxx.alios7.aarch64.rpm
Repeat steps 1 and 2 on all OBServer nodes to install oat-cli.