Hm... Komisches Ding. Hab da auch nur allgemeines "Bla bla" für AIX gefunden, Auszug:
...
When a crash situation occurs, all tasks are stopped. A global flag is set indicating the crash occurred. Processes/threads stop when they see this flag. If they never check, they could continue to work.
If fault recovery is enabled, any activities associated with it will be run at this time. This includes nsd, cleanup scripts, etc. Then a signal is sent to all processes "requesting" that they terminate. This is handled through the SIGUSR2 signal. A little time is given and then any processes which are still active are killed with a kill -9.
Domino has only three normal return codes:
0- no error
3- too many crashes
5- fault recovery exit status
6- windows only server restart
...