Using Serviceguard Extension for RAC, 9th Edition, September 2010
# package weights; node capacity is checked against the corresponding
# package weight to determine if the package can run on that node.
#
# CAPACITY_NAME specifies a name for the capacity.
# The capacity name can be any string that starts and ends with an
# alphanumeric character, and otherwise contains only alphanumeric characters,
# dot (.), dash (-), or underscore (_). Maximum string
# length is 39 characters. Duplicate capacity names are not allowed.
#
# CAPACITY_VALUE specifies a value for the CAPACITY_NAME that precedes
# it. This is a floating point value between 0 and 1000000. Capacity values
# are arbitrary as far as Serviceguard is concerned; they have meaning only in
# relation to the corresponding package weights.
# Node capacity definition is optional, but if CAPACITY_NAME is specified,
# CAPACITY_VALUE must also be specified; CAPACITY_NAME must come first.
# To specify more than one capacity, repeat this process for each capacity.
# NOTE: If a given capacity is not defined for a node, Serviceguard assumes
# that capacity is infinite on that node. For example, if pkgA, pkgB, and pkgC
# each specify a weight of 1000000 for WEIGHT_NAME "memory", and CAPACITY_NAME
# "memory" is not defined for node1, then all three packages are eligible
# to run at the same time on node1, assuming all other requirements are met.
#
# Cmapplyconf will fail if any node defines a capacity and
# any package has min_package_node as the failover policy or
# has automatic as the failback policy.
# You can define a maximum of 4 capacities.
#
# NOTE: Serviceguard supports a capacity with the reserved name
# "package_limit". This can be used to limit the number of packages
# that can run on a node. If you use "package_limit", you cannot
# define any other capacities for this cluster, and the default
# weight for all packages is 1.
#
# Example:
# CAPACITY_NAME package_limit
# CAPACITY_VALUE 4
#
# This allows a maximum of four packages to run on this node,
# assuming each has the default weight of one.
#
# For all capacities other than "package_limit", the default weight for
# all packages is zero
#
NODE_NAME everc
NETWORK_INTERFACE lan0
STATIONARY_IP 16.89.114.144
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.142.1.3
STATIONARY_IP fec0::8e01:0:0:a8e:3
STATIONARY_IP 3ffe:1000:0:8e01::a8e:3
NETWORK_INTERFACE lan3
NETWORK_INTERFACE lan2
STATIONARY_IP 10.142.2.3
STATIONARY_IP fec0::8e02:0:0:a8e:3
STATIONARY_IP 3ffe:1000:0:8e02::a8e:3
# CLUSTER_LOCK_LUN
# Route information
# route id 1: 16.89.114.144
# route id 2: 10.142.1.3
# route id 3: 10.142.2.3
# CAPACITY_NAME
# CAPACITY_VALUE
# Warning: There are no standby network interfaces for lan0.
# Possible standby Network Interfaces for lan1: lan3.
# Warning: There are no standby network interfaces for lan2.
NODE_NAME everd
NETWORK_INTERFACE lan0
STATIONARY_IP 16.89.114.145
NETWORK_INTERFACE lan1
HEARTBEAT_IP 10.142.1.4
STATIONARY_IP fec0::8e01:0:0:a8e:4
STATIONARY_IP 3ffe:1000:0:8e01::a8e:4
NETWORK_INTERFACE lan3
Cluster Configuration ASCII File 85