osaf/services/infrastructure/fm/config/fmd.conf | 2 +- osaf/services/infrastructure/fm/fms/fm_main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
The default activation supervision time-out was set too low, which could cause it to expire e.g. on systems with a large number of objects in the IMM database. The new default setting of five minutes ought to be sufficient even for large deployments. diff --git a/osaf/services/infrastructure/fm/config/fmd.conf b/osaf/services/infrastructure/fm/config/fmd.conf --- a/osaf/services/infrastructure/fm/config/fmd.conf +++ b/osaf/services/infrastructure/fm/config/fmd.conf @@ -23,7 +23,7 @@ export FMS_PROMOTE_ACTIVE_TIMER=0 # a non-zero value. The value is the time in the unit of 10 ms to wait for a # role change to ACTIVE to take effect. If AMF has not give FM an active # assignment within this time, the node will be rebooted. -#export FMS_ACTIVATION_SUPERVISION_TIMER=1000 +#export FMS_ACTIVATION_SUPERVISION_TIMER=30000 # Uncomment the next line to enable info level logging #args="--loglevel=info" diff --git a/osaf/services/infrastructure/fm/fms/fm_main.c b/osaf/services/infrastructure/fm/fms/fm_main.c --- a/osaf/services/infrastructure/fm/fms/fm_main.c +++ b/osaf/services/infrastructure/fm/fms/fm_main.c @@ -397,7 +397,7 @@ static uint32_t fm_get_args(FM_CB *fm_cb fm_cb->activation_supervision_tmr_val = atoi(activation_supervision_tmr_val); } else { - fm_cb->activation_supervision_tmr_val = 1000; + fm_cb->activation_supervision_tmr_val = 30000; } /* Set timer variables */ ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Opensaf-devel mailing list Opensaf-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensaf-devel