IBM Informix Dynamic Server discovery
The ServiceNow Discovery and Service Mapping applications can find and map the Informix Dynamic Server. Discovering some of these resources may require updating to the latest version of the Discovery and Service Mapping Patterns application from the ServiceNow Store.
Request apps on the Store
Visit the ServiceNow Store to view all the available apps, and for information about submitting requests to the store. For cumulative release notes information for all released apps, see the ServiceNow Store version history release notes.
Prerequisites
- User
- Provide a user with permissions to run the following commands without elevated rights:
$install_directory/bin/onstat -g dis
This command gets the status and configuration of Informix Dynamic server.
- $install_directory/bin/dbaccess sysmaster
This command runs an sql query against the master schema.
- Credentials
- Configure SSH credentials in the Credentials module of the ServiceNow platform for accessing the server hosting the Informix Dynamic server.
Data collected by Discovery during horizontal discovery
| Table and Field | Description |
|---|---|
| Informix Instance [cmdb_ci_db_informix_instance] | The Informix instance attributes. |
| tcp_port | |
| running_process | |
| version | |
| install_directory | |
| config_file | |
| name | |
| Informix Catalog [cmdb_ci_db_informix_catalog] | The database included in the Informix Instance. |
| database |
CI Relationships
| CI | Relationship/Reference | CI |
|---|---|---|
| Informix Instance [cmdb_ci_db_informix_instance] | Contains::Contained by | Informix Catalog [cmdb_ci_db_informix_catalog] |
Top-down
During top-down discovery, Service Mapping discovers connections between the Informix Instance and the Informix Catalogs that the instance contains and displays them as an inclusion on the application service map.