+ Reply to Thread
Results 1 to 2 of 2

Installing DB2 9 on Linux

  1. Installing DB2 9 on Linux

    Hello Friend,

    Can any1 please help in telling how 2 install DB29 on linux. I have installed the software only and i had unchecked the default DB2 9 instance creation during installation.Well i try setting the following Parameter in .bash_profile
    CLASSPATH :
    1)/db2java.zip 2)/db2jcc.jar 3)/sqlj.zip 4)db2jcc_license_cu.jar
    5)/bin 6)/common.jar

    INCLUDE :
    1)/include 2)/lib

    LIB:
    1)/lib

    PATH :
    1)/bin 2)/function 3)/samples/repl

    but when i try to invoke the DB2cc it throws error java error.Can u please help
    me solve the problem and please provide me with the URL that completely explain the DB2 Archicture


    THANK YOU,
    GILROY GONSALVES




  2. Re: Installing DB2 9 on Linux

    gilroygonsalves21@yahoo.com wrote:

    > Hello Friend,
    >
    > Can any1 please help in telling how 2 install DB29 on linux. I have
    > installed the software only and i had unchecked the default DB2 9 instance
    > creation during installation.Well i try setting the following Parameter in
    > .bash_profile CLASSPATH : 1)/db2java.zip 2)/db2jcc.jar
    > 3)/sqlj.zip 4)db2jcc_license_cu.jar 5)/bin 6)/common.jar
    >
    > INCLUDE :
    > 1)/include 2)/lib
    >
    > LIB:
    > 1)/lib
    >
    > PATH :
    > 1)/bin 2)/function 3)/samples/repl
    >
    > but when i try to invoke the DB2cc it throws error java error.Can u please
    > help me solve the problem and please provide me with the URL that
    > completely explain the DB2 Archicture


    Have you actually created a DB2 instance? That is necessary in order to
    work with DB2. An instance is basically a Linux user and that user will be
    the DB2 system administrator. When an instance is created, a
    directory "sqllib" is created in the user's HOME directory. There is also
    a sqllib/db2profile which should be sourced in your .bashrc.

    You should re-run the install and follow the default - unless you really
    know what you are doing and why you want to deviate from the default.

    --
    Knut Stolze
    DB2 Information Integration Development
    IBM Germany

+ Reply to Thread