On 09-Jan-15 12:02 PM, Yao Cheng LIANG wrote: > I have two service unit with one component in each of them. The two SU have > 1+1 protection to each other. What I want is that for example if I kill the > component in active SU, I would like the killed component be restarted and > also the SU fail-over to standby SU. But if I set saAmfCompDisableRestart to > TRUE, then SU will fail-over, but the killed component will not be restarted. > How can I both restart component and also fail-over? >
For su-failover recovery :set saAmfSGAutoRepair = 1 for the SG. Here AMF will clean up all components of the faulty SU. After failover su will be re-instantiated by AMF. Here AMF will terminatt For component-failover recovery: set saAmfCompDisableRestart=1 and saAmfSUFailover=0 for the su. Here AMF cleans up and instantiates only failed component. Thanks Praveen > Thanks. > > Ted > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming! The Go Parallel Website, > sponsored by Intel and developed in partnership with Slashdot Media, is your > hub for all things parallel software development, from weekly thought > leadership blogs to news, videos, case studies, tutorials and more. Take a > look and join the conversation now. http://goparallel.sourceforge.net > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
