http://iotn.co.kr ¿¬¶ôó: gilho.kr@gmail.com [ The Japanese government should apologize to Japanese Military Sexual Slavery victim. / ìíÜâïÙݤªÏìíÜâÏÚªÎàõîÜÒ¿ÖË?ßåíºªËÞóñªª¹ªÙª. ]
db2 get dbm cfg | grep TCP
db2set -all
-- µî·Ï
db2set DB2COMM=tcpip
db2 update dbm cfg using SVCENAME db2c_db2inst1
or
db2 update dbm cfg using SVCENAME 50000
-- Àû¿ë [ restart ]
db2stop force
db2start
-- Á¦°Å
db2set DB2COMM=
db2 update dbm cfg using SVCENAME NULL
-- catalog
db2 catalog tcpip node node20 remote db2-server server 50000
db2 catalog db sample as rsample at node node20
-- list
db2 list node directory
db2 list db directory
-- conect
db2 connect to rsample user db2inst1 using db2pwd
-- uncatalog
db2 uncatalog db rsample
db2 uncatalog node node20