On 24-Mar-15 5:08 PM, Yogesh Kumar wrote:
> Hi Opensaf Team,
>
> I have setup cluster with two Controllers and two payloads. Both controllers 
> are working fine [ as Active/Standby pair]. Switching is also working well.
> Both payload are joining clusters and up.
>
> I want to make PL-3 and PL-4 as active/standby payload pair. Could you please 
> suggest how to proceed further.
> What all configuration changes is required to make PL-3 and PL-4 as active 
> and standby payload ?
>
> I want to have my application running on both payloads , but application on 
> active payload will be in processing state and application on standby payload 
> will be in standby state. Application on standby payload will move to serving 
> state on failure/reboot of active payload only.
>
> I am working on opensaf-4.5.0 running on RHEL 6.4 VM.
>
> Please help me on mentioned issue and suggest me the way to proceed further.
>
To start with use the sample application 
samples/amf/sa_aware/AppConfig-2N.xml with the following change:

Configure below mentioned attribute in SU obejct to host it on a desired 
a node. In the sample configuration this attribute is not configured.
For SU1 to host it on PL-3:
<attr>
         <name>saAmfSUHostNodeOrNodeGroup</name>
         <value>safAmfNode=PL-3,safAmfCluster=myAmfCluster</value>
</attr>

For SU2 to host it on PL-4:
<attr>
         <name>saAmfSUHostNodeOrNodeGroup</name>
         <value>safAmfNode=PL-4,safAmfCluster=myAmfCluster</value>
</attr>
With this change, bring the application up with steps given in the 
README at the same location.

Thanks
Praveen
> Best Regards,
> Yogesh Kumar,
> +919742560141,
> Software Engineer, Int
> [Description: Description: Description: cid:[email protected]]
>
>
>
>
>
> ------------------------------------------------------------------------------
> 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

Reply via email to