Veritas NetBackup™ for VMware Administrator's Guide
- Introduction
- Required tasks: overview
- Notes and prerequisites
- Configure NetBackup communication with VMware
- Adding NetBackup credentials for VMware
- Configure NetBackup policies for VMware
- VMware backup options
- Exclude Disks tab
- Configure a VMware Intelligent Policy
- Reduce the size of backups
- Back up virtual machines
- Use Accelerator to back up virtual machines
- Restore virtual machines
- Restoring the full VMware virtual machine
- Virtual Machine Recovery dialog boxes (restore to original location)
- Virtual Machine Recovery dialogs boxes (restore to alternate location)
- Restoring VMware virtual machine disks by using Backup, Archive, and Restore
- Restoring VMware virtual machine disks by using NetBackup commands
- Restoring individual VMware virtual machine files
- Browse and search virtual machines for restore
- Restore virtual machines with Instant Recovery
- Use NetBackup for vCloud Director
- Virtual machine recovery dialog boxes for vCloud Director
- Best practices and more information
- Troubleshooting
- Appendix A. NetBackup commands to back up and restore virtual machines
- Using NetBackup commands to create a VMware policy
- Appendix B. Configuring services for NFS on Windows
- About configuring services for NFS on Windows 2012 or 2016 (NetBackup for VMware)
- About configuring services for NFS on Windows 2008 and 2008 R2 (NetBackup for VMware)
- Appendix C. The Reuse VM selection query results option
- Appendix D. Backup of VMware raw devices (RDM)
Using the nbrestorevm command to restore virtual machines into vCloud Director
To search the virtual environment for VMs, use the nbdiscover command.
See Using the nbdiscover command to search the virtual environment.
To restore the virtual machines, run nbrestorevm on the master server or backup host. The nbrestorevm command is located in the following directory:
UNIX and Linux:
/usr/openv/netbackup/bin/nbrestorevm
Windows:
install_path\NetBackup\bin\nbrestorevm.exe
The following command options are used in these examples:
- vmw
Required for all VMware virtual machine restores.
-vcd
Required for all virtual machine restores into vCloud.
- C virtual_machine_to_restore
The VM name must match the type of name that was selected in the -C option.
option of the backup policy. For example, if the VM was backed up by its VM display name, specify the display name on the-R absolute_path_to_rename_file
Restores to a different location. The entries that are required in the rename file depend on the destination for the restore. See each example in this topic. Further notes are available on the rename file:
See The
nbrestorevm -R
rename file for restoring virtual machines.-vcdovw
Overwrites an existing vApp.
-vcdrte
Restores to an existing vApp. (If this option is set but the vApp does not exist, the restore fails.)
-vcdtemplate
Restores a vApp as a template.
-vcdlfree
Restores to the datastore that has the most free space.
-vcdremv
Removes a vApp after capture to a template.
-vmid
Retains the BIOS UUID of the original virtual machine.
-vmInstanceId
Retains the Instance UUID of the original virtual machine (note that the Instance UUID is a vCenter specific unique identifier of a virtual machine).
nbrestorevm -vmw -vcd -C VM_to_restore -vcdrte -O -vmInstanceId
The -O option overwrites the VM.
nbrestorevm -vmw -vcd -C VM_to_restore -vcdrte -O -vmid
The -O option overwrites the VM, and the -vmid option retains the original Instance UUID.
nbrestorevm -vmw -vcd -C VM_to_restore -vcdrte -O -vmInstanceId
The -O option overwrites the VM, and the -vmInstanceId option retains the original Instance UUID.
nbrestorevm - vmw - vcd - C VM_to_restore - vcdovw
The - vcdovw option deletes the vApp and the VMs inside it, and creates a new vApp.
Note:
For restore to the original location, you must use either the - vcdovw option or the - O option.
nbrestorevm - vmw - vcd - C VM_to_restore - vcdovw
Note:
To restore a VM that resides in a vApp template to its original location, use the - vcdovw option. If you use - O option, the restore fails with status 2820.
nbrestorevm - vmw - vcd - C VM_to_restore - R absolute_path_to_rename_file - vcdrte
For the -R rename file, create a text file with the following entries. These entries describe the restore location. Replace the italicized values with the actual values:
change vcdvapp to new_vcdvapp change orgvdc to new_organization_VDC
Note:
In the rename file, each change line must end with a carriage return.
Note:
If you want to associate the restored VM with a different organization VDC, use the change orgvdc entry to specify the organization VDC.
nbrestorevm - vmw - vcd - C VM_to_restore - R absolute_path_to_rename_file - vcdrte
Include the following in the rename file:
change organization to new_organization change orgvdc to new_organization_VDC change vcdvapp to new_vcdvapp change resourcepool to /new_datacenter/host/new_ESX_host/resources /new_resource_pool change datastore to new_vmx_datastore
Note:
To create the organization on a different vCenter, include the - vmserver vCenter_server option on the command. You must also include other change directives, such as for datacenter and ESX server.
See The nbrestorevm -R
rename file for restoring virtual machines.
nbrestorevm - vmw - vcd - C VM_to_restore - R absolute_path_to_rename_file - vcdrte - vmserver vCenter_server
Include the following in the rename file:
change vcdserver to new_vcdserver change organization to new_organization change orgvdc to new_organization_VDC change vcdvapp to new_vcdvapp change vcdvmname to new_vcdvmname change esxhost to new_ESX_host change datacenter to /new_datacenter change resourcepool to /new_datacenter/host/new_ESX_host/resources /new_resource_pool change datastore to new_vmx_datastore
nbrestorevm - vmw - vcd - C VM_to_restore - R absolute_path_to_rename_file - vcdtemplate
Include the following in the rename file:
change vcdvapp to new_vcdvapp change vcdcatalog to new_vcdcatalog
The vApp is restored to the original organization and organization VDC. To associate the vApp with a different organization VDC, include this directive:
change orgvdc to new_organization_VDC
Note:
After the template is created, no other VMs can be added to the template.
nbrestorevm - vmw - vcd - C VM_to_restore - R absolute_path_to_rename_file - vcdtemplate - vcdremv
Include the following in the rename file:
change vcdvapp to new_vcdvapp change vcdcatalog to new_vcdcatalog
The -vcdremv option removes the non-template vApp; the new vApp template is retained.
Note:
After the template is created, no other VMs can be added to the template.
First, restore a virtual machine to a non-template vApp:
nbrestorevm -vmw -vcd -C VM_to_restore -vcdrte
Run this command for each VM but do not restore the last VM.
Next, restore the last VM, create a vApp template, and copy all the restored VMs into that template:
nbrestorevm -vmw -vcd -C VM_to_restore -R absolute_path_to_rename_file -vcdtemplate -vcdremv -vcdlfree
Include the following in the rename file:
change vcdvapp to vApp_template
The change directive provides the name for the new vApp template into which the VMs are to be restored.
The -vcdremv option removes the non-template vApp into which you initially restored the virtual machines. The -vcdlfree option selects the datastore that has the largest available space.
Note:
After the template is created, no other VMs can be added to the template.
See Allowing other servers or clients to restore virtual machines.