Toolpack:Creating an M2UA Cluster C
From TBwiki
		(Difference between revisions)
		
		
 (added northbound data)  | 
		|||
| (4 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{DISPLAYTITLE:Creating an M2UA Cluster}}  | {{DISPLAYTITLE:Creating an M2UA Cluster}}  | ||
| + | {| class="wikitable"  | ||
| + | |-  | ||
| + | |rowspan="3"|This article applies to:  | ||
| + | |'''Product'''  | ||
| + | |'''Version'''  | ||
| + | |-  | ||
| + | |Tmedia  | ||
| + | |2.9, 2.10, 3.0, 3.2  | ||
| + | |}  | ||
| + | |||
After you create an M2UA SAP, you must create an M2UA cluster for your system.  | After you create an M2UA SAP, you must create an M2UA cluster for your system.  | ||
| Line 39: | Line 48: | ||
'''Path'''  | '''Path'''  | ||
<pre>  | <pre>  | ||
| − | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]  | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]  | 
</pre>  | </pre>  | ||
'''Parameters (text)'''  | '''Parameters (text)'''  | ||
<pre>  | <pre>  | ||
| − | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]  | + | /configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]  | 
| − | /m2ua_clusters/@[m2ua_cluster]  | + | |
loadshare_mode = "PER_LINK"  | loadshare_mode = "PER_LINK"  | ||
name           = "@[m2ua_cluster]"  | name           = "@[m2ua_cluster]"  | ||
Latest revision as of 13:49, 25 November 2020
| This article applies to: | Product | Version | 
| Tmedia | 2.9, 2.10, 3.0, 3.2 | 
After you create an M2UA SAP, you must create an M2UA cluster for your system.
To create an M2UA cluster:
1- Click M2UA in the navigation panel
2- Select an M2UA SAP
3- Click Create New M2ua Cluster in the M2UA SAP configuration window
4- Configure the new M2UA cluster:
- Enter a name for the cluster
 - Select a traffic mode
 - Select a load share mode
 - Click Create
 
5- Verify that the "M2ua Cluster was successfully created" message appears
Path
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster]
Parameters (text)
/configurations/@[configuration_name]/hardware_units/@[hardware_name]/m2ua_stacks/@[m2ua_stack]/m2ua_saps/@[m2ua_sap]/m2ua_clusters/@[m2ua_cluster] loadshare_mode = "PER_LINK" name = "@[m2ua_cluster]" traffic_mode = "ACTIVE_STANDBY"
Parameters (json)
{
  "loadshare_mode" : "PER_LINK",
  "name" : "@[m2ua_cluster]",
  "traffic_mode" : "ACTIVE_STANDBY"
}



