Get Provider-1 CMA / Mgmt HA synchronization status from the CLI

From cpwiki.net
Revision as of 21:58, 25 February 2013 by Nighthawk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Check Point Profressional Services

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)


Changing the HA status of the Management station from command line

Solution ID: sk34495 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