Print Download PDF Send Feedback

Previous

Next

cpwd_admin start

Description Start a new process by cpwd.

Syntax

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

-command "<executable name>"

The name of the executable file.

Example To start and monitor the fwm process.

> cpwd_admin start -name FWM -path "$FWDIR/bin/fwm" -command "fwm"