On 9/20/07, Shiney James <[EMAIL PROTECTED]> wrote:
> I find that lots of these files pe-input*raw, pe-warn*raw and pe-error*raw
> are getting generated in /var/lib/heartbeat/pengine. I would like to know
> what these files are for. Also, I understand that the these files hold
> transition graphs.
no, the input from which we generated the graphs
> Are these files read by tengine from the disk. Will
> deleting these files give any problem with HA functionality?
no, they are for debugging purposes only
instead of polluting the logs (even more) we save them to disk so that
we can diagnose issues if a problem is encountered.
we write to them in a circular buffer type fashion and their creation
can be limited with the following cluster options (run: "pengine
metadata" for all options)
<parameter name="pe-error-series-max" unique="0">
<shortdesc lang="en">The number of PE inputs resulting in ERRORs
to save</shortdesc>
<content type="integer" default="-1"/>
<longdesc lang="en">Zero to disable, -1 to store unlimited.</longdesc>
</parameter>
<parameter name="pe-warn-series-max" unique="0">
<shortdesc lang="en">The number of PE inputs resulting in
WARNINGs to save</shortdesc>
<content type="integer" default="-1"/>
<longdesc lang="en">Zero to disable, -1 to store unlimited.</longdesc>
</parameter>
<parameter name="pe-input-series-max" unique="0">
<shortdesc lang="en">The number of other PE inputs to save</shortdesc>
<content type="integer" default="-1"/>
<longdesc lang="en">Zero to disable, -1 to store unlimited.</longdesc>
</parameter>
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems