Previous  |  Next  >  
Product: Cluster Server Guides   
Manual: Cluster Server 4.1 Installation Guide   

Configuring LLT and GAB

LLT and GAB are used by VCS. They replace the functions of TCP/IP for VCS private network communications. LLT and GAB provide the performance and reliability required by VCS for these and other functions.

LLT and GAB must be configured as described in the following sections.

Configuring Low Latency Transport (LLT)

To configure LLT, set up two files: /etc/llthosts and /etc/llttab on each system in the cluster.

Setting Up /etc/llthosts

The file llthosts(4) is a database, containing one entry per system that links the LLT system ID (in the first column) with the LLT host name. You must create an identical file on each system in the cluster.

Using vi, or another editor, create the file /etc/llthosts that contains entries resembling:


0 north
1 south

Setting Up /etc/llttab

The /etc/llttab file must specify the system's ID number (or, its node name), and the network links that correspond to the system. In addition, the file can contain other directives. See LLT Directives. Refer also to the sample llttab file in /opt/VRTSllt.

Using vi, or another editor, create the file /etc/llttab that contains entries that resemble:


set-node north
set-cluster 2
link lan1 /dev/lan:1 - ether - -
link lan2 /dev/lan:2 - ether - -

The first line must identify the system on which the file exists. In the example above, the value for set-node could be north, 0, or the filename /etc/nodename, provided the file contains the name of the system (north in this example). The next two lines, beginning with the link command, identify the two private network cards that are to be used by the LLT protocol.

LLT Directives

set-node

Assigns the system ID or symbolic name. The system ID number must be unique for each system in the cluster, and must be in the range 0-31. The symbolic name corresponds to the system ID listed in /etc/llthosts file. Note that LLT fails to operate if any systems share the same ID.

link

Attaches LLT to a network interface. At least one link is required, and up to eight are supported. The first argument to link is a user-defined tag shown in the lltstat(1M) output to identify the link. It may also be used in llttab to set optional static MAC addresses. The second argument to link is the device name of the network interface. Its format is device_name:device_instance_number. The remaining four arguments to link are defaults; these arguments should be modified only in advanced configurations. There should be one link directive for each network interface. LLT uses an unregistered Ethernet SAP of 0xCAFE. If the SAP is unacceptable, refer to the llttab(4) manual page for information on how to customize SAP. Note that IP addresses do not need to be assigned to the network device; LLT does not use IP addresses.

set-cluster

Assigns a unique cluster number. Use this directive when more than one cluster is configured on the same physical network connection. Note that LLT uses a default cluster number of zero.

link-lowpri

Use this directive in place of link for public network interfaces. This directive prevents VCS communication on the public network until the network is the last link, and reduces the rate of heartbeat broadcasts. Note that LLT distributes network traffic evenly across all available network connections and, in addition to enabling VCS communication, broadcasts heartbeats to monitor each network connection.

For more information about LLT directives, refer to the llttab(4) manual page.

Additional Considerations for LLT

Each network interface configured for LLT must be attached to a separate and distinct physical network.

Configuring Group Membership and Atomic Broadcast (GAB)

To configure GAB, use vi or another editor to set up an /etc/gabtab configuration file on each system in the cluster. The following example shows a simple /etc/gabtab file:


/sbin/ gabconfig -c -nN

where the -c option configures the driver for use and -nN specifies that the cluster is not formed until at least N systems are ready to form the cluster. By default, N is the number of systems in the cluster.


Note   Note    The use of the -c -x option for /sbin/gabconfig is not recommended. The Gigabit Ethernet controller does not support the use of -c -x.
 ^ Return to Top Previous  |  Next  >  
Product: Cluster Server Guides  
Manual: Cluster Server 4.1 Installation Guide  
VERITAS Software Corporation
www.veritas.com