HP Serviceguard Developer's Toolbox Version B.12.00.00 For HP-UX and Linux

#
# but not all.
#
# monitored_subnet 192.10.26.0
# no monitored_subnet_access entry,
#
# hence this subnet is available
#
# on all nodes of the cluster.
# monitored_subnet 2001::/64
# monitored_subnet_access full
# 2001::/64 is available on all
#
# nodes of the cluster.
#
# Legal values for monitored_subnet_access: partial, full.
monitored_subnet 192.168.100.0 monitored_subnet_access full
# IP subnets and addresses
#
# "ip_subnet" and "ip_address" specify subnets and
# IP addresses used by this package.
# "ip_subnet_node" specify the nodes on which the subnet is available.
#
# Enter the network subnet name that is to be used by this package,
# along with all the relocatable IP addresses on this subnet to be used
# by this package. Repeat these lines as necessary for additional
# subnets and relocatable IP addresses. The subnets and relocatable
# addresses can be IPv4 or IPv6, or a mix of both.
#
# For each subnet line, enter the name of the nodes on which this subnet
# is available. This is an optional parameter. Default is set to all
# nodes in the cluster.
#
# For example, if this package uses a subnet 192.10.25.0 and 2 IP
# addresses 192.10.25.12 and 192.10.25.13 enter:
# ip_subnet 192.10.25.0
#
# (netmask=255.255.255.0)
# ip_address 192.10.25.12
# ip_address 192.10.25.13
#
# (No ip_subnet_node entry means that subnet 192.10.25.0 is available on
# all nodes of the cluster).
#
# Hint: Run "netstat -i -e" or "ifconfig" to see the configured IP addresses
# and their netmask.
#
# However if only two nodes out of a four node cluster would have this
# subnet available, enter:
# ip_subnet 192.10.25.0
# ip_subnet_node nodeA
# ip_subnet_node nodeB
#
# (netmask=255.255.255.0)
# ip_address 192.10.25.12
# ip_address 192.10.25.13
#
#
# For example, if this package uses two IPv6 addresses 2001::1/64 and 2001::2/64,
# the address prefix identifies the subnet as 2001::/64, which is an available
# subnet.
# Enter:
# ip_subnet 2001::/64
#
# (netmask=ffff:ffff:ffff:ffff::)
# ip_address 2001::1
# ip_address 2001::2
#
# Alternatively the IPv6 IP/Subnet pair can be specified without the prefix
# for the IPv6 subnet.
# Enter:
# ip_subnet 2001::
#
# (netmask=ffff:ffff:ffff:ffff::)
# ip_address 2001::1
# ip_address 2001::2
#
# Hint: In this case, run "netstat -i" and look at the address prefixes
# to find the available IPv6 subnets.
#
# Note that "ip_address" specifies a relocatable IP address, which will
# be added and removed when the package starts and halts.
#
# "ip_subnet" replaces the legacy package control script parameter "subnet".
# "ip_address" replaces the legacy package control script parameter "ip".
#
# Legal values for ip_subnet: <Any String>
# Legal values for ip_subnet_node: /^[0-9A-Za-z][0-9A-Za-z_.\-]*[0-9A-Za-z]$/, /^[0-9A-Za-z]$/.
# Legal values for ip_address: <Any String>
ip_subnet 192.168.100.0
ip_address 192.168.100.10
23