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 > Partitioned Instance and Dataabse

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-20-04, 10:29
jfkuser jfkuser is offline
Registered User
 
Join Date: Mar 2003
Posts: 59
Partitioned Instance and Dataabse

Hi all.

We are trying to set up partitioned database server on 4 nodes and installed database server on all nodes. We want to create a partitioned instance and database on these nodes.

Do we need to run db2icrt on all 4 nodes? How does this differ from non partitioned instance creation?

Do we need to run CREATE DATABASE on all 4 nodes? How does this differ from non partitioned DATABASE creation?

thanks
j
Reply With Quote
  #2 (permalink)  
Old 04-20-04, 11:18
bmujeeb bmujeeb is offline
Registered User
 
Join Date: Mar 2004
Posts: 448
Re: Partitioned Instance and Dataabse

Quote:
Originally posted by jfkuser
Hi all.

We are trying to set up partitioned database server on 4 nodes and installed database server on all nodes. We want to create a partitioned instance and database on these nodes.

Do we need to run db2icrt on all 4 nodes? How does this differ from non partitioned instance creation?

Do we need to run CREATE DATABASE on all 4 nodes? How does this differ from non partitioned DATABASE creation?

thanks
j
The instance home directory is on the NFS in a partitioned databases,
so each machine has the same users,but sharing the same directory.
db2icrt will be run on one node.
Similarly create database can be run on any node, the node it runs
will be your catalog node.contains the system tables,consider this relevant to perfamance too.
I recommend that you should the installation manual before installing the DPS.

Regards,

Mujeeb
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