How to find db2 version installed with my CLM
2 answers
One can also view the rtc admin pages ( Diagnostics ) and see something like:
Not as tidy as db2level:
$ db2level
DB21085I This instance or install (instance name, where applicable: "inst210")
uses "64" bits and DB2 code release "SQL1005A" with level identifier
"060B010E".
Informational tokens are "DB2 v10.5.0.10", "s180615", "IP24050", and Fix Pack
"10".
Product is installed at "/opt/IBM/db2/V10.5".
$ db2level
DB21085I This instance or install (instance name, where applicable: "inst210")
uses "64" bits and DB2 code release "SQL1005A" with level identifier
"060B010E".
Informational tokens are "DB2 v10.5.0.10", "s180615", "IP24050", and Fix Pack
"10".
Product is installed at "/opt/IBM/db2/V10.5".
But one may be a jazz admin and not a db2 admin...
Hi,
as to the where: with admin permissions you ought to be able to see on e.g. the JTS Server admin page the DB2 connection specifics, notably the server on which DB2 is running.
As DB2 admin (e.g. db2inst1) you need to issue this command on the DB2 server:
db2level
Here is a technote describing how to interpret the output: http://www-01.ibm.com/support/docview.wss?uid=swg21642926
db2level
Here is a technote describing how to interpret the output: http://www-01.ibm.com/support/docview.wss?uid=swg21642926
If this answers your question please mark the answer as accepted.
- Arne