LOTUS CONNECTORS


Sample Steps for DB2 Administration Client Configuration on UNIX
The following illustrates some sample steps you may wish to follow when configuring your DB2 connectivity using the Administration Client on UNIX. For full details, refer to the DB2 manual Install/Use DB2 Clients for xxx where xxx is your UNIX operating system. The steps below assume you are installing the Administration Client for the server machine running on UNIX and using TCP/IP.

1. Install the DB2 Administration Client software.

2. Ensure the server machine can resolve the DB2 server TCP/IP host address. For example, you should be able to ping the server. If it can't, either update the Domain Name server to include the DB2 server name and address or add an entry to your server machine's /etc/hosts file.

3. Ensure the DB2 server has enabled the TCP/IP protocol through the DB2COMM environment variable. This variable may indicate multiple protocols. Make certain it includes TCPIP. This variable must be set at the time the DB2 server is started.

4. Ensure the services file on the DB2 server machine contains an entry for TCP/IP support for each database manager instance you plan on accessing.


5. On the server machine, catalog the DB2 server and database. To catalog the server, use the DB2 command line processor on the server machine and enter the command:
6. Catalog the database using the following command:
7. Exit and restart the DB2 command line processor. Connect to the DB2 database with the following command:
8. Verify connectivity to DB2 by running the DCTEST program found in the Domino program directory. This program will prompt you for the database name or database alias, userid, and password.