G'day,
I am trying to run a user initiated backup for a large amount of data, filelist is like:
/data/vol1
/data/vol2
/data/vol3
....
Each of the directory has around 1T data, when I run them in a single job, got error after run about 3 hours:
----
19:30:59 INF - Server status = 40
19:31:01 INF - Backup by root on client test_host using policy xxx, sched xxx:network connection broken
19:32:19 ERR - Cannot write to STDOUT. Errno = 104: Connection reset by peer
-----
I guess it may be a connection timeout issue, need to increase some timeout parametres, but not sure which one should be changed. I've tried to increase CLIENT_READ_TIMEOUT on media server and client, but seems not working. (we don't have control on master server, using Netbackup 7.1 for both client and server) .
Alternatively I have to split my job to a few small jobs in order to fit each of them in 3 hours?
Can anyone please shed some light how I can get around this problem? Thanks in advance.