Scheduling system table maintenance

You can run the ARSDB program to maintain the Content Manager OnDemand system tables on the library server.

About this task

See the IBM Content Manager OnDemand for Multiplatforms: Administration Guide for more information about the ARSDB program.

The instance must be started by the ARSSOCKD program, otherwise the ARSDB program will fail.

Example

The following example is a CRON record that automatically starts the ARSDB program to maintain the Content Manager OnDemand system tables for the instance named archive. The ARSDB program will run twice a month, on the 7th and 14th of each month, beginning at 5 am.
00 5 7,14 * * /opt/IBM/ondemand/V10.5/bin/arsdb -mv -I archive >> /tmp/arsdb.log 2>&1