473,320 Members | 1,821 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

list of db2 installed products

Hi To all.
I would like to know please if there is a command that shows which DB2
products were installed on my machine.
Thanks for the help

Sep 23 '07 #1
7 4991
"Asuwish" <am***@oft.co.ilwrote in message
news:11**********************@y42g2000hsy.googlegr oups.com...
Hi To all.
I would like to know please if there is a command that shows which DB2
products were installed on my machine.
Thanks for the help
Open the DB2 Command Line Processor and type: db2level
Sep 23 '07 #2
On 23 , 23:17, "Mark A" <nob...@nowhere.comwrote:
"Asuwish" <am...@oft.co.ilwrote in message

news:11**********************@y42g2000hsy.googlegr oups.com...
Hi To all.
I would like to know please if there is a command that shows which DB2
products were installed on my machine.
Thanks for the help

Open the DB2 Command Line Processor and type: db2level
Hi.
I'm familiar with this command but it shows me the following :

DB21085I Instance "DB2" uses "32" bits and DB2 code release
"SQL09013" with
level identifier "01040107".
Informational tokens are "DB2 v9.1.300.257", "s070719", "WR21392", and
Fix Pack

"3".
Product is installed at "C:\IBM\SQLLIB" with DB2 Copy Name "DB2COPY1".

In my case I have more db2 products like db2 client, how can I know
that according to the output.

Thanks again.
Amir T.

Sep 24 '07 #3
"Asuwish" <am***@oft.co.ilwrote in message Hi.
I'm familiar with this command but it shows me the following :

DB21085I Instance "DB2" uses "32" bits and DB2 code release
"SQL09013" with
level identifier "01040107".
Informational tokens are "DB2 v9.1.300.257", "s070719", "WR21392", and
Fix Pack

"3".
Product is installed at "C:\IBM\SQLLIB" with DB2 Copy Name "DB2COPY1".

In my case I have more db2 products like db2 client, how can I know
that according to the output.

Thanks again.
Amir T.
DB2 Client is always installed with the server. If you want to know which
client you have, open the client and look at Help.
Sep 24 '07 #4
On 24 , 08:36, "Mark A" <nob...@nowhere.comwrote:
"Asuwish" <am...@oft.co.ilwrote in message Hi.
I'm familiar with this command but it shows me the following :
DB21085I Instance "DB2" uses "32" bits and DB2 code release
"SQL09013" with
level identifier "01040107".
Informational tokens are "DB2 v9.1.300.257", "s070719", "WR21392", and
Fix Pack
"3".
Product is installed at "C:\IBM\SQLLIB" with DB2 Copy Name "DB2COPY1".
In my case I have more db2 products like db2 client, how can I know
that according to the output.
Thanks again.
Amir T.

DB2 Client is always installed with the server. If you want to know which
client you have, open the client and look at Help.- -

- -
Hi Mark.
Thanks for your help , Have a nice day :)

Sep 24 '07 #5
Asuwish wrote:
On 23 , 23:17, "Mark A" <nob...@nowhere.comwrote:
>"Asuwish" <am...@oft.co.ilwrote in message

news:11**********************@y42g2000hsy.googleg roups.com...
>>Hi To all.
I would like to know please if there is a command that shows which
DB2 products were installed on my machine.
Thanks for the help

Open the DB2 Command Line Processor and type: db2level
Hi.
I'm familiar with this command but it shows me the following :

DB21085I Instance "DB2" uses "32" bits and DB2 code release
"SQL09013" with
level identifier "01040107".
Informational tokens are "DB2 v9.1.300.257", "s070719", "WR21392", and
Fix Pack

"3".
Product is installed at "C:\IBM\SQLLIB" with DB2 Copy Name "DB2COPY1".

In my case I have more db2 products like db2 client, how can I know
that according to the output.

Thanks again.
Amir T.
Aha, it seems you are on DB2 9.
In that case you would have the option of using the command db2ls as
described here:
http://publib.boulder.ibm.com/infoce...c/r0023668.htm
but unfortunately for you it isn't available for Windows.

