Client Database Catalog

When cataloging databases on a client machine, always use AUTHENTICATION clause and match the authentication algorithm with the one specified on the server by the database manager parameter (AUTHENTICATION). For example:

db2 catalog database database_name at node node_name AUTHENTICATION SERVER

This will avoid additional network traffic between client and server generated to resolve the authentication algorithm discrepancy.