< Previous | Next > | |
Product: Cluster Server Guides | |
Manual: Cluster Server 4.1 Installation Guide |
Configuring LLT and GABLLT 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/llthostsThe 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/llttabThe /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
For more information about LLT directives, refer to the llttab(4) manual page. Additional Considerations for LLTEach 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 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 |