Veritas NetBackup™ for Nutanix Acropolis Hypervisor (AHV) Administrator's Guide
- Introduction to NetBackup for Acropolis Hypervisor (AHV)
- Prerequisites and things to consider before using the plug-in
- Downloading and installing the Nutanix plug-in
- Configuring NetBackup communication with AHV
- Configuring secure communication between the Nutanix Acropolis Hypervisor server and NetBackup host
- Adding a backup host to the NetBackup master server
- Configuring NetBackup policies for AHV
- Backup and recovery
- Back up the Nutanix AHV virtual machines
- Overview of the Nutanix AHV virtual machines recovery process
- Recovering a Nutanix AHV VM using the command line for Hypervisor policy
- Troubleshooting issues
- Appendix A. NetBackup commands to backup and restore Nutanix AHV virtual machines
- Appendix B. Protect Nutanix AHV virtual machines with BigData policy
Creating or modifying the rename file
Create or modify the rename file in the following scenarios:
Recover the VM to the original location with modified configuration
Recover the VM to an alternate location
Recover the VM to an alternate location with modified configuration
For additional information, See Planning the recovery of a Nutanix AHV VM.
If the rename file is not available, then you must create it and save it as rename.txt
on the NetBackup master server.
To set the alternate location or modify the configuration, add the following lines in the rename file in the given format:
Scenario | Line to add in the rename file |
---|---|
Overwrite the existing virtual machine | change overwriteexistingvm to true |
Create a new UUID instead of the existing one | change retainvmuuid to false Note: If you set the keyword to false, the new value is set automatically. |
Power on virtual machine after recovery | change poweronafterrecovery to true |
Remove network interfaces | change removenetworkinterfaces to false |
Retain the MAC address | change retainnicmacaddress to true Note: If you set the keyword to false, the new value is set automatically. |
Change Virtual Machine Name | change vmname to newVMname |
Recover the virtual machine to a different AHV cluster | Use the ALT_APPLICATION_SERVER keyword. For example, ALT_APPLICATION_SERVER=FQDN.altapp.server |
Recover the virtual machine to a different AHV container |
|
The following rename.txt
lets you change the VM name, VM UUID, and the MAC Address.
change vmname to newVMname change retainvmuuid to false change retainnicmacaddress to false
After making the required changes in the rename file, you can run the bprestore command. For more information, See Using the command line to recover Nutanix AHV virtual machines for BigData policy.
If you do not add the keywords in the rename file, the recovery process considers the following default values:
Keyword | Default value |
---|---|
poweronafterrecovery | false |
overwriteexistingvm | false |
removenetworkinterfaces | false |
retainvmuuid | true |
retainnicmacaddress |
|
vmname | no change |
ALT_APPLICATION_SERVER | no change |