I have a DB2 database backup I create every night. It is a full backup to disk images. Here is the command:
db2 backup database 'PR1' TO '/bk01,/bk02,/bk03' WITH '6' BUFFERS BUFFER '2048' PARALLELISM '6'
Well, '/bk01' .. '/bk03' are 3 journaled filesystems that are 113GB each.
Every night, I get 1 or 2 of these filled, while the third one has 10GB free.
On my other system, which has identical filesystems, only called '/dv01' ... '/dv03' we do a backup with the same command, except 'PR1' is replaced by 'DV1' and the filesystems are allocated much more evenly.
My host machine for both backups is a RS/6000 H80 with 6 processors and 8GB of memory.
Can anyone offer any thoughts on this ?
Thanks, Bill.