473,325 Members | 2,828 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,325 software developers and data experts.

How can I determine the DB instances on a aix box?

How can I determine the DB instances on a aix box?

Feb 8 '07 #1
10 13997
Ti********@gmail.com wrote:
How can I determine the DB instances on a aix box?
Try the command db2ilist

Details:
http://publib.boulder.ibm.com/infoce...c/r0002059.htm

Regards
Michael
Feb 8 '07 #2
aj
Ti********@gmail.com wrote:
How can I determine the DB instances on a aix box?
db2ilist?
Feb 8 '07 #3
On Feb 8, 10:27 am, Michael Rudolph <michaelrudo...@arcor.dewrote:
Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?

Try the command db2ilist

Details:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

Regards
Michael
That does not work.

$ db2ilist
ksh: db2ilist: not found.
$

Feb 8 '07 #4
Ti********@gmail.com wrote:
On Feb 8, 10:27 am, Michael Rudolph <michaelrudo...@arcor.dewrote:
>Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?

Try the command db2ilist

Details:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....
>>
Regards
Michael

That does not work.

$ db2ilist
ksh: db2ilist: not found.
$
Please read that webpage a bit closer. It details where db2ilist is found.
Feb 8 '07 #5
On Feb 8, 8:32 pm, Timpacs...@gmail.com wrote:
On Feb 8, 10:27 am, Michael Rudolph <michaelrudo...@arcor.dewrote:
Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?
Try the command db2ilist
Details:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....
Regards
Michael

That does not work.

$ db2ilist
ksh: db2ilist: not found.
$
Can we know what is the db2 version and AIX version u r using?
Log in as root and use the command
find / -name db2ilist
use the path of the find result to run the command from root
authority.

If u dont find db2ilist on the system u need to check whether u r
installation was done alrigh or not.

Feb 8 '07 #6
On 8 Feb 2007 07:32:47 -0800, Ti********@gmail.com wrote:
>On Feb 8, 10:27 am, Michael Rudolph <michaelrudo...@arcor.dewrote:
>Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?

Try the command db2ilist

Details:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....

Regards
Michael

That does not work.

$ db2ilist
ksh: db2ilist: not found.
$
find / -name db2list

B.
Feb 8 '07 #7
Brian Tkatch wrote:
find / -name db2list
I would rather use:

find /-name db2ilist

but that is my personal preference. db2list most likely won't be found :-)
Jan M. Nelken
Feb 8 '07 #8
Ray
On Feb 8, 9:32 am, Timpacs...@gmail.com wrote:
On Feb 8, 10:27 am, Michael Rudolph <michaelrudo...@arcor.dewrote:
Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?
Try the command db2ilist
Details:http://publib.boulder.ibm.com/infoce...ic/com.ibm.db2....
Regards
Michael

That does not work.

$ db2ilist
ksh: db2ilist: not found.
$
You haven't sourced the db2profile.

Feb 8 '07 #9
VMK
1) Untill and unless u dont install DB2 on the machine u will not be
able to execure any DB2 commands
2) Simply creating instance owner ID will not privde us the
environment
3) U got to create a db2 environment using db2icrt

-- Here is the answer for ur question
-- Lets assume DB2 is installed under /usr/opt/db2_08_01
Usually DB2 will be installed on AIX under /usr/opt/
db2_08_01 woill be vary from box to box. Hope u have understood
# /usr/opt/db2_08_01/bin/db2ilist

On Feb 8, 8:27 pm, aj <ron...@mcdonalds.comwrote:
Timpacs...@gmail.com wrote:
How can I determine the DB instances on a aix box?

db2ilist?

Feb 8 '07 #10
On Thu, 08 Feb 2007 11:37:50 -0500, Jan Nelken
<Un**********@Invalid.Domainwrote:
>Brian Tkatch wrote:
>find / -name db2list

I would rather use:

find /-name db2ilist

but that is my personal preference. db2list most likely won't be found :-)
Jan M. Nelken
Heh. Thanx for the correction. That's what i get for not reading
closely enough. :)

B.
Feb 8 '07 #11

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

Similar topics

5
by: Mark Fisher | last post by:
I have a Java desktop GUI application that the user can run multiple times. In order to keep one instance of the application distinct from another, I'd like to put the instance number of the...
9
by: Lenard Lindstrom | last post by:
I was wondering if anyone has suggested having Python determine a method's kind from its first parameter. 'self' is a de facto reserved word; 'cls' is a good indicator of a class method ( __new__...
18
by: Christopher W. Douglas | last post by:
I am writing a VB.NET application in Visual Studio 2003. I have written a method that handles several events, such as closing a form and changing the visible status of a form. I have some code...
1
by: James Wansley | last post by:
I am currently running a c# service that dynamically loads assemblies using System.Reflection.Assembly.LoadFrom("aDll.dll"). These assemblies are stored in an arraylist after they are loaded. I...
3
by: able | last post by:
Dear friends Somebody an idea on this matter? I have two forms in my app, form1 and form2 In form1 there is two buttons: Private myForm2 AS New Form2 Private Sub Button1_Click......
0
by: Art | last post by:
I'm using DSOFramer to host instances of word template documents. One of the requirements states that users are not allowed to paste images into these documents. Therefore, is there a way to...
11
by: CJM | last post by:
I need to be able to determine if the user is a member of a given AD group. I have a method of doing this, but it is not suitable for 64bit OS's, so I need to find an alternative route. I actually...
3
by: Anthony LaMark | last post by:
Hi All, Whether in a Winform application (.exe) or a .Net assembly (.dll), is there a way to determine what version of the .net baseframework the run-time module (i.e. exe or dll) was loaded...
9
by: | last post by:
I am interested in scanning web pages for content of interest, and then auto-classifying that content. I have tables of metadata that I can use for the classification, e.g. : "John P. Jones" "Jane...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
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...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
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)...
1
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...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
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.