Managing an Engine Database
Chapter
4
Managing Engines
135
Using the Restore Command-line Utility
The Dump/Restore facility’s
DrRestore
command retrieves data which has been
dumped to an ASCII file and restores it into an engine database.
Syntax for
drrest
command:
drrest -e engine_name [-d directory_name] [-v data_file_name]
[-t registration|state|history]
As in all iPlanet UDS command line specifications, if you use a name that includes
a space, you should enclose the name in double quotation marks.
The following table describes the command line flags for the
DrRestore
command:
If you have set the environment variables described in
“Dump/Restore
Environment Variables” on page 136
, then you do not need to supply values for the
command line flags.
Flag
Description
-e engine_name
The name of the iIS engine in the current environment. This
flag is required.
-d directory_name
The directory in which to place the dump files. The default
value is the root directory.
-v data_file_name
The name of the data file. The default value is dumprest.log.
-t
registration|state|
history
The category of tables to dump. Valid values are
REGISTRATION, STATE, HISTORY. The default is all
categories. To specify a combination of two categories, use a
colon (:) between categories. For example:
-t registration:state
Alternatively, you can enter the
-t
flag for each category. For
example:
-e myEngine -t registration -t state
Summary of Contents for iPlanet Integration Server 3.0
Page 1: ...Process System Guide iPlanet Integration Server Version3 0 August 2001...
Page 14: ...14 iPlanet Integration Server Process System Guide August 2001...
Page 18: ...18 iPlanet Integration Server Process System Guide August 2001...
Page 42: ...iIS Process Management Tools 42 iPlanet Integration Server Process System Guide August 2001...
Page 226: ...Performance Charts 226 iPlanet Integration Server Process System Guide August 2001...
Page 326: ...Conductor Script Commands 326 iPlanet Integration Server Process System Guide August 2001...
Page 358: ...Database Schema Reference 358 iPlanet Integration Server Process System Guide August 2001...