PreferredServerPolicy

An abstract subtype of HAManagerPolicy where the policy attributes may successfully specify the servers where the applications should get executed.

Inherits from type HAManagerPolicy and adds the following.

Attributes Summary
failback : booleanA boolean-valued flag with 'false' as the default value.
preferredOnly : booleanA boolean-valued flag with 'false' as the defalt.
preferredServers : CoreGroupServer @*  

Attribute Details

failback    -    A boolean-valued flag with 'false' as the default value. If set to 'true', HAManager will try to execute the application group components on the preferred servers, if necessary, after deactivating application components executing on other (non-preferred) servers of the core group.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



preferredOnly    -    A boolean-valued flag with 'false' as the defalt. If set to 'true', the flag mandates HAManager to execute application components only on the server(s) of the 'preferredServers' list. If there are no preferred servers, HAManager will not activate the application components.
     data type: boolean
     default Value:   false
     Allowed Values:  true   false  



preferredServers    -     
     data type: CoreGroupServer@*


Copyright IBM Corp. 1997-2004