Yeah you are right, and there is already a fix in the init script for this (my memory is short) but somehow it does not seems to work. /Hans
> -----Original Message----- > From: Mathivanan Naickan Palanivelu [mailto:mathi.naic...@oracle.com] > Sent: den 20 december 2013 14:23 > To: Hans Feldt; Venkata Mahesh Alla > Cc: opensaf-devel@lists.sourceforge.net > Subject: RE: [devel] [PATCH 1 of 1] dtms: add nop exit at AMF cleanup [#673] > > Oops, I was too fast, but then where is nothing in the AMF model for dtmd, > Which one are you referring to? > - Mathi. > > > -----Original Message----- > > From: Hans Feldt [mailto:hans.fe...@ericsson.com] > > Sent: Friday, December 20, 2013 6:05 PM > > To: Mathivanan Naickan Palanivelu; Venkata Mahesh Alla > > Cc: opensaf-devel@lists.sourceforge.net > > Subject: RE: [devel] [PATCH 1 of 1] dtms: add nop exit at AMF cleanup [#673] > > > > No the whole thing is that AMF should not kill dtmd since that will kill > > all other > > AMF components It is even weird that dtmd has an AMF model. Does > > anyone now why? > > /Hans > > > > > > > -----Original Message----- > > > From: Mathivanan Naickan Palanivelu [mailto:mathi.naic...@oracle.com] > > > Sent: den 20 december 2013 13:23 > > > To: Hans Feldt; Venkata Mahesh Alla > > > Cc: opensaf-devel@lists.sourceforge.net > > > Subject: RE: [devel] [PATCH 1 of 1] dtms: add nop exit at AMF cleanup > > > [#673] > > > > > > Does AMF ensures that the dtms is killed last? > > > - Mathi. > > > > > > > -----Original Message----- > > > > From: Hans Feldt [mailto:hans.fe...@ericsson.com] > > > > Sent: Friday, December 20, 2013 5:44 PM > > > > To: Venkata Mahesh Alla > > > > Cc: opensaf-devel@lists.sourceforge.net > > > > Subject: Re: [devel] [PATCH 1 of 1] dtms: add nop exit at AMF > > > > cleanup [#673] > > > > > > > > I would like to push this asap, any more comments? > > > > > > > > > -----Original Message----- > > > > > From: Hans Feldt [mailto:hans.fe...@ericsson.com] > > > > > Sent: den 19 december 2013 13:53 > > > > > To: mahesh.va...@oracle.com > > > > > Cc: opensaf-devel@lists.sourceforge.net > > > > > Subject: [devel] [PATCH 1 of 1] dtms: add nop exit at AMF cleanup > > > > > [#673] > > > > > > > > > > osaf/services/infrastructure/dtms/scripts/osaf-dtm.in | 4 ++++ > > > > > 1 files changed, 4 insertions(+), 0 deletions(-) > > > > > > > > > > > > > > > diff --git a/osaf/services/infrastructure/dtms/scripts/osaf-dtm.in > > > > > b/osaf/services/infrastructure/dtms/scripts/osaf-dtm.in > > > > > --- a/osaf/services/infrastructure/dtms/scripts/osaf-dtm.in > > > > > +++ b/osaf/services/infrastructure/dtms/scripts/osaf-dtm.in > > > > > @@ -54,6 +54,10 @@ start() { > > > > > } > > > > > > > > > > stop() { > > > > > + # if called by AMF (as during opensaf shutdown) just exit, init > > > > > +script > > > > will > > > > > + # eventually take down dtmd > > > > > + test -n "$SA_AMF_COMPONENT_NAME" && exit 0 > > > > > + > > > > > echo -n "Stopping $prog: " > > > > > killproc -p $pidfile $prog > > > > > RETVAL=$? > > > > > > > > > > ------------------------------------------------------------------ > > > > > ---- > > > > > -------- Rapidly troubleshoot problems before they affect your > > > > > business. Most IT organizations don't have a clear picture of how > > > > > application performance affects their revenue. With AppDynamics, > > > > > you get 100% visibility into your Java,.NET, & PHP application. > > > > > Start your 15-day FREE TRIAL of AppDynamics Pro! > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/os > > > > > tg.c lktrk _______________________________________________ > > > > > Opensaf-devel mailing list > > > > > Opensaf-devel@lists.sourceforge.net > > > > > https://lists.sourceforge.net/lists/listinfo/opensaf-devel > > > > > > > > -------------------------------------------------------------------- > > > > ---------- Rapidly troubleshoot problems before they affect your > > > > business. Most IT organizations don't have a clear picture of how > > > > application performance affects their revenue. With AppDynamics, you > > > > get 100% visibility into your Java,.NET, & PHP application. Start > > > > your 15-day FREE TRIAL of AppDynamics Pro! > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg > > > > .clk > > > > trk > > > > _______________________________________________ > > > > Opensaf-devel mailing list > > > > Opensaf-devel@lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/opensaf-devel ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel