Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

Reality V15.2 Online Documentation (MoTW) Revision 3

tlmulti (M646703+tlmulti.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

tlmulti

The tlmulti command allows tlmenu to be successively run on multiple databases.

tlmulti requires a list of database names to use. By default, it looks for a $REALROOT/files/tlmulti_dbases file, containing one database per line, where REALROOT is the base root for the system.; alternatively, you can specify another list file that contains the same information. The databases can be in different instances and tlmulti will handle the switch from one instance to another automatically.

tlmulti requires a logs subfolder which it will create within the current folder if not already present. The logs subfolder will contain tlmulti_database log files, one for each database processed by the command (any existing log files for these databases are removed).

Syntax

tlmulti {-v} {-s} {-f{p|s|b}} {-a listfile} script-file

tlmulti {-f{p|s|b}} {-a listfile} -l

tlmulti {-v} {-s} {-f{p|s|b}} {-a listfile} -m

tlmulti {-v} {-f{p|s|b}} {-a listfile} -d database {script-file}

Options

-f {p|s|b}Restrict the operation of the command to primary databases (p), secondary databases (s) or both (b) primary and secondary databases. Defaults to primary databases if not specified.

-a listfileAn alternate file of database names, to be used instead of the tlmulti_dbases file.

-lList the databases in the tlmulti_dbases file, or in an alternate listfile if specified.

-mResume monitoring the log files (if tlmulti is interrupted).

-sSkip the first database in the tlmulti_dbases file, or in an alternate listfile if specified. You will typically want to do this if the first database in the file has already had the commands in the script-file run against it.

-vVerbose mode; the tail of each tlmulti_database log file is periodically displayed on screen.

-d databaseRun tlmenu on database first, and then prompt to repeat for the databases in the tlmulti_dbases file or in an alternate listfile if specified.

script-fileA script produced by a previous tlmulti -d or tlmenu record command.

Operation

RealityV15.2Revision 3Comment on this topic