472,988 Members | 3,161 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

newbue: Catalog node vs. catalog admin node

What's the difference between using "catalog node" and catalog admin node"?
--
Chuck
Remove "_nospam" to reply by email
Nov 12 '05 #1
6 9181
Catalog node allows to identify (catalog) any instance that is "remote"
from the one you are using.
catalog local node ...for another instance in the same OS
catalog tcpip node ... for anothe instance on another system which uses
tcpip

Catalog admin node is to catalog the DAS (Database Administration
Server) on the local or remote system.
catalog admin local node ....

Do: db2 ? catalog node .... on a command line to get the actual format
of the command for node
or
db2 catalog admin node ....

HTH, Pierre.

Chuck wrote:
What's the difference between using "catalog node" and catalog admin node"?


--
Pierre Saint-Jacques - Reply to: sesconsjunk at attglobaljunk dot com
Reconstruct address: Remove the two junk and replace at and dot by
their symbols.
IBM DB2 Cerified Solutions Expert - Administration
SES Consultants Inc.

Nov 12 '05 #2
I don't know if it will help, but the links I use for
db2 q&a are:

1) The manuals (from
http://www.software.ibm.com/data/db2/library)

2) The Certification Guides

I've found other books on UDB to be very basic or
lacking in administration help.

I'd also suggest you subscribe to DB2EUG mailing list
(db****@herethey.com) where you'll get additional help.
More info is at
http://www2.herethey.com:8888/mailman/listinfo/db2eug

Finally you'll find more useful information on the IDUG
website (http://www.idug.org). Consider attending an
IDUG Conference to learn a lot and to build up a network
of contacts.

-----------------------------------------
Posted with NewsLeecher v1.0 beta 18
* State of the art usenet client
* http://www.newsleecher.com/
-----------------------------------------

Nov 12 '05 #3
So if I want to use the Control Center to be able to both look at
database objects, and make parameter changes to both an instance and a
database within that instance on a remote server, do I need to catalog
the node both ways?

I find that if I just catalog the node, and a database, I can look at
objects but not make parameter changes. If I catalog it as an "admin"
node I can make parameter changes but not look at db objects (or connect
to the db for that matter). Do I need to catalog a separate tcpip node
for each instance on the admin node?

Coming from an Oracle background and being used to the Oracle Enterprise
Manager, I'm finding configuring the Control Center a bit clunky.
--
Chuck Hamilton
Pierre Saint-Jacques <se*****@attglobal.net> wrote in
news:2U********************@weber.videotron.net:
Catalog node allows to identify (catalog) any instance that is
"remote" from the one you are using.
catalog local node ...for another instance in the same OS
catalog tcpip node ... for anothe instance on another system which
uses tcpip

Catalog admin node is to catalog the DAS (Database Administration
Server) on the local or remote system.
catalog admin local node ....

Do: db2 ? catalog node .... on a command line to get the actual format
of the command for node
or
db2 catalog admin node ....

HTH, Pierre.

Chuck wrote:
What's the difference between using "catalog node" and catalog admin
node"?


--
Chuck
Remove "_nospam" to reply by email
Nov 12 '05 #4
The proper way, using the control center, is to catalog the admin node
and then to catalog each instance node and then each db within each
instance.

This way, you'll be able to make changes to admin cfg, dbm cfg od each
instance as well as db cfg for each db.

the process is:
1) db2 catalog admin tcpip node ....
2) db2 catalog tcpip node ..... repeat for each instance at that
admin node
3) db2 catalog db FOO at node ..... repeat for each db within each
instance at that node

Repeat for each independent server system you have in the network.

This work needs to be done from the workstation you use to access and
maintain each of those system. Typically that would be your
administration client wkstn.

HTH, Pierre.

Chuck wrote:
So if I want to use the Control Center to be able to both look at
database objects, and make parameter changes to both an instance and a
database within that instance on a remote server, do I need to catalog
the node both ways?

I find that if I just catalog the node, and a database, I can look at
objects but not make parameter changes. If I catalog it as an "admin"
node I can make parameter changes but not look at db objects (or connect
to the db for that matter). Do I need to catalog a separate tcpip node
for each instance on the admin node?

Coming from an Oracle background and being used to the Oracle Enterprise
Manager, I'm finding configuring the Control Center a bit clunky.
--
Chuck Hamilton
Pierre Saint-Jacques <se*****@attglobal.net> wrote in
news:2U********************@weber.videotron.net:

