Changing the Mgmt HA status of SmartCenter / CMA from command line

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services

Changing the HA status of the Management station from command line (CLI)

Solution ID: sk34495 Product: SmartCenter, Multi-Domain Management / Provider-1, SecurePlatform Version: NGX R65, R70, R71, R75, R77 Date Created: 27-Feb-2008 Last Modified: 13-Dec-2011


Solution

Run the cpstop command.


To find out the current status, run:

# cpprod_util FwIsActiveManagement

where...

0 - means Standby

1 - means Active


To set the Management station to Standby status, run:

# cpprod_util FwSetActiveManagement 0


To set the Management station to Active status, run:

   # cpprod_util FwSetActiveManagement 1