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 > node/instance question

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-03-09, 10:46
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
node/instance question

we have existing structure for databases on our server:

the instances are under one directory - /home (this is where instances userids directories are):
/home/db2v8i1/NODE0000
/home/db2v8i1/sqllib
/home/db2v8q1/sqllib
/home/db2v8s1/sqlib

But databases are under another directory - /database :
/database/db2v8i1/NODE000
/database/db2v8i1/db2v8i1/NODE0000/
[/SIZE][/FONT]

Is this a common practice? What are these /NODE0000 directories for? Are they created explicitly? Our dbs are not partitioned.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
Reply With Quote
  #2 (permalink)  
Old 02-03-09, 11:28
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Yes this is a common practice. You want you database on a separate file system (presumably one that is very fast). Just like you want you log files on a separate disk from the database. It gives better performance. The NODE0000 directories are created when you create the database. You will always get them as they are created by the DBM. It does not matter if you user DPF or not, even single partition DBs get them.

Andy
Reply With Quote
  #3 (permalink)  
Old 02-03-09, 13:25
MarkhamDBA MarkhamDBA is offline
Registered User
 
Join Date: Dec 2008
Location: Toronto, Canada
Posts: 381
Quote:
Originally Posted by ARWinner
Yes this is a common practice. You want you database on a separate file system (presumably one that is very fast). Just like you want you log files on a separate disk from the database. It gives better performance. The NODE0000 directories are created when you create the database. You will always get them as they are created by the DBM. It does not matter if you user DPF or not, even single partition DBs get them.

Andy
Thank you, Andy.
__________________
DB2 v9.5 ESE on AIX v6.1/ v9./10 on z/OS
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