But would you rely a production system on this parameter? I. e. is it save to move all archived log files away with a lower number and expect to get the cold standby up and running without going to the tape archive? (Where the tapes are stored somewhere where I don't have access to when the storage admin is not around.)
It seems that this parameter is not universally reliable, at least the rollforward pending state has to be considered:
$ db2 get db cfg for xx
Rollforward pending = DATABASE
First active log file = S0061239.LOG
$ db2 rollforward db xx stop overflow log path "('/.../logs')" noretrieve
Rollforward Status
Input database alias = xx
Number of nodes have returned status = 1
Node number = 0
Rollforward status = not pending
Next log file to be read =
Log files processed = S0061233.LOG - S0061238.LOG
Last committed transaction = 2011-01-03-03.29.32.000000 UTC
DB20000I The ROLLFORWARD command completed successfully.