HP VAN SDN Controller Administrator Guide v3
{"name":"member_2","ip":"<member-2-ip>"},
{"name":"member_3","ip":"<member-3-ip>"}]}}'
NOTE: 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 leader. The team leader then
configures all team members and normal controller operation begins in the domain.
6.2.3 Configuration Example
This example shows a team of controllers configured with the following team member values:
Member IP AddressesMember NamesTeam IP AddressTeam Name
192.0.2.119Athos192.0.2.100Test_Team
192.0.2.125Porthos
192.0.2.127Aramis
Domain: sdn (the default domain name)
Username: myname
Password: mypass
NOTE: It is not mandatory that the team IP address be in the same subnet as the member IP
addresses. Other IP aliases can be used if the appropriate IP routes are present for the addresses
to be reachable and usable.
1. Enter the following cURL command to acquire the authentication token:
CAUTION: Credential information (user name, password, domain, and authentication tokens)
used in cURL commands may be saved in the command history. For security reasons, HP
recommends that you disable command history prior to executing commands containing
credential information.
curl --noproxy 192.0.2.119 -X POST --fail -ksSfL --url
"https:// 192.0.2.119:8443/sdn/v2.0/auth" -H "Content-Type:
application/json" --data-binary '{"login": {"domain":
"sdn","user": "myname","password": "mypass"}}'
{"record":{"token":"10f728e477cb4612b07069f339d0ca29","expiration":
1381119301000,"expirationDate":2013-12-06 21-15-01-0700"
,"userId":"51802e12d16345fe9a4389290c1a04e2","username":"sdn","domainId"
:"d45eca9bde1b4dc78bd7dff69ee9440d","domainName":"sdn"}}
2. Configure the controller team by using the above team values and token to enter the following
curl command:
84 Team Configuration