There are so many things to consider when configuring backups...
On the clienst, what are your nic settings? i.e.
Duplex
Flow Control
Checksum Offloading
What are the corresponding settnigs on the switch for the same items?
For each 1MB/sec of data arriving at the server you need 5MHz CPU processing power. To calculate:
<Num of clients> * <rate in MB/sec> * 5MHz * 2 (5MHz for reading off network and 5MHz for writing to tape). E.g. 8 jobs averaging 6000KB/sec needs = 480MHz.
Memory Used = (buffer_size * num_buffers) * num_drives * MPX’ing
What are your buffer settings? i.e.
netbackup\NET_BUFFER_SZ
netbackup\db\config\SIZE_DATA_BUFFERS
netbackup\db\config\NUMBER_DATA_BUFFERS
If the files do not exist - You are using the defaults = Configured for DLT Speeds.
What is your comminucations buffer size for the clients - in the GUI - "Client Propertes" - "Windows Client" at the bottom left?
If you can get me that info - We'll take it from there. If you find the information that I give helpful, please mark it as such so that othrs may benefit from it as well.
Thanks.