IBM Books

Quick Beginnings for DB2 Connect Enterprise Edition


Step 3. Complete the Configuration

When you have configured all of your server connections, do the following on the DB2 Connect workstation:

  1. Confirm that the db2comm environment variable includes APPC. Enter:
       db2set db2comm
    

    If APPC is not set, set it using a command similar to the following:

       db2set db2comm=appc -g
    

    For more details on this command, refer to Chapter 41. Controlling Your DB2 Environment.

  2. If your token ring has never before been used for SNA, issue the following command:
       mkdev -c dlc -s dlc -t tokenring
    

  3. Stop and start SNA Server for AIX. You can use smit or issue the following commands:
       sna -stop sna
       sna -start
    

  4. Update the node directory, system database directory, and DCS directory. Enter the following commands in the command line processor, replacing the text in italics with your values from the worksheet:
       catalog appc node db2node remote DB2CPIC security program
       db2 catalog database db2db as nyc3 at node db2node authentication dcs
       db2 catalog dcs database db2db as new_york3
    

    Refer to the worksheet for:

  5. Connect to the DRDA Server and bind the utilities and applications to the DRDA server using commands similar to the following:

       connect to dbalias user userid using password
       bind path/bnd/@ddcsmvs.lst blocking all
            sqlerror continue messages mvs.msg grant public
       connect reset
    

    where path corresponds to the DB2PATH registry value.

    For further information, refer to the online DB2 Connect User's Guide.



note

To install remote clients, see Chapter 27. Installing DB2 Clients.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]