OpenTP1 Version 7 Operation

[Contents][Index][Back][Next]

prctctrl (Stop or restart the prctee process)

Format

prctctrl {-e | -s}[-i checking-interval] [-c checking-count]

Function

The prctctrl command stops or restarts the prctee process. The prctee process is a resident process that redirects OpenTP1 to standard output or standard error output. The prctee process runs with the options defined in $DCDIR/bin/prcout.

When the prctee process is stopped or restarted, whether it has stopped or has restarted is checked the number of times specified in the -c option at the checking interval specified in the -i option. If no stop or restart is confirmed following the specified checking operations, the message KFCA00773-E (Cause: TIME_OUT) is output and checking is terminated.

For details about the prctee process, see prctee in this chapter.

Options

-e

Stops the prctee process.

-s

Restarts the prctee process.

-i: checking-interval ~<unsigned integer>((1-60))<<1>> (unit: seconds)

Specifies the interval for checking whether the prctee process has stopped or restarted.

-c: checking-count ~<unsigned integer>((1-60))<<10>>

Specifies the number of times that checking whether the prctee process has stopped or restarted is performed.

Notes