Rate This Document
Findability
Accuracy
Completeness
Readability

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.

  1. 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.

  2. Create an oceanbasev3 folder and upload all RPM packages to it.
    1
    2
    mkdir oceanbasev3
    cd oceanbasev3
    
  3. 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
  4. 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.

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