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 > DB2 connection problem!!!!!!!!!!!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-15-07, 04:59
Anitha_raj Anitha_raj is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
Question DB2 connection problem!!!!!!!!!!!

HI every one...

Can anyone explain me wat does this statement represents...

"catalog tcpip node dbserver1node remote db2unixhost server db2server1"


HOw to find out following things for Connecting DB2 database.

Host name where the DB2 database server resides
Node name
Database name
Database alias
Database user id and password
Service name from the /etc/services file on client and host


Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 11-15-07, 08:17
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Quote:
Originally Posted by Anitha_raj
HI every one...

Can anyone explain me wat does this statement represents...

"catalog tcpip node dbserver1node remote db2unixhost server db2server1"


HOw to find out following things for Connecting DB2 database.

Host name where the DB2 database server resides
Node name
Database name
Database alias
Database user id and password
Service name from the /etc/services file on client and host


Thanks in advance
See the following for the catalog statement:

http://publib.boulder.ibm.com/infoce...e/r0001944.htm

For the rest:
1) host name is assigned by the Network Administrator
2) Node name is arbitrary and created in the catalog statement above
3) database name is assigned by the DBA
4) Database alias is assigned during a different statement: CATALOG DATABASE (see manual)
5) username and passwords are assigned by the DBA
6) Service name is assigned by the DBA

HTH

Andy
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