How to change the transport mode for VMware backups and restores to NBD
Overview
The default VMware backup and restore transport mode is HOTADD. This article describes how to change the transport mode to NBD when there are environmental changes.
Procedure
- Log in to the VMware backup proxy that initiates the restores.
- Stop the Phoenix services.
/etc/init.d/Phoenix stop - Navigate to the /etc/Phoenix/VMWARE directory and edit the Phoenix.cfg file using the vi editor.
- Add the following lines to the configuration file:
For Backup
_VM_BACKUP_TRANSPORT_MODE = 'nbdssl:nbd'
For Restore
_VM_RESTORE_TRANSPORT_MODE = 'nbdssl:nbd'
-
Save the configuration (.cfg) file.
-
Start the Phoenix services.
/etc/init.d/Phoenix start -
Run the VMware backup or restore.