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
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