cf_diagpath - diagnostic data directory path for the CF configuration parameter
This parameter allows you to specify the fully qualified path for the diagnostic information file for the CF
- Configuration type
- Database Manager
- Applies to
- Db2® pureScale®
- Parameter type
- Configurable offline
- Propagation class
- Immediate
- Default [range]
- INSTHOME/sqllib/db2dump/ $m [any valid path name]
Note: When
the cf_diagpath directory is not available, but
the alt_diagpath is available, the CF diagnostic
logs are placed into the alt_diagpath directory.
Each CF log
file name has the following format:
cfdiag-YYYYMMDDhhmmssuuuuuu.<cf#>.log
However,
there is also a single static CF diagnostic
log name that always points to the most current CF diagnostic
logging file and has the following format:cfdiag.<cf#>.log
For
example, if you listed all of the CF log
files, you would see something similar to the following:$ ls -la cfdiag*
lrwxrwxrwx 1 db2inst1 pdxdb2 35 2011-02-09 15:07
cfdiag.128.log -> cfdiag-20110209150733000049.128.log
lrwxrwxrwx 1 db2inst1 pdxdb2 35 2011-02-09 15:10
cfdiag.129.log -> cfdiag-20110209151021000040.129.log
-rw-r-xr-- 1 db2inst1 pdxdb2 1271 2011-02-09 15:07
cfdiag-20110209150733000049.128.log
-rw-r-xr-- 1 db2inst1 pdxdb2 1271 2011-02-09 15:07
cfdiag-20110209150740000082.129.log
-rw-r-xr-- 1 db2inst1 pdxdb2 1274 2011-02-09 15:10
cfdiag-20110209151021000040.129.log
In this example, cfdiag.128.log and cfdiag.129.log are
symbolic links to the latest versions of the otherwise time stamped
log files.The CF log file looks similar to the db2diag.log file.