DB2 probe on AIX is not able to connect to the database
search cancel

DB2 probe on AIX is not able to connect to the database

book

Article ID: 76276

calendar_today

Updated On:

Products

DX Unified Infrastructure Management (Nimsoft / UIM) CA Unified Infrastructure Management On-Premise (Nimsoft / UIM) CA Unified Infrastructure Management SaaS (Nimsoft / UIM)

Issue/Introduction

The DB2 probe was successfully installed on the AIX Operating System but it fails to connect to the local database.

The following message is displayed: "Probe has to be started for the connection test."

Environment

AIX with local DB2

Cause

Based on the db2_monitor log, the DB2INSTANCE variable was not set on the Controller:

db2: (system) - Get default instance name failed, DB2INSTANCE not filled. 

Resolution

You MUST set the DB2INSTANCE on the controller as below.

<environment>
LD_LIBRARY_PATH = /IBM/DB2/sqllib/lib64/
DB2INSTANCE = <DEFAULTINSTANCE>
</environment>