db2 commands
db2 list db directory
db2 drop database sample
db2 connect to sample
su - db2inst1
db2stop
db2start
db2ilist
db2 get dbm cfg | grep SVC
db2set -i db2inst1 DB2COMM=tcpip
db2 update dbm cfg using SVCENAME 50000
db2 drop database sample
db2 connect to sample
su - db2inst1
db2stop
db2start
db2ilist
db2 get dbm cfg | grep SVC
db2set -i db2inst1 DB2COMM=tcpip
db2 update dbm cfg using SVCENAME 50000
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home