AIOps

AIOps

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only

Making Your Life Easier: Installing TCR 3.1 with Non-Root DB2 Installation

By IMWUC Community Team posted Mon November 13, 2017 07:06 AM

  

by Fran Martinez

NOTE: it is a blog following the one "Installing TCR 3.1 with non-root user" (https://www.imwuc.org/blog/making-your-life-easier-installing-tcr-3.1-with-non-root-user)  although you can use it to install a DB2 database easily to be used with any other IBM product

1. Once the package , DB2_ESE_10_Linux_x86-64.tar.gz , is downloaded from passport Advantage page  and uncompressed (gunzip command). we run with root user  the:

  ./db2setup

------------------------------------------------------------------------------------------------------------

NOTE: Previously we may run the db2prere script:

                                                         ./db2prereqcheck –v 10.1.0.0

            To check if our hardware/software  pass the prerequisites.

---------------------------------------------------------------------------------------

 

     it will open this windows:

image

 

2. Click on “install a product” + “install New” :

image

 

3. In the next screens we are going to set the path installation, create the “dasusr1”  user, create a db2 instance and single partition instance.

4. Now we create the owner of the instance: db2inst1 default  + Next

5. Now appears a summary and click on “finish” to start the installation

image

 

6. Once the installation has finished we can validate the installation running the  command : ./db2val

7. The last step is license the DB2 running with “db2inst1” the command:


                    ./db2licm –a Db2ese_o.lic
----------------------------------------------------------------------------------------
LIC1402I License added successfully.
LIC1426I This product is now licensed for use as outlined in your License Agreement.
USE OF THE PRODUCT CONSTITUTES ACCEPTANCE OF THE TERMS OF THE IBM LICENSE
AGREEMENT, LOCATED IN THE FOLLOWING DIRECTORY: "/opt/ibm/db2/V10.1/license/
en_US.iso88591
------------------------------------------------------------------------------------------

NOTE: we can run the command " db2licm –l"  to check it was correctly registered.

NOTE: NEXT STEP  IN  "Creating and configuration Content Store"

0 comments
0 views

Permalink