JSON file for creating the replication link

Here’s the content of the JSON file that creates a replication link named MA-CA. The name of the file is LinkMA-CA.json.

{
   "name" : "MA-CA",
   "description" : "Active/active link between systems in MA and CA",
   "type" : "ACTIVE_ACTIVE",
   "connection" : {
     "remoteHost" : "replication.admin.hcp-ca.example.com"
   },
   "compression" : false,
   "encryption" : false,
   "priority" : "OLDEST_FIRST",
   "failoverSettings" : {
     "remote" : {
       "autoFailover" : true,
       "autoFailoverMinutes" : 60
   },
     "local" : {
       "autoFailover" : true,
       "autoFailoverMinutes" : 60
     }
   }
}

Trademarks and Legal Disclaimer

© 2017 Hitachi Data Systems Corporation. All rights reserved.