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.
We have 5 node database using ver 8.1 on aix.5.2
Are the log related parameter values applicable to one node or all the nodes.
for example logprimary = 10 means
10 primary logs will be allocated to one node or altogether 10 primary logs will be allocated. That will be 2 primary logs per node?
Same goes for log file size,log secondary and newlogpath parameter.
We have 5 node database using ver 8.1 on aix.5.2
Are the log related parameter values applicable to one node or all the nodes.
for example logprimary = 10 means
10 primary logs will be allocated to one node or altogether 10 primary logs will be allocated. That will be 2 primary logs per node?
Same goes for log file size,log secondary and newlogpath parameter.
Thanks in advance
j
It means 10 at each node.
You usually want to use db2_all to keep all your partitions' db cfg's in synch, though, it's not typically desirable to have different values on different nodes.
__________________
--
Jonathan Petruk
DB2 Database Consultant
Technically,In a partitioned enviroment, instance are shared, but database
has shared nothing architecture.so every thing you do at the node effects only that partition including log files,backup/restore,datafiles,history file, database configuration file.