IBM DB2
Installation
As root
Untar the archive file
tar -xvf linuxx64_client.tar.gz
Install db2
./client/db2_install -b /opt/db/v11.5
Create user client
/opt/ibm/db2/v11.5/instance/db2icrt -s client lully
Migration
As root
db2cfexp db2cfexp.log template
As instance user
db2cfimp export.log
Check directories
Run db2 cmd as user sourced profile
list db directory
list node directory
Last updated on