The following environment variables control the size and number of log files that ISM maintains.
When ISM starts up, it checks the length of the activity log. On UNIX, this log resides in the $INFORMIXDIR/ism/logs/daemon.log file. On Windows, the file is %ISMDIR%\logs\daemon.log. If the log file exceeds the threshold that the ISM_MAXLOGSIZE environment variable specifies, the ISM server renames it to daemon.001. If a file named daemon.001 is already present, the ISM server renames that file to daemon.002, and so on, for all other existing log files up to the maximum number that ISM_MAXLOGVERS specifies.
The ISM server does not monitor the size of the XBSA messages log, which resides in a file named $INFORMIXDIR/ism/applogs/xbsa.messages on UNIX. This log resides in a file named c:\nsr\applogs\xbsa.messages on Windows. Use the ISM_DEBUG_FILE environment variable to change the location of the XBSA messages log.
To manage the growth of this file, set the ISM_DEBUG_LEVEL environment variable to 1 (the default) or 0, thereby minimizing or eliminating updates. If you use a higher level of detail, or you want complete assurance that the XBSA messages log can never fill up the disk, you can use the cron utility on UNIX or the Winat facility on Windows to save a periodic snapshot of the file and then truncate it.
For more information about ISM logs, refer to Reviewing ISM Logs. For information about ISM_DEBUG_LEVEL, see Using ON-Bar Environment Variables with ISM below.
Enterprise Edition Home | Express Edition Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]