oat-cli is an automatic deployment tool for products in the OceanBase Database ecosystem. Before deployment, install the RPM package of oat-cli on all servers for automatic deployment.
Background
Antman is a CLI tool (oat-cli for short) that supports quick and easy installation for peripheral tools of OceanBase Database, such as OceanBase Cloud Platform (OCP), OceanBase Migration Service (OMS), and OceanBase Developer Center (ODC). It also provides standard operating system configurations for OBServers. It can be deployed on physical servers with the x86_64 or AArch64 architecture, or on mainstream virtual machines (VMs). It runs in mainstream 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 OBServers to install oat-cli.