I have an NFS mounted NAS for a backup repository, and a Tape Server on another physical windows server.
Since I have NO proxies installed (except for the VBR server), my backup-to-tape job seems to be assembling synthetic fulls on the VBR server (I see read/write bandwidth). I assume VBR-proxy is reading VBKs/VIBs from my NFS mounted NAS to assemble the synthetic full and writing the generated synthetic full VBK to the physical tape server.
If I make the physical tape server a proxy, and the backup-to-tape were to use it, I assume I would get better performance, since the bits aren't traversing the network twice (read then write).
My question is... how do I know the job will run on the physical tape server/proxy? I found the following explanation from here (vmware-vsphere-f24/vmware-frequently-as ... tml#p39952) and other posts:
My current VBR proxies with the NBD/Network transport. I assume the new VBR would also use NBD/Network. Since the subnets are the same, it would seem which proxy that would get used is indeterminate (if neither are in use at the start of the job). How do I steer this back-to-tape job to the physical tape server proxy?Q: How is the backup proxy selected in cases when there are multiple proxies available?
A: For each VM in the job, backup server classifies all backup proxies available to the job into 3 groups by access type they have to the VM's disks: SAN (1), hot add (2) and network (3). Proxy with least tasks currently assigned is picked from group 1, and if responding, VM processing task is assigned to this proxy. Otherwise, the next least busy proxy is selected from group 1. If all available proxies group 1 are already running max number of concurrent tasks, selection process switches to group 2 and repeats. Group 3 is only used if groups 1 and 2 have no responding proxies. For group 3, proxy subnet is also considered when picking the best proxy.
The network subnetting does seem to allow me to define a single host subnet (/32). Would setting the physical tape server proxy's subnet to be the IP of the physical tape server itself accomplish this? If not, are there any suggestions? I don't want the physical tape server proxy to sometimes be used for this job, I'd want it to always be used for this job (if my other assumptions are correct).
Thank you!