- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: cpview Management HA
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
cpview Management HA
How does cpview gets the information if a Management is configured as HA or not?
Greedings.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
By running
# cpprod_util FwIsHAManagement
8)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I try this command on my non-HA Management it also returns 1 instead 0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes, true:
[Expert@SMS:0]# cpprod_util FwIsHAManagement
1
[Expert@SMS:0]# cpprod_util FwIsHighAvail
0
[Expert@SMS:0]# cpprod_util FwIsFullHA
0
[Expert@SMS:0]# cpprod_util FwIsFirewallMgmt
1
[Expert@SMS:0]# cpprod_util FwIsPrimary
1
[Expert@SMS:0]# cpprod_util FwIsActiveManagement
1
---
The best command for this is (sk148112):
cpstat mg
In order to check if the local machine is the primary or the secondary management server run:
grep Primary $CPDIR//registry/HKLM_registry.data
:Primary ("[4]1") means this is the primary
:Primary ("[4]0") means this is the secondary
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If i'm not wrong there is no option to install a Management-Server as standalone. It's basically always a primary.
For multiple smartcenters you would determine the role of the smartcenter with cpprod_util <FwIsActiveManagement|FwIsPrimary> if i'm not mistaken.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Correct:
Primary Server vs. Secondary Server
The sequence in which you install management servers defines them as Primary or Secondary. The first management server installed becomes the Primary active server. When you install more Security Management Servers, you define them as Secondary. Secondary servers are Standby servers by default.
In the SmartConsole connected to the Primary server, create a network object to show the Secondary Security Management Server. After you publish, synchronize starts between the primary and secondary servers.
