User`s guide

IBM Lotus Notes, Domino, Domino Designer 8 Release Notes
4. The first time that you start the DB2-enabled Domino server, the following occurs:
The database that is created on the remote DB2 server B is named: ADOMINO
The Domino startup process prepends the character A to the DB2 database name supplied to the
Domino Administrator client
The database is cataloged as DOMINO
5. To verify that the DB2 database ADOMINO was created, enter the following command:
db2 list database directory
In the DB2INSTANCE db2inst5 on computer B, that is, the DB2 server, you will see this output
indicating that the DB2 database ADOMINO was created:
$ id
uid=5105(db2inst5) ...
$ db2 list database directory
System Database Directory
Number of entries in the directory = 1
Database 1 entry:
Database alias = ADOMINO
Database name = ADOMINO
Local database directory = /local1/db2inst5
Database release level = b.00
Comment =
Directory entry type = Indirect
Catalog database partition number = 0
Alternate server hostname =
Alternate server port number =
6. To verify that the DB2 database DOMINO was cataloged in the DB2INSTANCE db2inst2 on
computer A, that is, the Domino server , enter this command:
db2 list database directory
You will see the following output:
$ id
uid=5102(db2inst2) ...
$ db2 list database directory
System Database Directory
Number of entries in the directory = 1
Database 1 entry:
Database alias = DOMINO
Database name = ADOMINO
Node name = NODEAA
Database release level = b.00
Comment =
Directory entry type = Remote
Authentication = SERVER
Catalog database partition number = -1
Alternate server hostname =
Alternate server port number =
94