Difference between revisions of "Changing the Mgmt HA status of SmartCenter / CMA from command line"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
Line 1: Line 1:
Changing the HA status of the Management station from command line
+
Changing the HA status of the Management station from command line (CLI)
  
 
Solution ID: sk34495
 
Solution ID: sk34495
 
Product: SmartCenter, Multi-Domain Management / Provider-1, SecurePlatform
 
Product: SmartCenter, Multi-Domain Management / Provider-1, SecurePlatform
Version: NGX R65, R70, R71, R75
+
Version: NGX R65, R70, R71, R75, R77
 
Date Created: 27-Feb-2008
 
Date Created: 27-Feb-2008
 
Last Modified: 13-Dec-2011
 
Last Modified: 13-Dec-2011

Revision as of 15:33, 20 May 2014

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