Hi, Can be a genuine crash but I can see that the IMM model is not correct for the log service: Jun 22 18:23:23 VCM osaflogd[12193]: NO No or invalid log service configuration object
However the log service shall be able to start anyway. General configuration of the log service may come from three sources: 1. A configuration object in the IMM model of class OpenSafLogConfig. The object name shall be "logConfig=1,safApp=safLogService" 2. Some of the configuration parameters can be set using environment variables. The variables will be used only if there is no configuration object or if the attribute is missing (e.g. an old IMM model) or if the attribute exist but has no value 3. A hard coded default value will be used if no value could be fetched from a configuration object or environment variable A known problem is that values are not validated during start up. This means that if the predefined configuration is incorrect, e.g. values out of bonds, the log service may not be able to start correctly or maybe crash. The part of the configuration that is shown in the syslog seems correct but this is only a small part: Jun 22 18:23:23 VCM osaflogd[12193]: NO Log config system: high 0 low 0, application: high 0 low 0 Jun 22 18:23:23 VCM osaflogd[12193]: NO log root directory is: /var/log/opensaf/saflog A refactoring of the configuration handling is on review and will be pushed as soon as it is acknowledged by reviewers. See ticket #1316 /Lennart -----Original Message----- From: praveen malviya [mailto:[email protected]] Sent: den 23 juni 2015 13:03 To: Nivrutti Kale; [email protected] Subject: Re: [users] Opensaf service "faulted due to 'avaDown' : Recovery is 'nodeFailfast'" May be there is a genuine crash!? Is it possible to enable traces of the services(in this case it was log server that exited) and share them? Praveen. On 23-Jun-15 3:47 PM, Nivrutti Kale wrote: > Hi All, > > I am trying to start the opensaf from Jenkins. Following is the > behavior > > -- opensaf successfully comes up. As soon as the command exit, > randomly any opensaf service goes down with the reason "faulted due to > 'avaDown' : > Recovery is 'nodeFailfast'". > > If I start the opensaf by logging into server, that works perfectly fine. > > What can be Issue here? I tried printing $SHELL from Jenkins. Value is > /bin/bash, which is same when I login onto server. > > Please find attached opensaf logs. > > > Thanks, > Nivrutti > > > > ---------------------------------------------------------------------- > -------- Monitor 25 network devices or servers for free with > OpManager! > OpManager is web-based network management software that monitors > network devices and physical & virtual servers, alerts via email & sms > for fault. Monitor 25 devices for free with no restriction. Download > now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o > > > > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users > ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users ------------------------------------------------------------------------------ Monitor 25 network devices or servers for free with OpManager! OpManager is web-based network management software that monitors network devices and physical & virtual servers, alerts via email & sms for fault. Monitor 25 devices for free with no restriction. Download now http://ad.doubleclick.net/ddm/clk/292181274;119417398;o _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
