- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- Bulk Operation: How to actualize the CP version of...
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
Bulk Operation: How to actualize the CP version of the Gateway objects
Hi experts,
one question: In a testing environment, I could upgrade several gateways from R77.30 to R80.10 unattentedly. However, it turned out that all the gateways have still the old Check Point version in the objects' database. So, is there any means of actualizing this as a bulk operation?
Any hint will highly be appreciated.
Thanks in advance!
Cheers,
Yasushi
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use the API command set-simple-gateway .
you will need to use the version option :
version | string | Gateway platform version. |
1. login
2. set-simple-gateway
{
"name" : "RemoteBranchGw",
"version" "R80.10"
}
3. Publish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I know from dbedit there are actually a few places you need to effectively change the version (not all of them obvious).
Hopefully this is sufficient for this task.
