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 > Verifying if DB2 Connect is installed

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-21-04, 11:03
shakin shakin is offline
Registered User
 
Join Date: Jan 2004
Posts: 7
Verifying if DB2 Connect is installed

I'm trying to figure out if DB2 Connect is installed or not, but get conflicting information depending on who I ask.

On a Red Hat 7.3 server if I run db2level I get the following output:

DB21085I Instance "db2admin" uses DB2 code release "SQL07023" with level identifier "03040105" and informational tokens "DB2 v7.1.0.55", "s011211" and "U480366".

'rpm -qa |grep db2' gives this:

db2cliv71-7.1.0-55
db2cnvc71-7.1.0-55
db2cucs71-7.1.0-55
db2cnvk71-7.1.0-55
db2cnvt71-7.1.0-55
db2cnvj71-7.1.0-55
db2jdbc71-7.1.0-55

Nothing there obviously says to me that DB2 Connect is installed and an IBM support rep thinks the same thing, but the developer of our app claims it is installed.

Thanks.
Reply With Quote
  #2 (permalink)  
Old 02-21-04, 15:59
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
Re: Verifying if DB2 Connect is installed

You do not have Connect installed ... The rpm for DB2 connect is db2conn71-7.1.0-55
(Refer to manually installing DB2 Connect on Linux in the Quick Beginnings Guide)

You can also do a db2licm -l to see the status of DB2 Connect license ... If Connect is not listed, then you do not have the s/w installed

Cheers
Sathyaram
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #3 (permalink)  
Old 02-21-04, 16:30
Marcus_A Marcus_A is online now
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,197
DB2 Connect could be installed on the client machine or an application server.
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #4 (permalink)  
Old 02-21-04, 21:14
shakin shakin is offline
Registered User
 
Join Date: Jan 2004
Posts: 7
Thank you very much. We're doing DBA by committee over here, which is something I'd recommend against.
Reply With Quote
  #5 (permalink)  
Old 02-21-04, 22:19
sathyaram_s sathyaram_s is offline
Super Moderator
 
Join Date: Aug 2001
Location: UK
Posts: 4,534
??

Quote:
Originally posted by shakin
Thank you very much. We're doing DBA by committee over here, which is something I'd recommend against.
__________________
Visit the new-look IDUG Website , register to gain access to the excellent content.
Reply With Quote
  #6 (permalink)  
Old 02-23-04, 05:36
jsander jsander is offline
Registered User
 
Join Date: Apr 2003
Posts: 191
Hi shakin,

Marcus and Sathyaram are both right.

From the rpm listing you can see DB2 Connect is not installed locally, i.e. on the computer you did the rpm command on.

On the other hand, there may be a DB2 Connect installation somewhere else on a gateway computer.

If DB2 Connect is installed and properly configured you can make a connection to your mainframe database (you do have a mainframe database, otherwise DB2 Connect just doesn't make any sense). Can you?

If so, do a

$ db2 list database directory

to find the node the database is cataloged under, and then do

$ db2 list node directory

to help identify the node. Then check on that node, if DB2 Connect is installed.

Johann

Quote:
Originally posted by shakin
Thank you very much. We're doing DBA by committee over here, which is something I'd recommend against.
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