Versions Compared

Key

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

...

  • Optional abiquo.backup.policy.sync.delay property to set on the Abiquo Server in the abiquo.properties file.
    Specify , in milliseconds, how often to run the backup policy syncronizationsynchronization in milliseconds. The default value represents 24 hours. 

...

  • When you use Rubrik with vCloud Director

    • You must configure the endpoint in Rubrik properties

    • To create the Backup manager in Abiquo, you must enter Rubrik credentials and vCloud credentials separated by a hash ("#") or a custom separator configured in Rubrik properties

  • For Rubrik, Abiquo backup policies must have the policy Code set to a valid Rubrik SLA Domain (default or custom)

  • Users can add one backup policy only to a VM or they can request an immediate backup

...

The default Abiquo configuration includes the default Rubrik SLA Domains: Gold, Silver, and Bronze.

To use custom SLA domains, first create them in Rubrik.

...

To configure the Rubrik backup integration properties:

  1. Log in to the Abiquo Remote Services server. 

  2. Go to the /opt/abiquo/

...

  1. config folder and create a

...

  1.  rubrik.

...

  1. properties file. 

    1. Make the tomcat user the owner of this file. 

    • This is the default location, but you can configure another location of the file in Abiquo properties

  2. Edit this properties file and add properties as described in the following steps

  3. If you are using Rubrik with vCloud Director, you must set the endpoint for vCloud, for example:

    Code Block
    abiquo.rubrik.vcloud.endpoint=https://myvclouddirector.example.com
  4. For vCloud, configure each datacenter and its corresponding vCenter. Use the same index (integer) for a datacenter and its vCenter. The datacenter is the Name of an Abiquo public cloud region of the vCloud. To obtain the vCenter ID, obtain the Rubrik ID of a VM running on the vCenter from Rubrik. The format of the Rubrik ID is: VirtualMachine:::vCenterId-mobIdVM, so for example: VirtualMachine:::ee92b229-0dff-4632-b94e-eb9f581e1cff-vm-18662. In this case, the vCenter ID is ee92b229-0dff-4632-b94e-eb9f581e1cff. For example

    Code Block
    #abiquo.rubrik.infrastructure.datacenter.1=VCD Madrid Enterprise 1
    #abiquo.rubrik.infrastructure.vcenter.1=ee92b229-0dff-4632-b94e-eb9f581e1cff
  5. If you are using anything other than all three default Gold, Silver, and Bronze SLA domains, set the sla property to define ALL your domain names. The value of the sla property is a comma separated list. This list will replace the default domains.

    Code Block
    abiquo.backup.rubrik.sla=Gold,Platinum,Palladium
  6. You can add any of the other properties from the Rubrik configuration properties reference below as required. Don't forget to remove the hash

...

  1. #

...

  1. comment symbol from the start of each property. (smile) 

...

Configure Abiquo Properties

To activate the Rubrik plugin and define the location of the configuration file:

  1. Log in to the Abiquo Remote Services server

  2. Edit the abiquo.properties file. 

  3. Set the path to the plugin properties file using the following property.

    Code Block
    abiquo.backup.rubrik.config.path=/opt/abiquo/config/rubrik.properties
  4. Optionally, configure other rubrik properties for nars and virtualfactory as required:

    1. Abiquo configuration

...

    1. properties for nars

    2. Abiquo configuration

...

    1. properties for virtual factory

  1. Optionally,

...

  1. log in to the Abiquo API Server, and configure how often to run the backup policy synchronization check

    Code Block
    # Delay between executions of the backup policy check (milliseconds).
    # The default represents 24 hours.
    #abiquo.backup.policy.sync.delay=86400000

...

Configure all backup jobs with policy codes

...