DB2 Installation Steps in Linux Server


1:Download the Db2 software

 

Eg : db210.5_linux.tar.gz

 

 2.Unzip the above product using the below command

 

gunzip -d db210.5_linux.tar.gz

 

3.Untar the product

 

db2 -xvf db210.5_linux.tar

 

It will extract the files & create the SETUP Directory .

 

4.In the setup directory,u have to run the following command

 

./db2install

 

It will generate the log file,based on the log file u can verify whether it has executed successfully or not.

 

Comments

Popular posts from this blog

Db2 export command example using file format (del , ixf)

How to fix DB2 Tablespace OFFLINE state issue?

Phases of a load operation