Mark
all non client side deduplication backups work fine, all client side dedup backups fail due the reason explained in the Technote. With large cloud based confgiurations different name are used for different network interfaces for different functions that come with a BaaS model. With reference to configuring an appliance during the installation in my experience if use a FQDN the installation will create a short name it self and create a entry in the host file for the short name with the IP used for the FDQN so you don't really have to create it manually. With reference to short name and FQDN names this can be resolved via alias names via the emm command. As the technotes explains and from my own understranding the its the PDDE that truncate the FQDN to short name. The reslution is explained in the technote. However here is senerio.
eth01 on the appliance for management ie java the FQDN strawberries.gardens.com ip 10.20.92.54
bond0 on the appliance for backup traffic FQDN of strawberries.be.gardens.com 10.5.90.52
Netbackup will create shortname strawberries
Therefore you will need to create an alias via nbemm for strawberries to strawberries.be.com . As strawberries.be.com is routeable and backup traffic will travel the correct path.
So you need Java Console functionality therefore you create an alias name strawberries.com to shortname strawberries. This will allow java to work and be able to browse the master server properties.
Create host file entry with FQDN and shortname to the IP for the backup traffic. (customer is not to happy with this)
AS DNS can only resolve FQDN
DNS search order for short name strawberries is
garden.com, be.garden.com
Configure you clients to use FQDN of appliance for backup traffic all backup work correctly to using media server deduplication.
When you using client side deduplication (design requirement) all backups fail with error 83.
I believe this is down to the client side deduplication using the short name which is not routable rather than FQDN, This has been confirmed by Symantec Technote.
Therefore implemented the following
Create host file entry with FQDN and shortname to the IP for the backup traffic.
Would like to implement the recommeded change in the Technote.
After implementing Create host file entry with FQDN and shortname to the IP for the backup traffic.
some client side deduplication backups works others now fail with error 87.
Beginning to think this could be down to something else came across this
WorkerThreads value (line 52 - 5% of the way down the file).
The default is 64 but but should be 128 thinking might apply this when possible.