User`s guide

IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
The environment of the user who starts the Domino server must have the NOTES.INI setting
DB2INSTANCE=db2inst2.
The Domino server is started with transaction logging enabled.
During server enablement, the Domino Administrator client creates a DB2 node on computer A, using the
information supplied to the Domino Administrator client.
DB2 nodename: nodeaa
Host name: p5viper.notesdev.ibm.com
Port number/ service name: 50003
At server startup, using the information supplied to the Domino Administrator client, the following occurs:
The DB2 database is created on computer B as database: ADOMINO
The DB2 database is catalogued on computer A as database: DOMINO
DB2 database name is assigned: Domino
The name of the DB2 database created on the DB2 server is <the database name the user entered
pre-pended with the letter A > ADOMINO
Manually cataloging the DB 2 database that the Domino server will use
Complete these steps to ensure that the Domino server uses a db2node to get to the db2database.
1.
To catalog a node (this <node name> is in the Domino server's NOTES.INI setting
DB2INSTANCE=nodename ), enter the following:
z
db2 catalog TCPIP node <node name> remote <machine name> server <port number>
z
db2 catalog tcpip node nodename remote machine.notesdev.ibm.com server 50001
2.
(Domino Administrator client ) Before restarting the DB2-enabled Domino server, run the DB2
command:
db2 list node directory
In the DB2INSTANCE db2inst2 on computer A, you will see the following information indicating that
the DB2 node has been created:
$ id
uid=5102(db2inst2) ...
$ db2 list node directory
Node Directory
Number of entries in the directory = 1
Node 1 entry:
Node name
Comment
Directory entry type
Protocol
Hostname
Service name
= NODEAA
= nodeAA
= LOCAL
= TCPIP
= p5viper.notesdev.ibm.com
= 50003
3. To catalog a database where the <database name> is in the Domino server's NOTES.INI setting
DB2DATABASE=databasename, enter the following:
z
db2 catalog database <database name> as <loop back db alias name> at node <loop back node
name> authentication server
z
db2 catalog database adomino as Domino at node nodename authentication server
93