Scheduling archive log file pruning
When you create a backup, you can schedule the pruning of archive log files to occur at a specified time.
SnapManager allows you to prune the archive log files periodically from the active file system.
-
Enter the following command: smo schedule create -profile profile_name {[-full {-online | -offline | -auto}[-retain [-hourly | -daily | -weekly | -monthly | -unlimited] [-verify]] | [-data [-filesfiles [files]] | [-tablespaces-tablespaces [-tablespaces]] {-online | -offline | -auto}[-retain [-hourly | -daily | -weekly | -monthly | -unlimited] [-verify]] | [-archivelogs]} [-commentcomment] [-backup-destpath1 [,[path2]] [-exclude-destpath1 [,path2]] [-prunelogs{-all | -untilSCNuntilSCN | -before {-dateyyyy-MM-dd HH:mm:ss | -monthsmonths | -weeksweeks | -daysdays | -hourshours}} -prune-destprune_dest1,,prune_dest2] -schedule-nameschedule_name [-schedule-commentschedule_comment] -interval {-hourly | -daily | -weekly | -monthly | -onetimeonly} -cronstringcronstring-start-time {start-timestart_time <yyyy-MM-dd HH:mm>} -runasuser-runasuser [-force] [-quiet | -verbose]
If you want to…
Then…
Schedule pruning of archive log files
Specify the following options:
-
-prunelogs to schedule pruning of the archive log files
-
-prune-dest to prune archive log files from the archive log destinations
Include a name for the schedule
Specify the -schedule-name option.
Schedule pruning of archive log files at specific time interval
Specify the interval option and indicate whether the archive log files should be pruned based on the following interval classes:
-
-hourly
-
-daily
-
-weekly
-
-monthly
-
-onetimeonly
Add a comment about the schedule operation
Specify the -schedule-comment option followed by the description string.
Specify the start time of the schedule operation
Specify the -start-time option in the yyyy-mm-dd hh:mm format.
-