cancel
Showing results for 
Search instead for 
Did you mean: 

Change in Netbackup buffer size

prats
Level 4

Hi,

We need to do a change in Netbackup buffer size to tune our backups.

Does it need a quiet time to implement the changes?

Guess, active backups will get affected if changes are not done during quiet time?

Thanks for all the help.

Regards

Padmaja.

1 ACCEPTED SOLUTION

Accepted Solutions

Marianne
Level 6
Partner    VIP    Accredited Certified

A change will not affect current backups.

Buffer sizes are determined for each individual job before the actual data transfer is started and is used for the duration of the job. Evidence can be found in bptm log.

New jobs that are started after the change will use the new settings.

View solution in original post

7 REPLIES 7

Marianne
Level 6
Partner    VIP    Accredited Certified

A change will not affect current backups.

Buffer sizes are determined for each individual job before the actual data transfer is started and is used for the duration of the job. Evidence can be found in bptm log.

New jobs that are started after the change will use the new settings.

Nicolai
Moderator
Moderator
Partner    VIP   

You can verify the buffer setting by doing a :

findstr "io_init" {logdate}.log  for Windows

or

grep "io_init" {logdate}.log

in the bptm log located in [install_paht]\netbackup\logs\bptm

e.g:

10:26:15.157 [4168] <2> io_init: found index: 1
10:26:15.158 [4168] <2> io_init: using 262144 data buffer size
10:26:15.158 [4168] <2> io_init: CINDEX 1, sched Kbytes for monitoring = 40000
10:26:15.158 [4168] <2> io_init: using 512 data buffers

 

prats
Level 4

Ok. and what about no.of buffers?

Does this hold true for change in number of buffers as well?

 

Regards

prats.

Marianne
Level 6
Partner    VIP    Accredited Certified

Correct. Check bptm log as per Nicolai's example.

SIZE_DATA_BUFFERS :  io_init: using 262144 data buffer size 
NUMBER_DATA_BUFFERS  : io_init: using 512 data buffers

prats
Level 4

Thanks for the reply

Changed the buffer size and active jobs were ok.

But after changing the no.of buffers on the media server some jobs failed with status code 174 - media manager - system error occurred data buffers out of sequence,expected number 913272,received 1 and some with status code : 13 - file read failed.

Re-runs were ok.

Regards

Prats.

 

Nicolai
Moderator
Moderator
Partner    VIP   

I always a good thing to do test restore before and after changing SIZE_DATA_BUFFERS - just to be sure you still can read the backups.

Better safe now than sorry in ½  year :D

prats
Level 4

solved