Catalog node allows to identify (catalog) any instance that is
"remote" from the one you are using.
catalog local node ...for another instance in the same OS
catalog tcpip node ... for anothe instance on another system which
uses tcpip

Catalog admin node is to catalog the DAS (Database Administration
Server) on the local or remote system.
catalog admin local node ....

Do: db2 ? catalog node .... on a command line to get the actual format
of the command for node
or
db2 catalog admin node ....

HTH, Pierre.

Chuck wrote:
What's the difference between using "catalog node" and catalog admin
node"?



--
Pierre Saint-Jacques - Reply to: sesconsjunk at attglobaljunk dot com
Reconstruct address: Remove the two junk and replace at and dot by
their symbols.
IBM DB2 Cerified Solutions Expert - Administration
SES Consultants Inc.

Nov 12 '05 #5
Ian
Chuck wrote:
So if I want to use the Control Center to be able to both look at
database objects, and make parameter changes to both an instance and a
database within that instance on a remote server, do I need to catalog
the node both ways?

I find that if I just catalog the node, and a database, I can look at
objects but not make parameter changes. If I catalog it as an "admin"
node I can make parameter changes but not look at db objects (or connect
to the db for that matter). Do I need to catalog a separate tcpip node
for each instance on the admin node?
You need to do both. Cataloging something an admin node defines the
connection to port 523 (where the DB2 admin server listens). You'll
notice with the admin node that you can't specify the port number,
unlike a DB2 instance (catalog tcpip node).
Coming from an Oracle background and being used to the Oracle Enterprise
Manager, I'm finding configuring the Control Center a bit clunky.


It's also possible to add everything through Control Center. It will take
care of cataloging everything for you, just right click to add new systems,
instances, databases.
Good luck,

-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----== Over 100,000 Newsgroups - 19 Different Servers! =-----
Nov 12 '05 #6
Ian <ia*****@mobileaudio.com> wrote in
news:40**********@corp.newsgroups.com:

It's also possible to add everything through Control Center. It will
take care of cataloging everything for you, just right click to add
new systems, instances, databases.
Good luck,


I think my initial problem was in figuring out that you need to catalog
the node multiple times. Once for the admin server and once for each
instance. Once I realized that (and I didn't find it spelled out anywhere
in the docs) things started moving a lot smoother. Maybe I need to search
for a db2 client or command center concepts guide and go through it.
--
Chuck
Remove "_nospam" to reply by email
Nov 12 '05 #7

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

Similar topics

6
by: Vincent Lefevre | last post by:
I would like to know if the base URI considered to resolve an unparsed entity defined by a relative URI should be the URI before or after its rewriting due to a possible catalog. Let's take an...
0
by: Sandeep S. Mutalik | last post by:
Hi, I am working with db2 8.1 ese instance with two physical nodes on AIX 5.1 boxes. I want to get history of the dropped tables from any of the nodes. I tried to use db2 api function...
3
by: maricel | last post by:
Could somebody confirm the behavior of UNCATALOG & CATALOG command based on the following situation: There are two NODES on DB2 UDB v8.1, MYNODEA & MYNODEB. MYNODEA has two databases proda &...
3
by: stabbert | last post by:
We are running DB2 UDB 8.1.6 in a partitioned environment where we have 8 physical nodes. We have a process that remotely connects to each individual node and loads some data. By setting the...
6
by: Treasure NextDoor | last post by:
Hey, I"m just getting into DB2 and I'm not getting the node name alias thing. Are they just arbitrary? Something used for the purposes of easy human recognition? On the server side, it seems...
1
by: DianaB | last post by:
Hello, I tried to do the catalog local node command to catalog a node from one instance to another. i.e. I ran the command db2 catalog local node REPORTDB intance reportdb The command...
2
by: Charlie | last post by:
Hi: I'm trying to loop through an XML document but ChildNodes property reports only one node, but there are many. XML document is valid. What am I doing wrong? foreach( XmlNode node in...
13
by: ArseAssassin | last post by:
I'm using minidom to parse XML and to simplify accessing child nodes, I'm trying to implement __getattr__ for the Node class. Yes, I know what most of you will think of that; I'll just have to be...
1
by: Dan van Ginhoven | last post by:
Hi! I had a node cataloged with an explict IP-address. I tried to change to a fully qualified name but: db2 catalog tcpip node mynode remote db2server.mycompany.biz server 50001 The catalog...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 4 Oct 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM) Please note that the UK and Europe revert to winter time on...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
3
SueHopson
by: SueHopson | last post by:
Hi All, I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...

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.