Table of Contents |
---|
...
- Design your backup system with two sites
- For each site make a list of the hypervisor names (ein Abiquo), e.g. esxi1.example.com, esxi2.example.com)
- Create one policy with two workflows – one workflow for each site using backup (with or without replication/clone action),
- The Abiquo integration supports Complete backups only and it does not manage Networker policies.
...
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 | Required | Type | Default value | Reloadable |
---|---|---|---|---|
abiquo.networker.backup.ondemand.policy | true | String | true | |
abiquo.networker.backup.ondemand.policy.replication | true | String | true | |
abiquo.networker.backup.workflow.replicationA | true | String | true | |
abiquo.networker.backup.workflow.replicationB | true | String | true | |
abiquo.networker.cache.expire.duration | false | Long | 90 | false |
abiquo.networker.cache.expire.timeunit | false | TimeUnit | minutes | false |
abiquo.networker.client.debuglog | false | Boolean | false | false |
abiquo.networker.client.tracker.interval | false | Long | 1 | false |
abiquo.networker.client.tracker.timeout | false | Long | 30 | false |
abiquo.networker.client.tracker.timeunit | false | TimeUnit | minutes | false |
abiquo.networker.client.verifyssl | false | Boolean | false | false |
abiquo.networker.config.reload.period | false | Long | 60 | false |
abiquo.networker.config.reload.timeunit | false | TimeUnit | minutes | false |
abiquo.networker.credentials.splitter.pass | false | String | # | true |
abiquo.networker.credentials.splitter.user | false | String | # | true |
abiquo.networker.results.safetyrange.amount | false | Long | 15 | true |
abiquo.networker.results.safetyrange.chronounit | false | ChronoUnit | minutes | true |
abiquo.networker.siteA (beta) | true | String | true | |
abiquo.networker.siteA.hosts | true | List | true | |
abiquo.networker.siteB (beta) | true | String | true | |
abiquo.networker.siteB.hosts | true | List | true | |
abiquo.networker.vcenter.hostname | true | String | false | |
abiquo.networker.vcenter.port | false | integer | 443 | true |
Description of plugin properties
...