Hi all,
we are using db2 luw 9.7 on linux. We want to use automatic maintenance in our test- and acceptance-Tests-environments.
Im looking for configuration possibilities for automatic backup,pls can you help how to enable automatic backups. I already enabled the db cfg parameters Like below
Automatic maintenance (AUTO_MAINT) = ON
Automatic database backup (AUTO_DB_BACKUP) = ON
Automatic table maintenance (AUTO_TBL_MAINT) = ON
Automatic runstats (AUTO_RUNSTATS) = ON
Automatic statement statistics (AUTO_STMT_STATS) = OFF
Automatic statistics profiling (AUTO_STATS_PROF) = OFF
Automatic profile updates (AUTO_PROF_UPD) = OFF
Automatic reorganization (AUTO_REORG) = ON
But the automatic backup process conn’t takes place how to set that db2automaintpolicysample.xml file .
Thanks in advance