it is a very common behavior that after upgrading NetBackup appliance to 3.1 backup and replication will slow, well basically there is not an issue it is just because of MSDP security enhancement with the new version.
MSDP uses the rolling data conversion mechanism to convert Blowfish encrypted
data to AES-256 encrypted data, and MD5-like fingerprints to SHA-512/256
fingerprints, in parallel. There are two modes of data conversion: normal mode and
fast mode.
Normal Mode:-
By default, the data conversion process starts in a normal mode for an upgraded system. Similar to compaction, the data conversion runs only when no backup, restore, or Content Router Queue Processing (CRQP) jobs are active. In the normal mode, the time for data conversion depends on the following factors:
■ Total size of the storage
■ Power of the CPU
■ The workload on the system
Data conversion in the normal mode may take a longer time. Veritas tests in a controlled environment showed that for a single 1-TB mount point, the conversion speed is about 50MB/s in normal mode
That why appliance 5220 is not recommended to upgrade to 3.1
Fast Mode:-
In the fast mode, the data conversion disables cyclic redundancy checks and compaction. The rolling data conversion runs while backup, restore, duplication or CRQP jobs are active. Veritas tests in a controlled environment showed that for a single 1-TB mount point, the conversion speed is about 105MB/s in fast mode.
To start the data conversion process ( by default it starts after upgrade)
Windows:
install_path\Veritas\pdde\Crcontrol.exe –dataconverton
(applinance) UNIX: /usr/openv/pdde/pdcr/bin/crcontrol –dataconverton
To determine the mode of data conversion and the conversion progress :-
Windows:
install_path\Veritas\pdde\Crcontrol.exe –dataconvertstate
(Appliance) UNIX: /usr/openv/pdde/pdcr/bin/crcontrol –dataconvertstate
compare to the fast mode normal mode is very slow hence if your backup loads depend to change conversation mode, run the below command on appliance, changing mode can be done on fly, no need to stop NetBackup services
install_path\Veritas\pdde\Crcontrol.exe –dataconvertmode 1
after the upgrade, I would also suggest to contact Veritas support and get NBAPP_EEB_ET3935219-3.1.0.0-14.x86_64 , it has may fixes related to MSDP converstion and replication.