Print Download PDF Send Feedback

Previous

Next

cpwd_admin stop

Description Stop a process which is being monitored by cpwd.

Syntax

> cpwd_admin stop -name <process name> [-path <"full path">] [-command <"executable name">]

Parameter

Description

-name <process name>

A name for the process to be watched by WatchDog.

-path <"full path">

The full path to the executable (including the executable name) that is used to stop the process.

-command <"executable name">

The name of the executable file mentioned in -path

Comments If -path and -command are not stipulated, cpwd will abruptly terminate the process.

Example Stops the FWM process using fw kill

> cpwd_admin stop -name FWM -path "$FWDIR/bin/fw" -command "fw kill fwm"