Updated on 2023-05-29 GMT+08:00

Replicating HANA Database

  1. Create an ECS for the target HANA database on HUAWEI CLOUD Console based on the delivery LLD.
  2. Install the HANA database and upgrade it to the target version. The version must be no earlier than the HANA version of the source system.
  3. Configure the SR data synchronization between the source database and the target database on the backend.

    hdbnsutil -sr_enable --name=[Server name of the target HANA DB]    //(Source HANA DB execution)
    hdbnsutil -sr_register --remoteHost=[Server name of the target HANA DB] --remoteInstance=00 --replicationMode=sync  --name=[Server name of the source HANA DB]      //(Target HANA DB execution)
    HDB start  //(Target HANA DB execution)