Installing OceanBase 3.1.5
To install OceanBase 3.1.5, download the RPM packages from the official website and install them. Select an appropriate OceanBase version based on the actual environment.
- Go to the OceanBase Download Center to download the RPM packages related to OceanBase 3.1.5, and copy the downloaded installation packages to the server.
For details about the download link, see Environment Requirements.
- Create an oceanbasev3 folder and upload all RPM packages to it.
1 2
mkdir oceanbasev3 cd oceanbasev3
- Install OBD and OBClient.
rpm -ivh ob-deploy-2.3.1-2.el7.aarch64.rpm rpm -ivh obclient-2.2.3-1.el7.aarch64.rpm
- After the installation, run either of the following commands to check whether the installation is successful:
which obd
or
which obclient
If the OBD path is displayed, the installation is successful.

- Disable the remote repository of OBD.
obd mirror disable remote
- Add the downloaded installation package to the local image managed by OBD.
obd mirror clone *.rpm
- Query the list of all installation packages in the local image repository managed by OBD.
obd mirror list local

Parent topic: Installing OceanBase