TDP ERP on DB2 - Monthly archive to a different storage pool?

hungng89

ADSM.ORG Member
Joined
May 25, 2010
Messages
115
Reaction score
2
Points
0
Location
VietNam
Hi everyone

I currently set up TDP ERP on DB2 to backup daily to storage pool sap
I using crontab to run a script calling backom -c b_db -a SID - O every day .

How can i set up TDP ERP on DB2 to backup monthly to storage pool sapm?

If i run script calling backup at every month they will backup to the storage pool sap
I already define two management class for daily and monthly backup

I wonder how can i calling backup command using a different management class


Thanks
 
Hi.

Create another initSID.utl file where you specify different management classes that set desired retver (retention).



then invoke backom with -e flag pointing to this new .utl file

Rgds

Nicolas.
 
Back
Top