Defining a IBM Storage Protect server schedule

How to define a schedule for archiving transaction logs is provided.

  1. Enter the following command to define the schedule to do an hourly archival of the transaction logs.
    Note: You can enter this command on the server console or from an administrative client. The administrative client does not have to be running on the same system as the IBM Storage Protect server.
    def sched domagents dom_hourly_archive desc="Domino Hourly Archive" 
    action=command objects="/bin/domarc" priority=2 starttime=21:00 
    duration=15 duru=minutes period=1 perunits=hours dayofweek=any
    opt=schedcmduser=notesid
    IBM Storage Protect displays this message:
    ANR2500I Schedule DOM_HOURLY_ARCHIVE 
    defined in policy domain DOMAGENTS.
  2. To associate Data Protection for HCL Domino to this schedule, issue the following command:
    define association domagents dom_hourly_archive mars
    IBM Storage Protect displays this message:
    ANR2510I Node MARS associated with schedule 
    DOM_HOURLY_ARCHIVE in policy domain DOMAGENTS.
    At this point, a schedule is defined on the IBM Storage Protect server that runs a command file called /bin/domarc. The schedule starts around 11:00 pm. The schedule is re-executed every hour and can start on any day of the week.
    Note: If you want to confirm that the schedule and association is set correctly, you can use the IBM Storage Protect administrative commands query schedule and query association. See the appropriate IBM Storage Protect Administrator's Guide for your server platform for more information.