Managing Serviceguard 14th Edition, June 2007

Configuring Packages and Their Services
Choosing Package Modules
Chapter 6288
local_lan_failover_allowed Specifies whether or not Serviceguard
can switch LANs on a cluster node (that is, switch to a standby LAN
card).
Legal values are yes and no. Default is yes.
monitored_subnet The IP address of a LAN subnet that is to be
monitored for this package. Replaces legacy SUBNET which is still
supported in the package configuration file for legacy packages; see
“Configuring a Legacy Package” on page 363.
Multiple subnets can be specified on separate lines.
If any monitored_subnet fails, Serviceguard will switch the package to
any other node specified by node_name which can communicate on all the
ip_subnets defined for this package. See the comments in the
configuration file for more information and examples.
cluster_interconnect_subnet Specifies an IPv4 address. Can be
configured only for a multi-node package in a Serviceguard Extension for
Real Application Cluster (SGeRAC) installation.
(See the latest version of Using Serviceguard Extension for RAC at
http://www.docs.hp.com -> High Availability - > Serviceguard
Extension for Real Application Cluster (ServiceGuard OPS
Edition) for more information.)
New for A.11.18 (for both modular and legacy packages).
ip_subnet Specifies an IP subnet used by the package. Replaces
SUBNET, which is still supported in the package control script for legacy
packages.
For each subnet used, specify the subnet address on one line and, on the
following lines, the relocatable IP addresses that the package uses on
that subnet.
For example, if this package uses subnet 192.10.25.0 and the relocatable
IP addresses 192.10.25.12 and 192.10.25.13, enter:
ip_subnet 192.10.25.0
ip_address 192.10.25.12
ip_address 192.10.25.13
This parameter can be set for failover packages only.