If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to manage Logging in Distributed C10 Environment

Started by msp_cognos, 13 May 2011 08:36:33 AM

Previous topic - Next topic

msp_cognos

We have setup our Dev environment of C10 in a distributed manner for High Availability purpose.So each of the servers has the Content Manager and all the other services. I have question on whats the best practice to setup the logging ? By default, its being written to the cogserver.log file in each server - but I would like to have one single place where to consolidate all logs. Our Content Store is in Oracle. Can someone elaborate some best practices ?

charlie

Why dont change the logging to a database and take it up from there, you'll have the log limit as you define for your database. And if you are going to make use of this for audit it'll be pretty helpful.

RobsWalker68


dluher

Quote from: msp_cognos on 13 May 2011 08:36:33 AM
We have setup our Dev environment of C10 in a distributed manner for High Availability purpose.... I have question on whats the best practice to setup the logging ? By default, its being written to the cogserver.log file in each server - but I would like to have one single place where to consolidate all logs.
As mentioned, a log server is one option. 

However, a 2nd issue is searching through the volume of messages for an error message which might be related to a problem you are currently experiencing. 

I wrote a script to ftp download cogserver.log from our 6 servers to my desktop, then execute a vbscript against each log to filter out messages with common error prefixes (DM-, DPR-,etc) and then popup the filtered log separately in notepad for each of the 6 servers.   The script also has an option to start/stop the cognos servers in the proper sequence.