Kbase P111989: What is the AI File Management Utility?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  17/12/2008 |
|
Status: Unverified
GOAL:
What is the AI File Management Utility?
GOAL:
How to run the AI File Management tool ?
FACT(s) (Environment):
OpenEdge 10.1A
FIX:
The AI FIle Management tool was first included with OpenEdge 10.1A. This tool allows users to manage their After Image files
by creating an archive of AI extents from any given database that has the AI enabled.
This tool consist of a daemon that will be started by following these steps :
Enable the database for AI Management
Start the database daemon, these options are allowed :
-aiarc dir /dir/dir, /dir/dir, ...
-aiainterval IntegerValue (default of 120 seconds )
There are some options that can be changed while the database is online:
-aiarcdircreate
-aiarcLog dir (Establish the log location )
This tool will keep its own log file separate from the database and will not perform any compression to the archived AI files.
It is not necessary to enable the AI Management tool for archiving extents, this also can be accomplished by running the following command :
rfutil dbname -C aiarchive extent stdout [ | gzip ...]
(Parameter in brackets are optional).