Symantec logo

Configuring LLT and GAB

VCS uses LLT and GAB to 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 node 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 node in the cluster.

Use vi, or another editor, to create the file /etc/llthosts that contains entries that resemble:

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. Refer also to the sample llttab file in /opt/VRTSllt.

See LLT directives.

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

set-node north

set-cluster 2

link qfe0 qfe:0 - ether - -

link qfe1 qfe:1 - 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 file name /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 the LLT protocol uses. The order of directives must be the same as in the sample file /opt/VRTSllt/llttab.


LLT directives

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

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


Additional considerations for LLT

You must attach each network interface that is configured for LLT to a separate and distinct physical network.

By default, Sun systems assign the same MAC address to all interfaces. Thus, connecting two or more interfaces to a network switch can cause problems. For example, if IP is configured on one public interface and LLT on another, and both interfaces are connected to a switch, the duplicate MAC address on the two switch ports can cause the switch to incorrectly redirect IP traffic to the LLT interface and vice-versa. To avoid this, configure the system to assign unique MAC addresses by setting the eeprom(1M) parameter local-mac-address? to true.

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 node 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   Symantec does not recommend the use of the -c -x option for /sbin/gabconfig. Using -c -x dramatically increases configuration time for the Gigabit Ethernet controller and can lead to a split-brain condition.