Before you use the OceanBase Admin Toolkit (OAT) to deploy OceanBase Cloud Platform (OCP), OceanBase Migration Service (OMS), or OceanBase Developer Center (ODC), you must upload the installation packages required by each product to the OAT server.
After you install OAT, it automatically creates directories named after these components in the /oat/data_dir/images directory. You need to upload the .tar installation packages to these directories. For example, you need to upload the OCP installation package ocp.tar to the /oat/data_dir/images/ocp directory.
Contact technical support to obtain the installation packages of your required versions.
For OCP deployment, you must upload the following images to the server where OAT is installed: the OCP image, image of OBProxy for OCP MetaDB, and image of OceanBase for OCP MetaDB.
In the following commands,
oat_serverindicates the IP address of the server where OAT is deployed. NoteTo use the DNS mode in a three-node OCP deployment, you must also prepare the DNS installation package.
[root@hostname /]# scp ./ocp.tar <oat_server>:/oat/data_dir/images/ocp/ocp.tar [root@hostname /]# scp ./obproxy.tar <oat_server>:/oat/data_dir/images/obproxy/obproxy.tar [root@hostname /]# scp ./observer.tar <oat_server>:/oat/data_dir/images/observer/observer.tar [root@hostname /]# scp ./dns.tar <oat_server>:/oat/data_dir/images/dns/dns.tar
For ODC deployment, 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 deployed.[root@hostname /]# scp ./odc.tar <oat_server>:/oat/data_dir/images/odc/odc.tar
For OMS deployment, you must upload an OMS image to the server where OAT is installed.
In the following command,
oat_serverindicates the IP address of the server where OAT is deployed.[root@hostname /]# scp ./oms.tar <oat_server>:/oat/data_dir/images/oms/oms.tar