However, you could try DB2's *uninstall* command db2unins with the -d
parameter:
http://publib.boulder.ibm.com/infoce...c/r0023371.htm

Take care not to run this command without parameters as this will *remove*
all DB2-products in the current installation directory tree!

HTH.

--
Jeroen

1. db2ls command
Sep 24 '07 #6
On 24 , 21:16, "The Boss" <use...@No.Spam.Please.invalidwrote:
Asuwish wrote:
On 23 , 23:17, "Mark A" <nob...@nowhere.comwrote:
"Asuwish" <am...@oft.co.ilwrote in message
>news:11**********************@y42g2000hsy.googleg roups.com...
>Hi To all.
I would like to know please if there is a command that shows which
DB2 products were installed on my machine.
Thanks for the help
Open the DB2 Command Line Processor and type: db2level
Hi.
I'm familiar with this command but it shows me the following :
DB21085I Instance "DB2" uses "32" bits and DB2 code release
"SQL09013" with
level identifier "01040107".
Informational tokens are "DB2 v9.1.300.257", "s070719", "WR21392", and
Fix Pack
"3".
Product is installed at "C:\IBM\SQLLIB" with DB2 Copy Name "DB2COPY1".
In my case I have more db2 products like db2 client, how can I know
that according to the output.
Thanks again.
Amir T.

Aha, it seems you are on DB2 9.
In that case you would have the option of using the command db2ls as
described here:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....
but unfortunately for you it isn't available for Windows.

However, you could try DB2's *uninstall* command db2unins with the -d
parameter:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

Take care not to run this command without parameters as this will *remove*
all DB2-products in the current installation directory tree!

HTH.

--
Jeroen

1. db2ls command- -

- -
Hi again.
What is the reason that the db2ls doesn't exists in all my machines?
Is it exists only in DB2 server installing?

Sep 30 '07 #7
Asuwish wrote:
Hi again.
What is the reason that the db2ls doesn't exists in all my machines?
Is it exists only in DB2 server installing?
No, it exists only in Linux/Unix. It does not exist in Windows. Note that
sometimes /usr/local/bin isn't in your PATH, so it may only appear not to
be there - but when you add /usr/local/bin to your PATH, it will now show
up.
Oct 9 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: UrsaMaj0r | last post by:
At install, I was asked what my usual product would be. I chose Web Developer. Now, Whidbey goes there immediately on stat up. But I want to easily choose other installed products. How do I get the...
1
by: Mark | last post by:
My Category and Product tables look like: TblCategory CategoryID Category TblProduct ProductID CategoryID Product
2
by: wcrackshot78 | last post by:
I currently have three list boxes on my form, the information on each one is determined on what was selected on the one before it. The problem I'm having is the information that is used is pulled...
6
by: Marc | last post by:
This is probably a no brainer for the most of you but my head is spinning at the moment. Considering the following list how do I get a reference to the ul just below the li with id products?...
0
by: Steve Long | last post by:
Hello. When you start up VS 2005, it displays the list of installed products on it's splash(startup) screen. VS 2003 used to do this also before I installed 2005. Does anyone know why my list of...
2
by: Steve Long | last post by:
Hello. (I posted this yesterday in the .net general group and got no responses. Anybody here?) When you start up VS 2005, it displays the list of installed products on it's splash(startup) screen....
1
by: newbie007 | last post by:
Hi There Im using access 2003 and have created a form for entering orders. In the database I have a table of products which is displayed in a subform Users have to scroll through large...
9
by: Satish Itty | last post by:
How do I write the following c# code in vb Product FindProduct(string code) { List<Productproducts = getProducts(); return products.Find(delegate(Product bo) { return bo.Code == code; }); }
1
by: rirby2 | last post by:
Hi everyone, I'm currently having a rendering problem in IE7 (haven't even tried the lower IEs yet), vs. what I see in FF2. The simplified site can be found at solerasd.com . (There are more...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.