Wednesday, March 18, 2015

Siebel: How to manage the size of Siebel Log Files

2 Siebel component parameters will help us in managing the size of the logs and also to restrict the amount of disk space that is used.


  • LogSegmentSize
This parameter defines the size of each segment of the log file. If we give the value as 128, then each segment will be of 128 kilo bytes. A value of  '0' turns off segmenting.





  • LogMaxSegments
This parameter defines the maximum number of  segments that are kept. when it reaches the maximum value, it overwrites the segments. A value of '0' turns off segmentation.




Configuring Log Segments on the Siebel Server

 Run the below commands from the server manager command line interface (SIEBEL_HOME\siebsrvr\BIN\srvrmgr.exe):


change param LogSegmentSize=<value> for comp <comp name>
change param LogMaxSegments=<value> for comp <comp name>

Restart the component for the changes to take effect.




Configuring Log Segments on Siebel Web Server Extension

We set the parameters "LogSegmentSize" and "LogMaxSegments" in the eapps.cfg file.
The eapps.cfg file is located in the SIEBEL_HOME\SWEApp\BIN directory.
Bounce the web server for the changes to take effect.

To set the parameters back to default, set them to '0'.

123Siebel

Search 123Siebel