If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > How to catalog database as remote?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-17-04, 09:24
pinecone pinecone is offline
Registered User
 
Join Date: Apr 2004
Posts: 58
Arrow How to catalog database as remote?

I am new to DB2...

How to catalog a database so developer can access it as remote? From where I can locate the nodename?

Thanks in advance.
Reply With Quote
  #2 (permalink)  
Old 09-17-04, 09:53
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
steps:

1.. catalog the node first

ex :

catalog tcpip node <node_name> remote <host_name> server <server_name>


2.. catalog the database using that node

catalog database < database_name> as <db_alias_name> at node <node_name> authentication < >

more information at the information center

regards,

Mujeeb
Reply With Quote
  #3 (permalink)  
Old 09-17-04, 16:17
pinecone pinecone is offline
Registered User
 
Join Date: Apr 2004
Posts: 58
Thank you very much for the info.
I tried it and it worked.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On