service-weight="value"

Default: 100

Valid Values: An integer value > 0

The instances that run the actual service-failover processes are selected based upon the configured (or default) service-weight value. Instances with higher weights are selected over instances with lower weights. If a set of instances have the same weight for a service, then the configured number of instances are selected from the set to run the processes.

The service-weight attribute can only be specified if the service-failover attribute is set to a nonzero value.

Example:

<ias-component id="<Essbase-Cluster-Name>">
   <process-type id="EssbaseAgent" module-id="ESS" service-failover="1" service-weight="101">
     <environment>
        <variable id="EPM_ORACLE_HOME" value="<Oracle Home-Location>”>
     </environment>
     ...
   </process-type>
</ias-component>