Overview
The default VMware backup and restore transport mode is HOTADD. This article describes how to change the transport mode when there are environmental changes
Procedure
Change transport mode from HOTADD to NBD
Open the terminal and stop Agent Client Service.
Agent Version 6.x.x:
/etc/init.d/Phoenix stopAgent Version 7.x.x:
service Druva-EnterpriseWorkloads stopVerify if any Druva or Phoenix related processes.
Agent Version 6.x.x:
ps -ef| grep -i PhoenixAgent Version 7.x.x:
ps -ef | grep -i EnterpriseWorkloadsIf any process is still found running, kill the process with the following command:
Kill -9 <process id>Take a backup of the Configuration File
Agent Version 6.x.x:
/etc/Phoenix/VMWARE/Phoenix.cfgAgent Version 7.x.x:
/etc/Druva/EnterpriseWorkloads/vmware/VMwareConfig.yamlEdit
Phoenix.cfg/VMwareConfig.yamlfile using vi editor using below commandAgent Version 6.x.x:
vi Phoenix.cfgType ‘ i ‘ to activate insert mode
Add the following lines to the configuration file:
#For Backup_VM_BACKUP_TRANSPORT_MODE = 'nbdssl:nbd'#For Restore_VM_RESTORE_TRANSPORT_MODE = 'nbdssl:nbd'
Agent Version 7.x.x:
vi VMwareConfig.yamlType ‘ i ‘ to activate insert mode
change the value of parameter from
_vm_backup_tranport_mode: hotadd:nbdssl:nbdTo
_vm_backup_tranport_mode: nbdType esc key followed by :wq to save and exit file.
Then again Open the terminal and start Agent Client Service.
Agent Version 6.x.x:
/etc/init.d/Phoenix startAgent Version 7.x.x:
service Druva-EnterpriseWorkloads startInitiate the backup or the restore job.
Change transport mode from NBD to HOTADD
Open the terminal and stop Agent Client Service.
Agent Version 6.x.x:
/etc/init.d/Phoenix stopAgent Version 7.x.x:
service Druva-EnterpriseWorkloads stopVerify if any Druva or Phoenix related processes.
Agent Version 6.x.x:
ps -ef| grep -i PhoenixAgent Version 7.x.x:
ps -ef | grep -i EnterpriseWorkloadsIf any process is still found running, kill the process with the following command:
Kill -9 <process id>Take a backup of the Configuration File
Agent Version 6.x.x:
/etc/Phoenix/VMWARE/Phoenix.cfgAgent Version 7.x.x:
/etc/Druva/EnterpriseWorkloads/vmware/VMwareConfig.yamlEdit
Phoenix.cfg/VMwareConfig.yamlfile using vi editor using below commandAgent Version 6.x.x:
vi Phoenix.cfgType ‘ i ‘ to activate insert mode
Remove the following lines from the configuration file:
#For Backup_VM_BACKUP_TRANSPORT_MODE = 'nbdssl:nbd'#For Restore_VM_RESTORE_TRANSPORT_MODE = 'nbdssl:nbd'
Agent Version 7.x.x:
vi VMwareConfig.yamlType ‘ i ‘ to activate insert mode
change the value of parameter from
_vm_backup_tranport_mode: nbd
To_vm_backup_tranport_mode: hotadd:nbdssl:nbdType esc key followed by :wq to save and exit file.
Then again Open the terminal and start Agent Client Service.
Agent Version 6.x.x:
/etc/init.d/Phoenix startAgent Version 7.x.x:
service Druva-EnterpriseWorkloads startInitiate the backup or the restore job.
