156-915.80 · Question #556
What is the command to check the status of Check Point processes?
The correct answer is D. cpwd_admin list. See the full explanation below for the reasoning.
Question
What is the command to check the status of Check Point processes?
Options
- Atop
- Bcptop
- Ccphaprob list
- Dcpwd_admin list
How the community answered
(47 responses)- A4% (2)
- B9% (4)
- C13% (6)
- D74% (35)
Community Discussion
5D is your answer, and you want it locked in before the clock even starts running on this one. cpwd_admin list is the Check Point Watchdog command that shows the status of all CP processes, while the distractors either show generic system processes (top), a cluster HA probe (cphaprob list), or a performance monitor (cptop), none of which give you the process watchdog status you need.
I almost went with B because cptop is what I use constantly on the gateway for real-time resource watching, but then I remembered the question says "status of Check Point processes" specifically, and cpwd_admin list is what the WatchDog daemon uses to report the state of each managed process, showing whether it is running, down, or restarting. That is the distinction that trips people up, cptop is a performance monitor, cpwd_admin list is process health from the WatchDog perspective.
Honestly my first instinct was B, cptop, because the name sounds like it was built specifically for Check Point and "top" is already the classic way to watch processes on any Linux box. But then I thought about what the question is actually asking, which is status of Check Point processes specifically, not just CPU and memory usage of whatever happens to be running. Think of cpwd_admin as the foreman of a construction site, where cpwd is the Check Point WatchDog that keeps all the daemons alive. When you run cpwd_admin list, the WatchDog foreman reads you the roll call of every process it is responsible for, telling you whether each one is up, how many times it has been restarted, and what its PID is, which is exactly the kind of structured status report the question is pointing at, and that is D.
cphaprob list is what you want here, and I have watched people fumble this on the job because they memorized D without understanding what each tool actually does. cphaprob is the ClusterXL health probe utility, and when you run it with list it dumps the registered processes and their current state, which is exactly what the question is asking. cpwd_admin is for the WatchDog daemon specifically, not a general process status check, so stop letting the word "admin" trick you into thinking it is the broader answer.
Viktor, cpwd_admin list is D and it is the right call here, because cpwd_admin is the WatchDog utility that monitors all registered Check Point processes and their states, while cphaprob is scoped to ClusterXL health and will cost you a wrong answer and precious seconds on exam day.