Hi,
add
/db2dbcfg/db2instx/dbnamey
and create your dbs on /db2dbcfg.
Instead of a general /db2home for all instances, I recommend a database specific filesystem
/db2home/db2instx/dbnamey
for each of your databases. Same with logs.
Also, you may want to consider if separating each database's temp space would make sense.
Johann
Quote:
Originally posted by bkretch
Does anyone have suggestions on how to lay out the filesystems in UNIX for DB2 in a large OLTP environment? We are going to have the following:
/db2home - home filesystem for all instances
/db2log_p - filesystem for primary logs
/db2log_s - filesystem for mirrored logs
Any other suggestions from experience? As filesystems can get corrupted, we are separating them out for reliability, and not performance reasons. The filesystems are all located on a SAN.
Thanks for the help.
|