1830624 Members
1960 Online
110015 Solutions
New Discussion

Re: Backup follow up

 

Backup follow up

Thanks for the response could somebody please share the correct syntax for fbackup to run at 128 blocksperrecord

Thanks
1 REPLY 1
James R. Ferguson
Acclaimed Contributor

Re: Backup follow up

Hi:

You need to create a 'config' file for 'fbackup' as described in the 'fbackup' man pages. Unfortunately, the values described therein represent archaic defaults. Create a file titled ' /var/adm/fbackupfiles/config'. In it, place the following:

blocksperrecord 256
records 32
checkpointfreq 1024
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 2000

Regards!

...JRF...