Page tree
Skip to end of metadata
Go to start of metadata

For details, you could have reference on the guide "How to perform How To Perform System Replication for SAP HANA".

Using HANA studio 

  1. Perform backup on primary
  2. Primary Host: Enable system replication

     







  3. Stop secondary DB 
  4. Secondary : Register secondary system

     

  5.  



  6.  



 

Using command line tool hdbnsutil: 
  1. Primary : 

    hdbsql BACKUP DATA USING FILE ('<path><prefix>')

  2. Primary:

    hdbnsutil -sr_enable --name=SITEA

  3. Secondary: 

    sapcontrol –nr <instance_number> -function StopSystem HDB
    hdbnsutil -sr_register 
    --remoteHost=<primary hostname>
    --remoteInstance=<instance number>
    --replicationMode=<sync|syncmem|async>
    --operationMode=<delta_datashipping|logreplay>
    --name=SITEB

  4. Secondary: 

    sapcontrol –nr <instance_number> -function StartSystem HDB

 

  • No labels