Also, you should verify which settings are currently active with:
Code:
$ db2 get db cfg show detail
The SHOW DETAIL clause will retrieve the current and the pending/not-yet-active settings for each DB CFG parameter.
Note that NLI (not logged initially) comes with a few gotchas. For example, if you have a DB crash and recover from a backup before the update, you can't roll forward through the update - it wasn't logged. So you should take a full backup of your database after the update completed.