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 > Not able to find the instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-31-08, 23:02
raggonline raggonline is offline
Registered User
 
Join Date: Oct 2008
Posts: 6
Not able to find the instance

Hi,

On Windows, I installed DB2 v9 COPYs on Machine A, for example DB2COPY1 and DB2COPY2.
Then I made DB2COPY2 as the default copy using db2swtch.

Next, from Machine B, I used Control Center to discover databases on Machine A.Only instances/databases in DB2COPY1 were listed on the ControlCenter.
But I would like to list instances/databases DB2COPY2 has.

Could you let me know if any other configuration should be set to discover instances/databases in DB2COPY2 by Control Center?

TCP/IP Service name (SVCENAME) = db2c_DB2_01
Discovery mode (DISCOVER) = SEARCH
Discover server instance (DISCOVER_INST) = ENABLE

TCP/IP Service name (SVCENAME) = db2c_DB2
Discovery mode (DISCOVER) = SEARCH
Discover server instance (DISCOVER_INST) = ENABLE


Thanks
Reply With Quote
  #2 (permalink)  
Old 11-01-08, 05:32
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
I don't know about Control Center, but you can type in this command to see the instances once your attached to at least on of the instances:

db2ilist
__________________
M. A. Feldman
IBM Certified DBA on DB2 for Linux, UNIX, and Windows
IBM Certified DBA on DB2 for z/OS and OS/390
Reply With Quote
  #3 (permalink)  
Old 11-02-08, 23:12
nick.ncs nick.ncs is offline
Registered User
 
Join Date: May 2007
Location: somewhere in dbforums
Posts: 221
Something you can check out on...

In machine A for DB2COPY2 do db2set -all.

Check whether you have the following parameter set
[i] DB2COMM=TCPIP
where i = instance level

If not then set it to TCPIP by executing the following command -
db2set DB2COMM=TCPIP
Reply With Quote
  #4 (permalink)  
Old 11-06-08, 13:37
madhu_kaza madhu_kaza is offline
Registered User
 
Join Date: Apr 2008
Posts: 39
Can you try the following:

Attach to instance on copy2 and do the following:

Enable discover_inst database manager config parameter.
Enable discover_db database config parameter

Thanks,
Madhavi
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