HP VAN SDN Controller Administrator Guide

56
5. Determine the team configuration parameters:
Parameter
Value
Team Name
Alphanumeric character string. Spaces not allowed.
Team IP Address
The team IP address is different from the individual controller IP
addresses. It is used as a virtual address for connecting to the team
manager.
Member Name
Alphanumeric character string. Spaces not allowed.
Member IP Address
The unique IP address assigned to each controller.
Member Priorities
Unique numeric value. A member priority must be chosen for each
team member.
Configuration Steps
1. Select any active controller to initially configure the team.
2. Enter the following cURL command:
curl --noproxy <member-ip> --header X-Auth-Token:< auth_token > --fail -
ksS --request
POST --url https://< ip-addr>:8443/sdn/v2.0/team --data-binary
'{"team":{"name":"< team-name >","ip":"< team-ip >","systems":
[{"name":"member_1","ip":"<member-1-ip>","priority":<member-1-priority>},
{"name":"member_2","ip":"<member-2-ip>","priority":<member-2-priority>},
{"name":"member_3","ip":"<member-3-ip>","priority":<member-3-
priority>}]}}'
Notes: The member-ip-addr should be the IP address of the controller chosen to configure
the team.
3. After executing the command in step 2, the team elects a team manager. The team manager
then configures all team members and normal controller operation begins in the domain.