This topic describes how to upload the installation packages of OceanBase products to the server where OceanBase Admin Toolkit (OAT) is installed.
Before you use OAT to deploy OceanBase Cloud Platform (OCP), OceanBase Migration Service (OMS), OceanBase Developer Center (ODC), or OceanBase Database Proxy (ODP), you must upload the product installation packages to the server where OAT is installed. The installation packages can be .tar or .tar.gz image files.
After you install OAT, it automatically creates directories named after product names in the /oat/data_dir/images directory. You need to upload installation packages to these directories. For example, you need to upload the OCP installation package named ocp.tar to the /oat/data_dir/images/ocp directory.
To obtain installation packages of the required versions, contact OceanBase Technical Support.
To deploy OCP, you must upload the OCP image and the OCP MetaDB image to the server where OAT is installed.
In the following command,
oat_serverindicates the IP address of the server where OAT is installed.Note
To use the Domain Name System (DNS) mode in three-node OCP deployment, you must also obtain the DNS image.
[root@hostname /]# scp ./ocp.tar <oat_server>:/oat/data_dir/images/ocp/ocp.tar [root@hostname /]# scp ./metadb.tar <oat_server>:/oat/data_dir/images/observer/observer.tar [root@hostname /]# scp ./dns.tar <oat_server>:/oat/data_dir/images/dns/dns.tarTo deploy ODC, you must upload an ODC image to the server where OAT is installed.
In the following command,
oat_serverindicates the IP address of the server where OAT is installed.[root@hostname /]# scp ./odc.tar <oat_server>:/oat/data_dir/images/odc/odc.tarTo deploy OMS, you need to upload the images of OMS and InfluxDB to the server where OAT is installed.
In the following command,
oat_serverindicates the IP address of the server where OAT is installed.[root@hostname /]# scp ./oms.tar <oat_server>:/oat/data_dir/images/oms/oms.tar [root@hostname /]# scp ./influxdb_1.8.tar <oat_server>:/oat/data_dir/images/oms/influxdb_1.8.tgzTo deploy ODP, you need to upload the images of the ODP console and ODP server to the server where OAT is installed.
In the following command,
oat_serverindicates the IP address of the server where OAT is installed.[root@hostname /]# scp ./console.tar <oat_server>:/oat/data_dir/images/odpconsole/console.tar [root@hostname /]# scp ./server.tar <oat_server>:/oat/data_dir/images/odpserver/server.tar