====== DB2 Remote nodes/databases ======
===== Data Server Driver =====
**Set path to data server drive cfg file (db2dsdriver.cfg) :**
db2set DB2DSDRIVER_CFG_PATH=
**Export current DS catalog into cfg :**
db2dsdcfgfill -i -o
===== Client connections =====
**Export/import client-to-server configuration : **
db2cfexp
db2cfimp
**Check cataloged nodes :**
db2 list node directory
**Catalog remote node :**
db2 catalog tcpip node remote server
**Uncatalog remote node :**
db2 uncatalog node
**Catalog remote database :**
db2 catalog db [as ] at node
**Uncatalog remote database :**
db2 uncatalog db
**Windows ODBC :**
db2cli writecfg add -dsn -database -host -port
db2cli registerdsn -add -dsn -system
db2cli validate -dsn -connect -user -passwd