HP VAN SDN Controller Administrator Guide
61
controller to disband a team.
TeamingService not found.
Team master election has been triggered
while the teaming service is still coming up.
Unable to form a quorum.
Team configuration has failed on a majority
of systems. E.g. a team of three systems has
experienced failures on two systems
Unprogramming team alias < ip-address >
failed.
See the "
Team Alias Note" on page 61
Team Alias Note
An IP Address (North-Bound IP) alias is created on the node that is elected as team master
(master) to allow a controller team to be accessible with a single IP Address no matter which
controller is the master. This IP Address is provided as part of the team configuration when
creating a team. If the elected node stops being team master, the team IP Address must be
removed from the aliases because this address must be reassigned to the actual team master. If
assigning or removing an alias fails, one of the following messages appears in the Alert log:
Programming team alias < ip-address > failed
Unprogramming team alias < ip-address > failed
In either of these instances, the condition is logged and the team continues to operate. In this case
you can manually program the team alias using the following commands:
To Set the Alias
sudo ifconfig Mask:<network_mask> eth0:0 <controller_ip> netmask <network_mask> eth0
up
To Remove the Alias
sudo ifconfig Mask:<network_mask> eth0:0 <controller_ip> netmask <network_mask> eth0
down