Quantcast
Channel: Veeam Support Knowledge Base
Viewing all articles
Browse latest Browse all 4362

Script to create active full backups on Veeam Availablity for Nutanix AHV 1.0

$
0
0

Challenge

Veeam Availability for Nutanix AHV 1.0 does not support scheduled active full backups. The feature will be implemented in the upcoming release. Until then, you can use the script described below.

Solution

To run the script that creates an active full backup for Veeam Availability for Nutanix AHV, do the following:
  1. Click Download Script at the bottom of this KB article to download the .zip archive with the script.
  2. Transfer the file to the Veeam Availability for Nutanix AHV (proxy appliance) server. Note that SSH is disabled on the proxy appliance server by default. To see how to enable SSH/SFTP, see the Security Considerations section of the Veeam Availability for Nutanix AHV User Guide.
  3. Log in to the shell terminal of the proxy appliance server.
  4. Install the script dependencies (make sure the backup proxy has an internet connection):
    $ sudo apt-get install python-requests
  5. Unpack the .zip archive using the unzip command:
    	$ unzip <the_zip_file_with-script>
  6. Make the script file executable:
    	$ chmod +x run_active_full.py
  7. Run the script:
$ ./run_active_full.py -j "backup_policy_name" -a backup_appliance_ip_address_or_hostname -u admin -p "password_of_admin_user_for_web_interface"

Where:

  • "backup_policy_name" is a backup job name in quotes.
  • backup_appliance_ip_address_or_hostname - the proxy appliance IP address or hostname. Make sure the hostname is resolved to an external IP address.
  • "password_of_admin_user_for_web_interface" - the password for admin user in quotes.

For example:

$ ./run_active_full.py -j "Backup policy" -a ahvproxy.local -u admin -p "W3bP@ssw0rd"

Use crontab to run the script on a defined schedule.

More Information

[[DOWNLOAD|DOWNLOAD SCRIPT|https://storage.veeam.com/tmp/File_03079_5cec1f3554.zip]]

MD5SUM - 6015e776ed316066bc6ea357ea5e62f5

Should you have any questions, contact Veeam Support.

Viewing all articles
Browse latest Browse all 4362

Trending Articles