Differences between revisions 4 and 5
Revision 4 as of 2009-01-22 10:09:04
Size: 1341
Editor: EldZierau
Comment:
Revision 5 as of 2009-01-22 10:09:39
Size: 1329
Editor: EldZierau
Comment:
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
   {{{deployMachine}}}::{{{deployInstallDir}}}/log/{{{ApplicationName}}}[_{{{ApplicationInstanceId}}}]<n>.log.<m>    {{{deployMachine}}}::{{{deployInstallDir/log/ApplicationName[_ApplicationInstanceId]<n>.log.<m>}}}

Hints to Where to Find Log-files

Each application in the installed and started NetarchiveSuite package writes to local logs. These logs contains information from the execution of the application.

Each application has been started with a log property file which defines how the log files are named and where they are placed.

Conseider application A in terms of the settings used for deploy where:

  • name is AN (defined in setting ApplicationName)

  • application instance id is X (defined in setting ApplicationInstanceId)

  • the application is placed on machine M (defined in setting deployMachine)

  • the application is installed in dir D (defined in setting deployInstallDir)

  • the log.prop file for the application is defined to be named log (is default in log.prop template)

Here the logs will be places at:

  • deployMachine::deployInstallDir/log/ApplicationName[_ApplicationInstanceId]<n>.log.<m>

or expressed with name

  • M::D/log/AN_ID<n>.log.<m>

where the newest log is the one with <m>=0 and <n>=0

  • with name AN (defined in setting ApplicationName)AN and with application instance id ID (defined in setting ApplicationInstanceId) to install and start NetarchiveSuite the logs will

see deploy ...

Guidelines/LogFileHints (last edited 2010-08-16 10:24:37 by localhost)