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 > issues with new instance

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-05-08, 06:46
nittal nittal is offline
Registered User
 
Join Date: Jul 2008
Posts: 131
Question issues with new instance

Hi all,
M using db2v9.5 ESE on windows.
had number of doubts related to the creation of new instance on server

1. When i create a new instance, what is the service name and port number i need to use when cataloging the instance in a node directory. no value is assigned to parameter 'svcename' when i check this in database configuration file.

As far as i know, at the time of cataloging this new instance we need to give port number from 60001 onwards, whichever is free, is that true???
Reply With Quote
  #2 (permalink)  
Old 11-05-08, 07:02
jraveendranath jraveendranath is offline
Registered User
 
Join Date: Oct 2007
Posts: 10
If you are yet to create an instance, dduring the create it self, you can give the port number like

db2icrt -a SERVER -s ese -u <fenced username> -p <port numberlike 61000> <instance ownername>

If you have already created the instance, check the services file in C:\WINDOWS\system32\drivers\etc directory and see if you have an entry like "db2c_DB2 60001/tcp". If you do not find any, no issues. You can always update the dbm cfg using the below command.

db2 update dbm cfg using SVCENAME 61000
db2stop
db2start

then you can use this info during cataloging this node in any other machine.

db2 catalog ....node..... server 61000
Reply With Quote
  #3 (permalink)  
Old 11-05-08, 07:14
Marcus_A Marcus_A is offline
Registered User
 
Join Date: May 2003
Location: USA
Posts: 5,196
I would use a port between 50001 - 59999 (50000 is used for default instance when product is installed on Windows).

DB2 uses the ports above 60000 for DPF partitions, even when you are not using DPF.
__________________
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
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