Discussion:
How do i find the version information of DB2 Connect
(too old to reply)
s***@gmail.com
2007-10-15 19:22:47 UTC
Permalink
I have been assigned a task of identifying the various db2 connect servers in our company. I know i could use db2level. But how do i know if the information i am getting back is in fact db2 connect information..

Any help is appriciated...
Blair Kenneth Adamache
2007-10-16 20:17:00 UTC
Permalink
If you just want to scan directories, check the contents of the
/TIVREADY subdirectory (usually under the directory where you installed
DB2):

Directory of D:\sqllibv9\tivready

07/20/2007 11:17 AM <DIR> .
07/20/2007 11:17 AM <DIR> ..
07/19/2007 12:20 PM 130 db2ese910.sys
07/20/2007 11:20 AM 50 db2ese91_b.sys

If you can connect, try this admin function:

ENV_PROD_INFO

http://publib.boulder.ibm.com/infocenter/db2luw/v9/index.jsp?topic=/com.ibm.db2.udb.admin.doc/doc/r0022038.htm

And look for:

* CONPE: DB2 Connect Personal Edition
* ESE: DB2 Enterprise Server Edition
* EXP: DB2 Express Edition
* PE: DB2 Personal Edition
* WSE: DB2 Workgroup Server Edition
* CONSV: if any DB2 Connect server edition is found.
Post by s***@gmail.com
I have been assigned a task of identifying the various db2 connect servers in our company. I know i could use db2level. But how do i know if the information i am getting back is in fact db2 connect information..
Any help is appriciated...
Continue reading on narkive:
Loading...