Table of Contents |
---|
...
Design your backup system with sites, which can be two sites, or dual/stretched sites
For each site make a list of the hypervisor names (in Abiquo), e.g.
esxi1.example.com
,esxi2.example.com
, or if you are using vCenter clusters as physical machines, make a list of vCenter cluster names.Create one policy with multiple workflows – one workflow for each site using backup (with or without replication/clone action)
...
Configure Abiquo properties
To activate the NetWorker plugin and define the location of the configuration file:
Log in to the Abiquo Remote Services server
Edit the
abiquo.properties
file.Set the path to the plugin properties file using the following property.
...
Name | Default value | Required | Type | Reloadable | |
---|---|---|---|---|---|
abiquo.networker.backup.ondemand.policy | Policy name for on-demand backups without replication | String | |||
abiquo.networker.backup.ondemand.policy.replication | Policy Name for on-demand backups with replication | String | |||
abiquo.networker.backup.workflow.replicationA | Workflow within a policy to back up to for replication of site A | String | |||
abiquo.networker.backup.workflow.replicationB | Workflow within a policy to back up to for replication of site B | String | |||
abiquo.networker.backup.workflow.replicationC | Workflow within a policy to back up to for replication of site C | String | |||
abiquo.networker.backup.workflow.replicationD | Workflow within a policy to back up to for replication of site D | String | |||
abiquo.networker.cache.expire.duration | Duration to store cache of NetWorker data | 90 | Long | ||
abiquo.networker.cache.expire.timeunit | Time unit for duration to store cache of NetWorker data | minutes | TimeUnit | ||
abiquo.networker.client.debuglog | If true, log debug information for NetWorker client | false | Boolean | ||
abiquo.networker.client.timeout.connectionms | Optional timeouts for client to connect to NetWorker API, with default of 10 seconds. To disable the timeout, set the value to 0 | 10000 | Long | ||
abiquo.networker.client.timeout.readms | Optional timeouts for client to read from NetWorker API, with default of 10 seconds. To disable the timeout, set the value to 0 | 10000 | Long | ||
abiquo.networker.client.timeout.writems | Optional timeouts for client to write to NetWorker API, with default of 10 seconds. To disable the timeout, set the value to 0 | 10000 | Long | ||
abiquo.networker.client.tracker.interval | Track on-demand backup and restore operations at this interval | 1 | Long | ||
abiquo.networker.client.tracker.timeout | Fail on-demand backup and restore operations after no response in the configured time unit | 30 | Long | ||
abiquo.networker.client.tracker.timeunit | Time unit for tracking on-demand backup and restore operations | minutes | TimeUnit | ||
abiquo.networker.client.verifyssl | If true, verify SSL for NetWorker client | false | Boolean | ||
abiquo.networker.config.reload.period | Period for reloading the properties that are reloadable to avoid tomcat restarts | 60 | Long | ||
abiquo.networker.config.reload.timeunit | Time unit for period for reloading properties that are reloadable to avoid tomcat restarts | minutes | TimeUnit | ||
abiquo.networker.credentials.splitter.pass | Optional character to split passwords for backup system and vCenter (to restore undeployed VMs) | # | String | ||
abiquo.networker.credentials.splitter.user | Optional character to split users for backup system and vCenter (to restore undeployed VMs) | # | String | ||
abiquo.networker.results.safetyrange.amount | Optional results safety range time value | 15 | Long | ||
abiquo.networker.results.safetyrange.chronounit | Optional results safety range time unit | minutes | ChronoUnit | ||
abiquo.networker.siteA | Define storage of results for the site in Abiquo | String | |||
abiquo.networker.siteA.hosts | List of hosts to define site A, separated by commas. Enter the machine names of the hypervisors (for example, "esxi1.example.com,esxi2.example.com") that contain the VMs to back up. Or if you are using vCenter clusters as physical machines, enter the vCenter cluster name (for example, "vCenter-cluster1.example.com-domain-c1"). | List | |||
abiquo.networker.siteB | Define storage of results for the site in Abiquo | String | |||
abiquo.networker.siteB.hosts | List of hosts to define site B, separated by commas. Enter the machine names of the hypervisors (for example, "esxi3.example.com,esxi4.example.com") that contain the VMs to back up. Or if you are using vCenter clusters as physical machines, enter the vCenter cluster name (for example, "vCenter-cluster2.example.com-domain-c2"). | List | |||
abiquo.networker.siteC | Define storage of results for the site in Abiquo | String | |||
abiquo.networker.siteC.hosts | List of hosts to define site C, separated by commas. Enter the machine names of the hypervisors (for example, "esxi5.example.com,esxi6.example.com") that contain the VMs to back up. Or if you are using vCenter clusters as physical machines, enter the vCenter cluster name (for example, "vCenter-cluster3.example.com-domain-c3"). | List | |||
abiquo.networker.siteD | Define storage of results for the site in Abiquo | String | |||
abiquo.networker.siteD.hosts | List of hosts to define site D, separated by commas. Enter the machine names of the hypervisors (for example, "esxi7.example.com,esxi8.example.com") that contain the VMs to back up. Or if you are using vCenter clusters as physical machines, enter the vCenter cluster name (for example, "vCenter-cluster4.example.com-domain-c4"). | List | |||
abiquo.networker.vcenter.hostname | Host name of the vCenter used with the NetWorker backup tool | String | |||
abiquo.networker.vcenter.port | Optional port of the vCenter used with the NetWorker backup tool | 443 | integer |
...