Connecting to data sources : Connecting to data sources : Connecting to a DB2 data source : Checking a connection to a DB2 instance
 
Checking a connection to a DB2 instance
To check that a connection exists between the machine and the DB2 instance, use the command-line utility DB2. This utility comes with the DB2 software and is available for Linux, and Windows.
To start the DB2 utility, open a command-line window and enter DB2 at the command prompt. At the DB2 prompt, enter the command to connect to a DB2 database.
connect to <database> user <user name>
The <database> is the name of the DB2 database, and <user name> is the DB2 database user. You are prompted for a password. Enter the password for the user. DB2 displays the connection information in the command window when a connection is made. Enter quit to terminate the session.