C.3 Controlling Ndsrep

Ndsrep uses the TELL commands described in the table. The following commands allow for immediate ndsrep actions. These commands are not stored; ndsrep simply executes the action.

Table C-1 ndsrep TELL commands

TELL Command

Description

RefreshConfig

Reads ndsrep configuration information from the configuration store.

Replicate

Forces an immediate check for updated notes.

Resume

Sets ndsrep to resume processing timer events and replication.

ShowConfig

Displays ndsrep configuration settings in the console window.

ShowFilter

Displays the first 240 characters of the filter for updated records that ndsrep is using when publishing.

Suspend

Suspends activity until the Resume command is given.

Quit

Unload the driver.

For example, if driver1 and driver2 are two drivers, the following Domino console command sequence loads both drivers, displays their configuration parameters, suspends driver1 and unloads driver2:

load ndsrep driver1
load ndsrep driver2
tell driver1 showconfig
tell driver2 showconfig
tell driver1 suspend
tell driver2 quit