- CheckMates
- :
- Products
- :
- Quantum
- :
- Management
- :
- How to update a network object group on all CMAs i...
- 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
How to update a network object group on all CMAs identically.
We have a few network objects with many IP addresses. Is there a way to have this group identical on all CMAs when someone updates them only on a single CMA.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is precisely the problem Global Objects (created at the MDS level) are designed to solve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This is precisely the problem Global Objects (created at the MDS level) are designed to solve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you, right now I have some restrictions on Global Domain object creation,, but this will be used as the solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I had the same issue with restriction about Global object. I have created a script to create/add/update some items in each CMA. For sure some users can also update the object when they are connected to their CMA. Better than nothing if you don't want to use Global object.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you don't want to use global object, which is preferred way, you can use API to connect to each domain and create host/network/whatever via few commands.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sure. But there is no option to remove an object from the group right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
"delete host name "whatever" ignore-errors true" and that's it, without ignore-errors it would fail in case that host is used in group, by ignoring it it will just remove it from group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
But that would mean, its removed from any other groups as well right ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can use members.remove with a set group command in a script.
