Difference between revisions of "Get Provider-1 CMA / Mgmt HA synchronization status from the CLI"

From cpwiki.net
Jump to: navigation, search
Check Point Profressional Services
(Created page with "== How to retrieve CMA sync status from the CLI == taken from: Solution ID: sk66069 Product: Multi-Domain Management / Provider-1 Version: R75.10 == Solution == ...")
 
(Changing the HA status of the Management station from command line)
Line 17: Line 17:
  
  
== Changing the HA status of the Management station from command line ==
 
  
Solution ID:  sk34495
+
[[category:provider-1]]
Product:  Security Gateway, Multi-Domain Management / Provider-1, SecurePlatform
+
Version:  NGX R65, R70, R71, R75
+
 
+
check current status (0 = Standby / 1 = Active)
+
# cpprod_util FwIsActiveManagement
+
 
+
Set CMA / Management station to Standby status
+
 
+
*** use if primary / secondary CMAs are in active / active state
+
# cpprod_util FwSetActiveManagement 0
+
 
+
Set CMA / Management station to Active status
+
# cpprod_util FwSetActiveManagement 1
+
 
+
[[category:monitoring]]
+

Revision as of 15:13, 20 May 2014

How to retrieve CMA sync status from the CLI

taken from: Solution ID: sk66069 Product: Multi-Domain Management / Provider-1 Version: R75.10


Solution

1. Log in to the Primary MDS

2. Run the "mdsenv <Primary-CMA>" command.

3. Run the command with the Secondary CMA as the parameter:

# cpmistat -o schema -r mg <Secondary-CMA> | grep "mgSyncStatus"
:mgSyncStatus (Lagging)