Quote:
Originally Posted by p19689
a) When I issue db2_all to update db cfg to update TRACKMOD, the command returns 'update db cfg using ... completed ok' But does not update.
Initially I have issued db2 update db cfg command to update the node 0 and it updated successfully. Also it allows me to update db cfg for individual nodes without an error.
|
You need to restart the database for the change to take effect.
Quote:
Originally Posted by p19689
b) Do I need to change both parms LOGARCHMETH1 and LOGRETAIN to enable archive logging or just LOGARTHMETH1 is suffice.
|
Changing LOGARTHMETH1 is enough.
Quote:
Originally Posted by p19689
c) Do I always need to use db2_all to update db cfg in DPF environment ?
|
No, you don't always need to use db2_all. However, each partition has its own database configuration parameter file. If you want to keep parameters on all partition in sync, you will have to update them on each partition somehow.