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