Before deployment, make sure you have obtained the images and installation packages required for each product, which will be used for subsequent installation and deployment.
Note
You can download the installation packages for OceanBase Database and its related tools, drivers, and middleware from OceanBase Download Center. If you cannot find the installation packages for the corresponding version, contact OceanBase Technical Support.
The images and installation packages used for deploying the OceanBase cluster are shown in the table below:
Note
When you deploy an OceanBase cluster by using the CLI, you do not need to obtain the images or installation packages for OceanBase Cloud Platform (OCP).
| Product |
Component |
Description |
Installation package/Image |
| OceanBase Admin Toolkit (OAT) |
OAT docker image or oat-all-in-one installation package.
Note
- We recommend that you install OAT by using the oat-all-in-one installation package in a new environment.
- The oat-all-in-one package provides Docker, OAT, MetaDB, NLB images, and commonly used tool packages.
|
Installs OAT. |
- OAT docker image:
- X86_64: oat_x.x.x_xxxxxxxx_x86.tgz
- ARM_64: oat_x.x.x_xxxxxxxx_arm.tgz
- oat-all-in-one installation package:
- X86_64: oat-all-in-one-x86-411.tar
- ARM_64: oat-all-in-one-arm-411.tar
|
| OceanBase Cloud Platform (OCP) |
OCP docker image. |
Deploys OCP. |
- X86_64: ocpxxx.tar.gz
- ARM_64: ocpxxx.arm.tar.gz
|
MetaDB docker image.
Notice
If you install OAT by using the OAT docker image, you must provide the MetaDB docker image when you deploy OCP.
|
Deploys OCP MetaDB and MonitorDB. |
- X86_64: meta_xxxxxx_xxxxxx_x86_xxxxxxxx.tgz
- ARM_64: meta_xxxxxx_xxxxxx_arm_xxxxxxxx.tgz
|
| OceanBase Database |
OceanBase RPM package. |
Deploys an OceanBase cluster. |
- X86_64:
- el7: oceanbase-x.x.x.x-xxxxxxxxxxxxxxxxxx.el7.x86_64.rpm
- al8: oceanbase-x.x.x.x-xxxxxxxxxxxxxxxxxx.al8.x86_64.rpm
- ARM_64:
- el7:
- Enabled LSE (default): oceanbase-x.x.x.x-xxxxxxxxxxxxxxxxxx.el7.aarch64.rpm
- Disabled LSE: oceanbase-x.x.x.x-xxxxxxxxxxxxxxxxxx.nonlse.el7.aarch64.rpm
For more information about LSE, see FAQ.
- al8: oceanbase-x.x.x.x-xxxxxxxxxxxxxxxxxx.al8.aarch64.rpm
Note
- For Rocky Linux 9 and Alibaba Cloud Linux 3, we recommend that you use the al8 RPM package.
- For operating systems with Linux Kernel 5.10 or later (glibc >= 2.32), we recommend that you use the al8 RPM package.
- For operating systems with Linux Kernel earlier than 5.10, we recommend that you use the el7 RPM package.
|
| (Optional) OceanBase Database Proxy (ODP) |
ODP RPM package. |
Deploys the proxy service. |
- X86_64:
- el7: obproxy-x.x.x.x-xxxxxxxxxxxxxx.el7.x86_64.rpm
- al8: obproxy-x.x.x.x-xxxxxxxxxxxxxx.al8.x86_64.rpm
- ARM_64:
- el7: obproxy-x.x.x.x-xxxxxxxxxxxxxx.el7.aarch64.rpm
- al8: obproxy-x.x.x.x-xxxxxxxxxxxxxx.al8.aarch64.rpm
Note
- For Rocky Linux 9 and Alibaba Cloud Linux 3, we recommend that you use the al8 RPM package.
- For operating systems with Linux Kernel 5.10 or later (glibc >= 2.32), we recommend that you use the al8 RPM package.
- For operating systems with Linux Kernel earlier than 5.10, we recommend that you use the el7 RPM package.
|