Host-based Agentless Backup or Restore Job Uses NBD or NBDSSL Transport Mode even when SAN Mode is Possible
Valid on Windows platforms. Valid for VMware VM only.
Symptom
Although SAN transport mode is possible, agentless backup or restore job still uses NBD or NBDSSL transport mode.
Solution
The following prerequisites must be completed to utilize the SAN transport mode by agentless backup and restore jobs.
- The proxy machine must be a physical machine (cannot be a virtual machine).
- The proxy machine must be connected to the SAN LUN in which the VM resides.
- On the proxy machine, SAN Policy of the SAN disk must be configured to OnlineAll.
- To configure the disk, do the following:
- Log in to the backup proxy system using an account with administrative privileges.
- Open Windows Command Line.
- From the command line, type the following commands
- Type "diskpart" and then press Enter.
- Type "SAN" and then press Enter.
- The current SAN policy displays.
- Type "SAN POLICY=OnlineAll" and then press Enter.
- If you want to perform a VM recovery by SAN transport mode, SAN disk must be configured to be writable.
- To clear the read only flag, performing the following steps:
- Log in to the backup proxy system using an account with administrative privileges.
- Open Windows Command Line.
- From the command line, type the following commands
- Type "diskpart" and then press Enter.
- Type "list disk" and then press Enter.
- The disks list displays.
- Type "select disk xxx" and then press Enter to select the SAN disk that gets be configured to be writable.
- Type "attribute disk clear readonly" and then press Enter.
- For VM recovery, SAN transport mode offers the best performance on thick disks but the worst performance on thin disks. So, the VM recovery uses NBD or NBDSSL transport mode for thin disks by default. If you want to use SAN transport mode even for thin disks, you can add a string value EnforceTransportForRecovery with the value SAN under HKLM\SOFTWARE\Arcserve\Unified Data Protection\Engine\AFRestoreDll (create the key AFRestoreDll if it does not exist).
- When taking snapshot during backup, additional files are generated. So that certain free space is needed in storage device where VM’s VMDK files reside. SAN transport mode needs more free space comparing with NBD/NBDSSL transport mode. So that make sure that there is enough free space in SAN LUN if you want to use SAN transport mode.