Versions Compared

Key

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

Table of Contents

...

Code Block
languagejs
# Host name of the vCenter used with the Networker backup tool
abiquo.networker.vcenter.hostname=

# Optional port of the vCenter used with the Networker backup tool 
# Reloadable property
#abiquo.networker.vcenter.port=443

# List of hosts to define site A (which is the group of VMs on these hypervisors to back up), separated by commas.
# Enter hypervisor machine names, for example, "esxi1,example.com,esxi2.example.com".
# Reloadable property
abiquo.networker.siteA.hosts=

# List of hosts to define site B (which is the group of VMs on these hypervisors to back up), separated by commas.
# Enter hypervisor machine names, for example, "esxi3,example.com,esxi4.example.com".
# Reloadable property
abiquo.networker.siteB.hosts=


# Policy Name for on-demand backups without replication. 
# Reloadable property
abiquo.networker.backup.ondemand.policy=

# Policy Name for on-demand backups with replication. 
# Reloadable property
abiquo.networker.backup.ondemand.policy.replication=


# Workflow within a policy to back up to for replication of site A. 
# Reloadable property
abiquo.networker.backup.workflow.replicationA=

# Workflow within a policy to back up to for replication of site B. 
# Reloadable property
abiquo.networker.backup.workflow.replicationB=


# Track on-demand backup and restore operations at this interval
# in the configured time unit
#abiquo.networker.client.tracker.interval=1

# Fail on-demand backup and restore operations after no response
# in the configured time unit
#abiquo.networker.client.tracker.timeout=30

# Time unit for tracking on-demand backup and restore operations
#abiquo.networker.client.tracker.timeunit=minutes


# Duration to store cache of Networker data
#abiquo.networker.cache.expire.duration=90

# Time unit for duration to store cache of Networker data
#abiquo.networker.cache.expire.duration=minutes


# Period for reloading the properties that are reloadable to avoid tomcat restarts
#abiquo.networker.config.reload.period=60

# Time unit for period for reloading properties that are reloadable to avoid
# tomcat restarts
#abiquo.networker.config.reload.timeunit=minutes


# If true, log debug information for Networker client
#abiquo.networker.client.debuglog=false


# If true, verify SSL for Networker client
#abiquo.netwoker.client.verifyssl=false




# Optional results safety range time value
# Reloadable property
#abiquo.networker.results.safetyrange.amount=15


# Optional results safety range time unit
# Reloadable property
#abiquo.networker.results.safetyrange.chronounit=minutes


# Optional character to split users for backup system and vCenter (to restore undeployed VMs)
# Reloadable property
#abiquo.networker.credentials.splitter.user=#


# Optional character to split passwords for backup system and vCenter (to restore undeployed VMs)
# Reloadable property
#abiquo.networker.credentials.splitter.pass=#


Configure Abiquo Properties

To activate the Networker 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.
     

...

NameRequiredTypeDefault valueReloadable
abiquo.networker.backup.ondemand.policytrueString
true
abiquo.networker.backup.ondemand.policy.replicationtrueString
true
abiquo.networker.backup.workflow.replicationAtrueString
true
abiquo.networker.backup.workflow.replicationBtrueString
true
abiquo.networker.cache.expire.durationfalseLong90false
abiquo.networker.cache.expire.timeunitfalseTimeUnitminutesfalse
abiquo.networker.client.debuglogfalseBooleanfalsefalse
abiquo.networker.client.tracker.intervalfalseLong1false
abiquo.networker.client.tracker.timeoutfalseLong30false
abiquo.networker.client.tracker.timeunitfalseTimeUnitminutesfalse
abiquo.networker.client.verifysslfalseBooleanfalsefalse
abiquo.networker.config.reload.periodfalseLong60false
abiquo.networker.config.reload.timeunitfalseTimeUnitminutesfalse
abiquo.networker.credentials.splitter.passfalseString#true
abiquo.networker.credentials.splitter.userfalseString#true
abiquo.networker.results.safetyrange.amountfalseLong15true
abiquo.networker.results.safetyrange.chronounitfalseChronoUnitminutestrue
abiquo.networker.siteA (beta)trueString
true
abiquo.networker.siteA.hoststrueList
true
abiquo.networker.siteB (beta)trueString
true
abiquo.networker.siteB.hoststrueList
true
abiquo.networker.vcenter.hostnametrueString
false
abiquo.networker.vcenter.portfalseinteger443true


Description of plugin properties

...