Configuring ITNM Observer jobs
Using the IBM Tivoli Network Manager (ITNM) Observer, you can define jobs that dynamically load data discovered by Network Manager for analysis by Netcool Agile Service Manager.
Before you begin
Ensure you have the IBM Tivoli Network Manager service details to hand, such as the domain, host and port number.
The ITNM Observer is installed as part of the core installation procedure.
You can create custom tags on IBM Tivoli Network Manager, which the ITNM Observer can integrate into Agile Service Manager tags. For information on creating custom tags in Network Manager, see the Adding name-value pairs to entities using the File finder topic in the IBM Tivoli Network Manager IP Edition documentation.
customtags=~/[\\{ ]Country=(.+?)[,\\}]/
About this task
The ITNM Observer jobs extract Network Manager resources using an Object Query Language JDBC driver. The Observer loads and updates the resources and their relationships within the Agile Service Manager core topology service.
- Load
- A transient (one-off) job that queries Network Manager for topology data, and performs a complete upload for a single ITNM domain.
- Listen
- A long-running job that monitors the Network Manager message bus for changes and update the topology service accordingly. When the job is started, the observer creates an OQL connection that listen for changes in the ITNM network. Any resources added, changed or deleted are passed on by the OQL connection and the Agile Service Manager topology service is updated.
SERVICE: ncp_config DOMAIN: NCOMS ADDRESS: 172.17.0.4 PORT: 7968 SERVERNAME: core.ibm.com DYNAMIC: NO
The
port identified in this example is 7968 (while the
domain is NCOMS, and the host
(ITNM Server IP) is 172.17.0.4).Alternatively, run the following OQL statement against the model service to list the available topology types:
select ENTITYNAME from ncimCache.entityData where METACLASS='Topology'