Hey all,
I'm trying to increase performance of fiber channel NDMP backups we have
going to a remote tape robot (bridged over WAN via some Cienna gear).
I would like to try increasing the blocking factor that the filer uses when
writing to tape over NDMP.
I'm running Ontap 8.0.1 c-mode, with NetBackup 6.5.
None of the docs explain how to do this, but there is mention of blocking
factor in the Data Protection manual. All it says is that block size up to
256KB is supported, and that the variable MOVER_RECORD_SIZE is what
controls that.
It appears that you can send variable settings to NDMP by using 'set
variable=value' at the top of your includes list in the backup policy in
NetBackup.
I have tried putting 'set MOVER_RECORD_SIZE=256' at the top of my includes
list, and running the job, but I get this in the /mroot/etc/mlog/ndmpd.log:
INFO: Pass through of unknown START BACKUP variable MOVER_RECORD_SIZE with
value 256
I have also tried setting the variable DATA_BLOCK_SIZE, but get the same
result.
So the question is, how do I set the blocking factor for NDMP backups?