cpwd_admin start
Description
Starts a process as monitored by the WatchDog.
Syntax
| cpwd_admin start -name <Application Name> [-ctx <VSID>] -path "<Full Path to Executable>" -command "<Command Syntax>" [-env {inherit | <Env_Var>=<Value>] [-slp_timeout <Timeout>] [-retry_limit {<Limit> | u}] | 
Parameters
| Parameter | Description | 
| Application Name-name <>
 | Name under which the command shows the monitored process in the leftmost columncpwd_admin list.APP Examples: | 
| VSID-ctx <>
 | On VSX Gateway, specifies the context of the applicable Virtual System. | 
| Full Path to Executable-path "<>"
 | The full path (with or without Check Point environment variables) to the executable including the executable name. Must enclose in double-quotes. Examples: For FWM: ""$FWDIR/bin/fwmFor FWD: ""/opt/CPsuite-R80.30/fw1/bin/fwFor CPD: ""$CPDIR/bin/cpdFor CPM: "/opt/CPsuite-R80.30/fw1/scripts/cpm.sh"For SICTUNNEL: ""/opt/CPshrd-R80.30/bin/cptnl
 | 
| Command Syntax-command "<>"
 | The command and its arguments to run. Must enclose in double-quotes. Examples: For FWM: ""fwmFor FWM on Multi-Domain Server: ""fwm mdsFor FWD: ""fwdFor CPD: ""cpdFor CPM: "/opt/CPsuite-R80.30/fw1/scripts/cpm.sh -s"For SICTUNNEL: ""/opt/CPshrd-R80.30/bin/cptnl -c "/opt/CPuepm-R80.30/engine/conf/cptnl_srv.conf"
 | 
| Env_Var-env {inherit | <Value>=<>}
 | Configures whether to inherit the environment variables from the shell. - Inherits all the environment variables (WatchDog supports up to 80 environment variables)inheritEnv_Var<Value>=<- Assigns the specified value to the specified environment variable>
 | 
| Timeout-slp_timeout <>
 | Configures the specified value of the configuration parameter.sleep_timeout See cpwd_admin config. | 
| Limit-retry_limit {<> | u}
 | Configures the value of the configuration parameter.no_limit See cpwd_admin config. Limit<- Tries to restart the process the specified number of times>- Tries to restart the process unlimited number of timesu
 | 
Example
For the list of process and the applicable syntax, see sk97638.