156-587 · Question #52
What is the best way to resolve an issue caused by a frozen process?
The correct answer is A. Kill the process. When a process is frozen (hung or unresponsive), the typical method to resolve it is to kill the process. On Check Point, you can use cpwd_admin kill -name <ProcessName> or a standard Linux kill -9 <PID> command if necessary. You then allow CPWD (the Check Point watchdog) to…
Question
What is the best way to resolve an issue caused by a frozen process?
Options
- AKill the process
- BRestart the process
- CReboot the machine
- DPower off the machine
How the community answered
(16 responses)- A88% (14)
- C6% (1)
- D6% (1)
Explanation
When a process is frozen (hung or unresponsive), the typical method to resolve it is to kill the process. On Check Point, you can use cpwd_admin kill -name <ProcessName> or a standard Linux kill -9 <PID> command if necessary. You then allow CPWD (the Check Point watchdog) to restart it, or manually restart it if needed.
Topics
Community Discussion
No community discussion yet for this question.