IBM Books

Group Services Programming Guide and Reference


Dealing with adapter events with multiple aliases

The representation of adapters in subscription notifications is to use the provider_id and use the instance number to represent the physical adapter name. This allows the subscriber to associate the list of adapters from the notification with the physical adapters to which the events relate. However, this support is not sufficient in certain cases, where a single adapter is represented multiple times due to the use of IP alias addresses.

To allow subscribers to differentiate among the different aliases, if a subscription notification includes one or more adapters with multiple aliases, a ha_gs_special_block_t will be included that has an array of the IP alias address associated with the adapter listed in the changing membership. The ordering of the array entries will match that in the gs_current_membership and gs_changing_membership fields.

If the network is not defined as supporting multiple aliases:

The HA_GS_SUBSCRIPTION_SPECIAL_DATA will not be set into the gs_subscription_type field in the subscription notification.

If the network is defined as supporting multiple aliases:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]