How do I discover DB2 databases?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-17-2023 10:02 AM
How are DB2 databases discovered? There is a table cmdb_ci_db_db2_instance with DB2 instances populated however there is another table called cmdb_ci_db_db2_catalog that has no databases populated. Are DB2 databases created OOTB by Discovery?
Thanks,
Erick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 06:15 AM
OOB discovery patterns are available for DB2 discovery as per the following URLs:
Following is a brief overview of the tables which you mentioned:
cmdb_ci_db_db2_instance: Indicates instances of IBM DB2 database servers in the CMDB. i.e. It is used to capture the running instances of DB2 database servers. It captures attributes like instance name, version, hostname, port, status, database name etc.
cmdb_ci_db_db2_catalog: Indicates the catalog of DB2 databases in the CMDB. i.e. It is used to capture CIs which represent the catalog or schema of DB2 databases. Attributes like database name, database instance, owner etc. are captured in this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2023 09:51 AM
Can you point me to the part in the pattern where the DB2 databases are discovered? I don't see that step.
Thanks,
Erick
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2024 11:01 PM
@Erick18 How did you implement this?
I have the same requirement.
Please provide the solution if you are able to solve this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 05:44 AM