Das Notes Forum

Domino 9 und frühere Versionen => ND8: Administration & Userprobleme => Thema gestartet von: eknori am 05.05.09 - 13:42:10

Titel: Console_Log
Beitrag von: eknori am 05.05.09 - 13:42:10
Nachdem ich heute morgen einen Call bei IBMaufgemacht habe, haben die sich gemeldet und gebeten, ich möge doch mal bitte eine console_log schicken.

Folgende Befehle soll ich an der Serverconsole absetzen

set config console_log_enabled=1                                         
set config debug_threadid=1                                               
start consolelog   

Bis zum ersten bin ich ja noch gekommen. Danach war ( und ist ) die komplette Konsole gesperrt. Auch über den Admin Client ist kein Zugriff mehr möglich. Schade, daß es eien produktive Maschine ist. Ohne Neustart ist da nix zu löten an der Holzkiste.

Ich habe dann mal das Gleiche auf einer anderen Machine gemacht.

Diesmal blieb die Konsole im Zugriff, aber bei dem Befehl

start consolelog

warf mir der Server ein freundliches

The Console Log file is undefined
Console Logging is DISABLED

entgegen.

Auch nach dem Neustart dieses Servers und löschen der alten console.txt lässt sich der Server nicht davon überzeugen, daß er doch bitte das gewünschte LOG schreiben soll.

So eine verf*kte Sche**e
Titel: Re: Console_Log
Beitrag von: hallo.dirk am 05.05.09 - 13:57:13
nutzt Du die Java Console?
Titel: Re: Console_Log
Beitrag von: eknori am 05.05.09 - 14:20:12
nutzt Du die Java Console? (http://nutzt Du die Java Console?)
nein

IBM Support hat gerade angerufen und bestätigt, daß dieser Fehler ( console lock ) passieren kann. Es gibt auch eine ( interne ) technote dazu.
Ohne Neustart geht da nix ...
Titel: Re: Console_Log
Beitrag von: eknori am 05.05.09 - 14:57:23
Hier die technote:

Zitat
Server Becomes Unresponsive, Hangs, and Eventually Crashes After Adding Debug_Threadid=1 and Console_Log_Enabled=1 to the Notes.ini

Symptom
When the user sets the debug_threadid=1 and console_log_enabled=1 parameters via either the notes.ini or server console using the 'set config' command, the server will be put into a non-responsive state and would then force a restart of the server itself due to a crash

Cause
The cause of this problem is such that debug_outfile is still used in the notes.ini.  Once this parameter is removed and the current console log deleted, the problem is fixed.

The reason being is that debug_outfile is only useful in Domino Releases of 5.x or lower.  It is used to direct the console output.  Starting in Domino 6.x and higher, the FFDC (First Failure Data Capture) was improved such that "Debug Outfile" is synonymous with "Console Log".  Other improvements include setting the initial state of logging, enabling and disabling the logging to the file while tasks are running, naming and renaming files in a meaningful way, and imposing file size limitation.

Resolving the problem
1.  Removed debug_outfile from the notes.ini.

2.  Remove the current console log in the IBM Technical Support folder.

3.  Remove any existed debug_threadid and console_log_enabled parameters in the notes.ini.

4.  Restart the server.

5.  Either use the 'set config' command to add in console_log_enabled=1 and debug_threadid=1 via the server console or manually add them in via the notes.ini.

6.  If the parameters are added via the notes.ini, then a restart of the server will need to take place.

Nur blöd, daß in meiner notes.ini der Eintrag debug_outfile nicht enthalten ist ...
Titel: Re: Console_Log
Beitrag von: eknori am 06.05.09 - 06:55:48
Es ging auch ohne Neustart. Nach ein paar Stunden Wartezeit war die Konsole plötzlich wieder unlocked ...