To configure the DB2 directories, do the following at the SNA client workstation:
catalog appc node node_name remote sym_dest_name security program
For example:
catalog appc node DB2NODE remote DB2CPIC security program
Note: | The case of the sym_dest_name (DB2CPIC in this example) must match the case of the Symbolic Destination Name in the CPI-C Symbolic Destination Name Properties definition. |
catalog db local_dbname as db_alias at node node_name authentication dcs
For example:
catalog db NYC3 as DB2DB at node DB2NODE authentication dcs
catalog dcs db local_dbname as real_host_dbname
For example:
catalog dcs db NYC3 as NEW_YORK3
In the DB2 commands above:
![]() | You now need to update the DB2 directories, test the connection, and bind utilities and applications to the server. The easiest way to do this is to use the CCA as described in Chapter 9. "Configuring DRDA Host Connections on OS/2 or Windows NT Workstations". However, you can also perform these steps manually as described in the sections that follow. |