Please see inline.
On 24-Sep-13 2:27 AM, Greg Hurlman wrote:
> Hi Guys,
>
> Need some help in understanding more on configuring the SG and protection
> groups for the below example scenario.
>
> Referring to spec SAI-AIS-AMF-B.04.01, section 3.1.11 figure 2, and sample
> example AppConfig-2N.xml, how would I can configure IMM model for the below
> entities:
>
> 1. SG1 spanning node U and V? Do I need to mention something like this or
> something else?
>
> <attr>
> <name>saAmfSGSuHostNodeGroup</name>
> <value>safAmfNodeGroup=U,V ,safAmfCluster=myAmfCluster</value>
> </attr>
> 2. PG A1 between components C1 and C3.
> 3. Service instance A, being assigned active to S1 and standby to S2
1) Suppose the above mentioned node group has been created and it 
contains two nodes in its attribute NodeList:
saAmfNGNodeList                                    SA_NAME_T 
safAmfNode=NodeU,safAmfCluster=myAmfCluster (42) 
safAmfNode=NodeV,safAmfCluster=myAmfCluster (42)

2) Now in order to map Service Unit S1 to  Node U, configure S1 with 
attibute:
                 <attr>
<name>saAmfSUHostNodeOrNodeGroup</name>
<value>safAmfNode=NodeU,safAmfCluster=myAmfCluster</value>
                 </attr>

Similary for S2.

So in this way S1 will come up on Node U and S2 will come up on S2.
In AppConfig-2N.xml:
For mapping SU1 to SC-1 add this attrbiute:
             <attr>
<name>saAmfSUHostNodeOrNodeGroup</name>
<value>safAmfNode=SC-1,safAmfCluster=myAmfCluster</value>
                 </attr>

For SU2 replace SC-1 by SC-2.

Thanks
Praveen
> Thanks,
> Greg
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
> _______________________________________________
> Opensaf-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensaf-users


------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk
_______________________________________________
Opensaf-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-users

Reply via email to