Difference between revisions of "Useful commands and log files"

From Tech-Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Check Point]]
 
[[Category:Check Point]]
 
'''[[Check Point#Endpoint|Back to Endpoint]]'''
 
'''[[Check Point#Endpoint|Back to Endpoint]]'''
 +
Check the Check Point services running:
  
 +
cpwd_admin list
  
 
Stop and Start UEPM services:
 
Stop and Start UEPM services:
Line 9: Line 11:
 
  uepm_start
 
  uepm_start
  
UEPM Error Logs Directory:
+
UEPM Logs Directory:
  
 
  $UEPMDIR/logs
 
  $UEPMDIR/logs
 +
 +
 +
==== server_messages.log - Sync Errors / Client issues ===
 +
 +
This file is very useful when determining if management/policy servers are able to sync
 +
 +
It's also useful to check for GIU client issues (see enable [[Enable Debug Mode in SmartEndpoint|debug mode]]) and also endpoint client connectivity issues.
 +
 +
 +
==== apache_access.log – Client Connectivity issues ===
 +
 +
This is useful when checking if the EPM service is working correctly.
 +
 +
Checking the HTTP status code clients get when accessing the server give a good indication of server health.
 +
 +
HTTP 200 – Working
 +
 +
HTTP 500 – Not working - Internal Server Error

Revision as of 09:36, 2 November 2016

Back to Endpoint Check the Check Point services running:

cpwd_admin list

Stop and Start UEPM services:

uepm_stop

uepm_start

UEPM Logs Directory:

$UEPMDIR/logs


= server_messages.log - Sync Errors / Client issues

This file is very useful when determining if management/policy servers are able to sync

It's also useful to check for GIU client issues (see enable debug mode) and also endpoint client connectivity issues.


= apache_access.log – Client Connectivity issues

This is useful when checking if the EPM service is working correctly.

Checking the HTTP status code clients get when accessing the server give a good indication of server health.

HTTP 200 – Working

HTTP 500 – Not working - Internal Server Error