424 Document Management Using WebSphere Portal V5.0.2 and DB2 Content Manager V8.2
Example:
db2 attach to cmls1 user icmadmin using passw0rd
Catalog a remote database
To catalog a remote database, enter the following:
Syntax:
db2 catalog db <db_name> at node <node_name>
Where <db_name> is the database on the remote DB2 server machine.
Example:
db2 catalog db ICMNLSDB at node cmls1
Connect to a remote database
To connect to a remote database, enter the following:
Syntax:
db2 connect to <db_name> user <user_ID> using <password>
Example:
db2 connect to icmnlsdb user icmadmin using passw0rd
Disconnect from a remote database
To disconnect from a remote database, enter the following:
db2 connect reset