Print Download PDF Send Feedback

Previous

Next

cpwd_admin list

Description

Prints the status of all WatchDog monitored processes on the screen.

Syntax

cpwd_admin list [-full] [-ctx <VSID>]

Parameters

Parameter

Description

-full

Shows the verbose output.

-ctx <VSID>

On VSX Gateway, specifies the context of the applicable Virtual System.

Output

Column

Description

APP

Shows the WatchDog name of the monitored process.

CTX

On VSX Gateway, shows the VSID, in which the monitored process runs.

PID

Shows the PID of the monitored process.

STAT

Shows the status of the monitored process:

  • E - executing
  • T - terminated

#START

Shows how many times the WatchDog started the monitored process.

START_TIME

Shows the time when the WatchDog started the monitored process for the last time.

SLP/LIMIT

In verbose output, shows the values of the sleep_timeout and no_limit configuration parameters (see cpwd_admin config).

MON

Shows how the WatchDog monitors this process (see the explanation for the cpwd_admin):

  • Y - Active monitoring
  • N - Passive monitoring

COMMAND

Shows which command the WatchDog run to start this process.

Example 1 - Default output

[Expert@HostName:0]# cpwd_admin list

APP CTX PID STAT #START START_TIME MON COMMAND

FWK_FORKER 0 4180 E 1 [18:14:04] 23/5/2018 N fwk_forker

FWK_WD 0 4182 E 1 [18:14:04] 23/5/2018 N fwk_wd -i 1 -i6 0

CPSICDEMUX 0 5383 E 1 [18:14:14] 23/5/2018 N cpsicdemux

CPVIEWD 0 5407 E 1 [18:14:15] 23/5/2018 N cpviewd

HISTORYD 0 5410 E 1 [18:14:15] 23/5/2018 N cpview_historyd

SXL_STATD 0 5413 E 1 [18:14:15] 23/5/2018 N sxl_statd

CPD 0 5420 E 1 [18:14:15] 23/5/2018 Y cpd

MPDAEMON 0 5436 E 1 [18:14:16] 23/5/2018 N mpdaemon /opt/CPshrd-R80.20/log/mpdaemon.elg /opt/CPshrd-R80.20/conf/mpdaemon.conf

CI_CLEANUP 0 5626 E 1 [18:14:26] 23/5/2018 N avi_del_tmp_files

CIHS 0 5628 E 1 [18:14:26] 23/5/2018 N ci_http_server -j -f /opt/CPsuite-R80.20/fw1/conf/cihs.conf

FWD 0 5640 E 1 [18:14:26] 23/5/2018 N fwd

RAD 0 6330 E 1 [18:14:28] 23/5/2018 N rad

DASERVICE 0 8604 E 1 [18:14:43] 23/5/2018 N DAService_script

[Expert@HostName:0]#

Example 1 - Verbose output

[Expert@HostName:0]# cpwd_admin list -full

APP CTX PID STAT #START START_TIME SLP/LIMIT MON

--------------------------------------------------------------------------------

FWK_FORKER 0 4180 E 1 [18:14:04] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1/bin/fwk_forker

COMMAND = fwk_forker

--------------------------------------------------------------------------------

FWK_WD 0 4182 E 1 [18:14:04] 23/5/2018 3/u N

PATH = /opt/CPsuite-R80.20/fw1/bin/fwk_wd

COMMAND = fwk_wd -i 1 -i6 0

--------------------------------------------------------------------------------

CPSICDEMUX 0 5383 E 1 [18:14:14] 23/5/2018 60/5 N

PATH = /opt/CPshrd-R80.20/bin/cpsicdemux

COMMAND = cpsicdemux

--------------------------------------------------------------------------------

CPVIEWD 0 5407 E 1 [18:14:15] 23/5/2018 60/5 N

PATH = /opt/CPshrd-R80.20/bin/cpviewd

COMMAND = cpviewd

--------------------------------------------------------------------------------

HISTORYD 0 5410 E 1 [18:14:15] 23/5/2018 60/5 N

PATH = /opt/CPshrd-R80.20/bin/cpview_historyd

COMMAND = cpview_historyd

--------------------------------------------------------------------------------

SXL_STATD 0 5413 E 1 [18:14:15] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1/bin/sxl_statd

COMMAND = sxl_statd

--------------------------------------------------------------------------------

CPD 0 5420 E 1 [18:14:15] 23/5/2018 60/5 Y

PATH = /opt/CPshrd-R80.20/bin/cpd

COMMAND = cpd

--------------------------------------------------------------------------------

MPDAEMON 0 5436 E 1 [18:14:16] 23/5/2018 60/5 N

PATH = /opt/CPshrd-R80.20/bin/mpdaemon

COMMAND = mpdaemon /opt/CPshrd-R80.20/log/mpdaemon.elg /opt/CPshrd-R80.20/conf/mpdaemon.conf

--------------------------------------------------------------------------------

CI_CLEANUP 0 5626 E 1 [18:14:26] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1/bin/avi_del_tmp_files

COMMAND = avi_del_tmp_files

--------------------------------------------------------------------------------

CIHS 0 5628 E 1 [18:14:26] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1/bin/ci_http_server

COMMAND = ci_http_server -j -f /opt/CPsuite-R80.20/fw1/conf/cihs.conf

--------------------------------------------------------------------------------

FWD 0 5640 E 1 [18:14:26] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1/bin/fw

COMMAND = fwd

--------------------------------------------------------------------------------

RAD 0 6330 E 1 [18:14:28] 23/5/2018 60/5 N

PATH = /opt/CPsuite-R80.20/fw1///bin/rad

COMMAND = rad

--------------------------------------------------------------------------------

DASERVICE 0 8604 E 1 [18:14:43] 23/5/2018 60/5 N

PATH = /opt/CPda/bin/DAService_script

COMMAND = DAService_script

[Expert@HostName:0]#