IBM Books

Quick Beginnings


Completing the Configuration

When you have configured your system and all of the server connections, do the following:

  1. Install your token-ring adapter using the procedures provide by the manufacturer.

  2. Use SAM to enable data link control for the adapter.

  3. Stop and start the HP-UX SNAplus subsystem. Enter:
       db2stop
       db2start
    

  4. Update the DB2 node directory, system database directory, and DCS directory.

    To do this, you will need to know the symbolic destination name ((16)) and the target database name ((5)) from the worksheet (see Table 18). The commands are:

       db2 catalog appc node db2node remote db2cpic security program
       db2 catalog dcs database db2db as new_york3
       db2 catalog database db2db as nyc3 at node db2node authentication dcs
    

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

  5. Connect to the DRDA server and bind the utilities and applications to the DRDA server using commands similar to the following in the command line processor:
       connect to dbalias user userid using password
       bind path@ddcsmvs.lst blocking all
            sqlerror continue messages mvs.msg grant public
       connect reset
    

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



note

To install remote clients, see Chapter 26. "Installing DB2 Clients".


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

[ DB2 List of Books | Search the DB2 Books ]