RADE

Source Code Manager

adl_monitor

Managing the monitor

Quick Reference

Abstract

The adl_monitor command manages the SCM monitor of a site. 


Synopsis

adl_monitor {-db | -database database_id | -no_db} [-warm | -cold] [-port port_number] [-autocheck on|off] [-monitor_id monitor_id] [-verb verbose_level] [-h | -help | -?]

Usage

For a given site, the site's administrator will manage the file contents servers and the central database. See the [3] adl_fs_admin command.

This command start a monitor on the local machine.

To create a site, see the [1] adl_mk_site command.

For more information on the File Contents Server, see the [2] File Server documentation.

The verbose level gives the quantity of traces you wil have:

0 No trace
1 All client request traces
2  1+ Some debug informations
3  1+2+ All error messages sent to the client
4  1+2+3+ Dump of monitor tables after each client request
5  1+2+3+4+ Dump of database caches before each database access.

[Top]

Options

adl_monitor accepts the following options:

-h Help of the command
-db database_id Identifier of the monitor database
-database database_id Identifier of the monitor database
-no_db No database. CAUTION - This option should be used only for test purpose, never in another case.
-warm With this option, the monitor will process a warm start (reload the last saved informations into the database).
-cold With this option, the monitor will process a cold start (ignored and delete the last saved informations into the database)
-port port_number port number which will be used to listen client requests
-autocheck on|off if 'on' is engaged, monitor process an integrity auto checking after each user request ('on' is the default value)
-monitor_id monitor_id CAUTION - This option is mandatory when a same database is shared by several monitor.
-verb verbose level To start monitor traces

[Top]

Examples

Start the monitor on a database "database_id", with a cold start, with the option autocheck off (no verification after each command): 

adl_monitor -db database_id -cold -autocheck off
or
adl_monitor -database database_id -cold -autocheck off

[Top]


References

[1]
[2]
[3]
adl_mk_site: Creating a new site
File Server documentation
adl_fs_admin: Managing the site

[Top]


History

Version: 1 [May 2001] Document created

[Top]


Copyright © 2001, Dassault Systèmes. All rights reserved.