- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Re: MDS primary status on cli
Options
- 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?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jump to solution
MDS primary status on cli
Is it possible to check the primary status of an MDS on the cli?
1 Solution
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @S_L
use this CLi command:
#cpprod_util FwIsPrimary
0 = secondary
1 = primary
or use
#echo -e "query mdss\n-q\n" | dbedit -local -d mdsdb | egrep 'UID|Object Name|primary
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @S_L
use this CLi command:
#cpprod_util FwIsPrimary
0 = secondary
1 = primary
or use
#echo -e "query mdss\n-q\n" | dbedit -local -d mdsdb | egrep 'UID|Object Name|primary
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the fast answer.
