Backup features
Pre-requisites
Veeam
Supported Versions: v7.0, v8.0, v9.0, v9.5
VConnect Backup feature works on top of Veeam Backup and Replication software suite.
Trial versions can be downloaded from: http://www.veeam.com/downloads/
Veeam licenses can be purchased from CLOUD ASSERT along with VConnect licenses. Contact support@cloudassert.com for details.
On the Veeam Server machine, enable access to WMI ports 5985 and 5986
Run the following commands on the Veeam Server machine:
winrm set winrm/config/winrs '@{MaxShellsPerUser="500"}'
Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell\Quotas\MaxShells -Value 500
Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell\Quotas\MaxShellsPerUser -Value 500
Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell32\Quotas\MaxShells -Value 500
Set-Item -Path WSMan:\localhost\Plugin\microsoft.powershell32\Quotas\MaxShellsPerUser -Value 500
Run the following commands on the machine where VConnect API Service will be installed:
winrm set winrm/config/client @{TrustedHosts ="powerShellMachine, veeamServer"}
Remember to replace ‘powerShellMachine’ and ‘veeamServer’ with correct values
Commvault
Supported Versions: v11
Trial versions can be downloaded from: https://www.commvault.com/demos-and-trials/vm-backup-and-recovery
Check here for the pre-requisites
On the Commvault server install web console: https://cloud.commvault.com/webconsole/softwarestore/store.do
Last updated