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 > Nodes of partitioned database!

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-05-11, 12:29
VenkatG VenkatG is offline
Registered User
 
Join Date: Mar 2011
Posts: 11
Nodes of partitioned database!

As we know ,we can add a new node to instance without adding it to the database by editing the "db2nodes.cfg" when the instance is down and bringing up the instance. At this point the new partition is only added to the instance and it is not added to the databases in the instance.

My Question:
How to find the current nodes of a partitioned database?
Reply With Quote
  #2 (permalink)  
Old 03-05-11, 12:39
Mathew_paul Mathew_paul is offline
Registered User
 
Join Date: Oct 2007
Posts: 200
"db2 values current dbpartitionnum"
to find the current node

db2 list dbpartitionnums which will give u the number of partition

and if you new partition is add to a partition group then this will also appear in list

regds
Paul

Last edited by Mathew_paul; 03-05-11 at 12:43.
Reply With Quote
  #3 (permalink)  
Old 03-05-11, 13:05
VenkatG VenkatG is offline
Registered User
 
Join Date: Mar 2011
Posts: 11
It works. Thank you, Paul.
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