How to configure Domino Server (v8.x) to generate a core dump at each crash/NSD and increase logging
search cancel

How to configure Domino Server (v8.x) to generate a core dump at each crash/NSD and increase logging

book

Article ID: 152185

calendar_today

Updated On:

Products

Mail Security for Domino

Issue/Introduction

You are troubleshooting a Domino crash and want to know how to configure the Domino server in order to generate a full core dump and provide additional debug information at every crash/NSD occurrence.

 

Resolution

Please make sure the following parameters are added to the Notes.ini file, then restart the Domino server.


;---------- Domino server debug --------------
CRASH_REMOVE_DATA=0
CRASH_MSGSIZE_MB=20
CRASH_NSDSIZE_MB=100
CRASH_LOGFILE_KB=102400
CONSOLE_LOG_ENABLED=1
DEBUG_ENABLE_CORE=1
DEBUG_THREADID=1
DEBUG_INITTERM=1
DEBUGSIGCHILD=1
DEBUG_CAPTURE_TIMEOUT=1
DEBUG_SEM_TIMEOUT=1
DEBUG_SHOW_TIMEOUT=1
DEBUG_RM_DEBUG=1
LOG_MAILROUTING=40
DEBUGROUTER=3


AIX - Configure the OS to generate a full core dump upon crashes:
 

  1. Start "smitty" as root
  2. Go to System Environments > Change/Show Characteristics of Operating System
  3. Set the Enable full CORE dump option to TRUE.

Technical Information
Collecting data for Lotus Domino Server hang/bad performance
http://www-01.ibm.com/support/docview.wss?uid=swg21447230