Consultor Eletrônico



Kbase P163227: How to change the time interval for the aiarchiver?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   8/16/2010
Status: Verified

GOAL:

How to change the time interval for the aiarchiver?

GOAL:

Is there a way to change the aiarchiver interval without shutting down the database?

GOAL:

Is there a way to change the aiarchiver interval when running replication?

FACT(s) (Environment):

All Supported Operating Systems
OpenEdge 10.2x

FIX:


RFUTIL provides you with qualifiers to modify your archive process online.
To modify the time interval for your AI file management utility daemon, use the following command:
rfutil dbname -C aiarchiver setinterval n

Change dbname to be the name of your database. If you are not in the same working directory, as the database, then you will need to provide the explicit path to where the database is located, including the database name.

The value n specifies the operation mode of the daemon process and the time the daemon will sleep between mandatory extent switches in timed mode.

When n is a value between 120 and 86,400, the daemon executes in timed mode, and n indicates the length of time, in seconds, that the daemon will wait between mandatory extent switches.
Example: The command rfutil sports2000 -C aiarchiver setinterval 600 would result in the aiarchiver changing the interval for sports2000 database to have the ai files archived every 5 mins.

When performing this command against a database that is online, you will see a message similar to the following written in the database log file.

(13211) The after-image management daemon has been notified about the new archive interval.