If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DB2 Install error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-14-11, 20:13
Gideon22 Gideon22 is offline
Registered User
 
Join Date: Jun 2011
Posts: 39
DB2 Install error

I just attempted to install DB2 ESE 9.7 on a Linux machine

I ran ./db2setup and choose the typical options, and then let it run, below is my selections summary:

Code:
Product to install:                        DB2 Enterprise Server Edition 
Installation type:                         Typical 
                                        
Previously Installed Components:        
Selected Components:                    
    Base client support                    
    Java support                           
    SQL procedures                         
    Base server support                    
    IBM Software Development Kit (SDK) for Java(TM)    
    Connect support                        
    Communication support - TCP/IP         
    Replication tools                      
    Control Center                         
    DB2 data source support                
    DB2 LDAP support                       
    DB2 Instance Setup wizard              
    DB2 Update Service                     
    First Steps                            
    Sample database source                 
                                        
Languages:                              
    English                                
        All Products                       
                                        
Target directory:                          /opt/ibm/db2/V9.7
                                        
Space required:                            894 MB
Install SA MP:                             Yes 
                                        
New instances:                          
    Instance name:                         db2inst1
        Start instance on reboot:          Yes 
        Instance user information:         
            User name:                     db2inst1
            Group name:                    db2iadm1
            Home directory:                /home/db2inst1
        Fenced user information:           
            User name:                     db2fenc1
            Group name:                    db2fadm1
            Home directory:                /home/db2fenc1
                                        
DB2 Administration server:              
    Instance user information:             
        User name:                         dasusr1
        Group name:                        dasadm1
        Home directory:                    /home/dasusr1
                                        
                                        
                                        
Response file name:                        /root/db2ese.rsp
When I came back to my screen, the install GUI was not there, and I did not have a complete installation. I could not log into db2inst1.

I could log into dasusr1, I logged in, the das subdirectory was there, but the db2admin was not started

Below is my response file:


Code:
inst1.NAME       = db2inst1
inst1.GROUP_NAME       = db2iadm1
inst1.HOME_DIRECTORY       = /home/db2inst1
inst1.PASSWORD       = 175418540193694175665374221541723441635522826243368553443304525264932113512844409525293
ENCRYPTED       = inst1.PASSWORD
inst1.AUTOSTART       = YES
inst1.CONFIGURE_TEXT_SEARCH       = NO
*  Fenced user
inst1.FENCED_USERNAME       = db2fenc1
inst1.FENCED_GROUP_NAME       = db2fadm1
inst1.FENCED_HOME_DIRECTORY       = /home/db2fenc1
inst1.FENCED_PASSWORD       = 254129234592675241808264723951655545295471455015231624305461336522160442233262143235468
ENCRYPTED       = inst1.FENCED_PASSWORD
*-----------------------------------------------
*  Installed Languages
*-----------------------------------------------
LANG       = EN
*-----------------------------------------------
*  SA MP Base Component
*-----------------------------------------------
INSTALL_TSAMP = YES
What should I do to fix this.

Should I delete all files from the /opt/ibm/db2 and install again ?

Thanks
Reply With Quote
  #2 (permalink)  
Old 07-14-11, 21:19
stiruvee stiruvee is offline
Registered User
 
Join Date: May 2010
Location: India
Posts: 34
Check db2setup.log, db2setup.err files ( db2setup_username.log for non-root installation ) in /tmp directory for setup log and errors.


Satya..
Reply With Quote
  #3 (permalink)  
Old 07-15-11, 17:32
Gideon22 Gideon22 is offline
Registered User
 
Join Date: Jun 2011
Posts: 39
The /tmp/db2setup.log contained the following:

Quote:
DB2 Setup log file started at: Thu 14 Jul 2011 03:46:43 PM EDT EDT
================================================== ==========

Operating system information: Linux 2.6.18-238.el5.#1 SMP Sun Dec 19 14:22:44 EST 2010 x86_64

DB2 Setup log file finished at: Thu 14 Jul 2011 04:49:26 PM EDT EDT
================================================== ==========
The /tmp/setup.err existed, but did not contain any data

I looked for the db2_deinstall, and found the following:

Quote:
[root@HX20-12 /]# cd /
[root@HX20-12 /]# find . -name db2_deinst*
./opt/ibm/db2/V9.7/install/db2_deinstall_exec
./opt/ibm/db2/V9.7/install/db2_deinstall
./tmp/db2/ese/db2/linuxamd64/install/db2_deinstall
./tmp/db2/ese/db2_deinstall
How should I proceed at this point.

1> Should I deinstall

2> Which one of those deinstall commands should I use

3> Should I skip deinstall and just delete /opt/ibm/db2 ????

Thanks
Reply With Quote
  #4 (permalink)  
Old 07-15-11, 17:49
db2girl db2girl is offline
∞∞∞∞∞∞
 
Join Date: Aug 2008
Location: Toronto, Canada
Posts: 1,816
Quote:
Originally Posted by Gideon22 View Post
I could not log into db2inst1.
What happens when you try to login as db2inst1? Can you "su - db2inst1" from root? If this is successful, try to start the instance.


Try the following commands: db2ls, db2ilist

You can also try creating a new instance using db2icrt.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On