Catalog a node alias for ATTACH

A node name for the Db2® server must be specified when registering the server in LDAP. Applications use the node name to attach to the database server.

Procedure

  • If you require a different node name, such as when the node name is hard-coded in an application, use the CATALOG LDAP NODE command to make the change.
    For example:
       db2 catalog ldap node ldap_node_name
          as new_alias_name
  • To uncatalog a LDAP node, use the UNCATALOG LDAP NODE command.
    For example:
       db2 uncatalog ldap node ldap_node_name