Home | Previous Page | Next Page   Database Reference > Configuration Parameters >

DUMPDIR

onconfig.std
value
/tmp
if not present
/tmp
range of values
Any directory to which user informix has write access
takes effect
When shared memory is initialized
utilities
onutil
refer to
Collecting diagnostic information in the chapter on consistency checking in the IBM Informix: Administrator's Guide

DUMPDIR specifies a directory in which the database server dumps shared memory, gcore files, or messages from a failed assertion. Because shared memory can be large, set DUMPDIR to a file system with a significant amount of space.

To modify the DUMPDIR parameter dynamically, use the onutil SET command. Example:

% onutil
1> SET DUMPDIR "/tmp/ifmx_dump";
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]