# ********************************************************************** # ********* HIGH AVAILABILITY CLUSTER CONFIGURATION FILE *************** # ***** For complete details about cluster parameters and how to **** # ***** set them, consult the cmquerycl(1m) manpage or your manual. **** # ********************************************************************** # Enter a name for this cluster. This name will be used to identify the # cluster when viewing or manipulating it. CLUSTER_NAME lpcluster # Cluster Lock Device Parameters. This is the volume group that # holds the cluster lock which is used to break a cluster formation # tie. This volume group should not be used by any other cluster # as cluster lock device. FIRST_CLUSTER_LOCK_VG /dev/vg01 # Definition of nodes in the cluster. # Repeat node definitions as necessary for additional nodes. NODE_NAME ftsys9 NETWORK_INTERFACE lan0 HEARTBEAT_IP 15.13.171.32 NETWORK_INTERFACE lan3 HEARTBEAT_IP 192.6.7.3 NETWORK_INTERFACE lan4 NETWORK_INTERFACE lan1 HEARTBEAT_IP 192.6.143.10 FIRST_CLUSTER_LOCK_PV /dev/dsk/c1t2d0 # List of serial device file names # For example: # SERIAL_DEVICE_FILE /dev/tty0p0 # Primary Network Interfaces on Bridged Net 1: lan0. # Warning: There are no standby network interfaces on bridged net 1. # Primary Network Interfaces on Bridged Net 2: lan3. # Possible standby Network Interfaces on Bridged Net 2: lan4. # Primary Network Interfaces on Bridged Net 3: lan1. # Warning: There are no standby network interfaces on bridged net 3. # Cluster Timing Parameters (microseconds). # The NODE_TIMEOUT parameter defaults to 2000000 (2 seconds). # This default setting yields the fastest cluster reformations. # However, the use of the default value increases the potential # for spurious reformations due to momentary system hangs or # network load spikes. # For a significant portion of installations, a setting of # 5000000 to 8000000 (5 to 8 seconds) is more appropriate. # The maximum recommended value for NODE_TIMEOUT is 3000000 # (30 seconds). HEARTBEAT_INTERVAL 1000000 NODE_TIMEOUT 2000000 # Configuration/Reconfiguration Timing Parameters (microseconds). AUTO_START_TIMEOUT 600000000 NETWORK_POLLING_INTERVAL 2000000 # Package Configuration Parameters. # Enter the maximum number of packages which will be configured in the cluster. # You can not add packages beyond this limit. # This parameter is required. MAX_CONFIGURED_PACKAGES 10 # List of cluster aware Volume Groups. These volume groups # will be used by clustered applications via the vgchange -a e command. # For example: # VOLUME_GROUP /dev/vgdatabase # VOLUME_GROUP /dev/vg02 VOLUME_GROUP /dev/vg01 VOLUME_GROUP /dev/vg02 # List of OPS Volume Groups.# Formerly known as DLM Volume Groups, these volume groups # will be used by OPS cluster applications via # the vgchange -a s command.(Note:the name DLM_VOLUME_GROUP # is also still supported for compatibility with earlier versions.) # For example: # OPS_VOLUME GROUP /dev/vgdatabase. # OPS_VOLUME_GROUP /dev/vg02. OPS_VOLUME_GROUP /dev/vg_ops
|