Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Edit the abiquo.properties file and set the following properties.

  1. On the Abiquo Server - Enable , enable VM duplicate names in different datacenters. See Configure Abiquo to capture VMs with duplicate names

    Code Block
    abiquo.virtualmachine.namesperdc=true


  2. On the Remote Services (question) Check that the nars server, set the NARS async pool property is set to , which must have a value of 1. Note that this is the default value for this integration

    Code Block
    abiquo.nars.async.pool.zerto.max=1


  3. Configure the network name prefixes for DRaaS networks, for recovery and failover tests. 

    1. Configure the prefix of the name of the vCenter network that recovered VMs will use. In Abiquo you must create an external network for each enterprise in the recovery vCenter with a name such as DraasnetEnterprise1. The first part of the network name is this property's value, and the second part is the value of an enterprise property with a key of "DR-code". 

      Code Block
      abiquo.draas.recovery.network.name=Draasnet


    2. Configure the default network used for failover tests by the DRaaS provider. The naming convention is the same as for the recovery network. 

      Code Block

...

    1. abiquo.draas.recovery.testnetwork.name=DraasTestnet
      


  1. Optionally configure recovery host details

    1. Default host name where the selected VMs will be recovered by the DRaaS provider. Accepts wildcard(*)

...

    1. to

...

    1. match any

...

    1. string

      Code Block
      abiquo.draas.recovery.cluster.name=*Cluster*

...


    1. Default datastore name that the VMs will use when recovered by the DRaaS provider.  Accepts wildcard(*)

...

    1. to

...

    1. match any

...

    1. string

      Code Block
      abiquo.draas.recovery.datastore.name=*datastore-local*

...


    1. Default folder name where the selected VMs will be recovered by the DRaaS provider. Accepts wildcard(*)

...

    1. to

...

    1. match any

...

    1. string

      Code Block
      abiquo.draas.recovery.folder.name=/

...


  1. Optionally configure protection group defaults (question) – could they manually set other values?
    1. Set default priority for the protection groups. This property can have the following values: Low, Medium, High.

      Code Block
      abiquo.draas.pg.priority=Medium

...


    1. Set default journal history for the protection groups in hours

      Code Block
      abiquo.draas.pg.journalhistory.hours=24

...


    1. Set default recovery point objective for the protection groups in hours

      Code Block
      abiquo.draas.pg.rpo.seconds=180

...


  1. Optionally configure the delay between synchronization of DRaaS in seconds

    Code Block
    abiquo.draas.check.delay.seconds=60