Using Calendar Server Capture (cscapture) to Collect Debug Data for Sun Java System Calendar Server

1.6 Known Problems and Limitations

Coreadm file patterns

CS Capture does not support the use of '%' embedded variables in the file path. However, '%' patterns can be used for the actual core filename itself. For example:

Table 1–1 Acceptable and unacceptable coreadm file patterns

/var/cores/host-%m/core

Not acceptable. The '%' is within the core path to the file.

/var/cores/core-%p

Acceptable. The '%' is the filename for the core file itself.

Core files must also be stored on a local file system and not over NFS. If these rules are not followed, CS Capture will not be able to find any core files that the Calendar Server processes may have dumped.