Storage Foundation for Sybase ASE CE 7.4 Administrator's Guide - Linux
- Overview of Storage Foundation for Sybase ASE CE
- About Storage Foundation for Sybase ASE CE
- About SF Sybase CE components
- About optional features in SF Sybase CE
- Administering SF Sybase CE and its components
- Administering SF Sybase CE
- Starting or stopping SF Sybase CE on each node
- Administering VCS
- Administering I/O fencing
- About the vxfentsthdw utility
- Testing the coordinator disk group using the -c option of vxfentsthdw
- About the vxfenadm utility
- About the vxfenclearpre utility
- About the vxfenswap utility
- Administering CVM
- Changing the CVM master manually
- Administering CFS
- Administering the Sybase agent
- Administering SF Sybase CE
- Troubleshooting SF Sybase CE
- About troubleshooting SF Sybase CE
- Troubleshooting I/O fencing
- Fencing startup reports preexisting split-brain
- Troubleshooting Cluster Volume Manager in SF Sybase CE clusters
- Troubleshooting interconnects
- Troubleshooting Sybase ASE CE
- Prevention and recovery strategies
- Prevention and recovery strategies
- Managing SCSI-3 PR keys in SF Sybase CE cluster
- Prevention and recovery strategies
- Tunable parameters
- Appendix A. Error messages
Configuring aggregated interfaces under LLT
If you want to configure LLT to use aggregated interfaces after installing and configuring VCS, you can use one of the following approaches:
Edit the /etc/llttab file
This approach requires you to stop LLT. The aggregated interface configuration is persistent across reboots.
Run the lltconfig command
This approach lets you configure aggregated interfaces on the fly. However, the changes are not persistent across reboots.
To configure aggregated interfaces under LLT by editing the /etc/llttab file
- If LLT is running, stop LLT after you stop the other dependent modules.
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop llt
For earlier versions of RHEL, SLES, and supported RHEL distributions:
# /etc/init.d/llt stop
- Add the following entry to the /etc/llttab file to configure an aggregated interface.
link tag device_name systemid_range link_type sap mtu_size
tag
Tag to identify the link
device_name
Device name of the aggregated interface.
systemid_range
Range of systems for which the command is valid.
If the link command is valid for all systems, specify a dash (-).
link_type
The link type must be ether.
sap
SAP to bind on the network links.
Default is 0xcafe.
mtu_size
Maximum transmission unit to send packets on network links
- Restart LLT for the changes to take effect. Restart the other dependent modules that you stopped in step 1.
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl start llt
For earlier versions of RHEL, SLES, and supported RHEL distributions:
# /etc/init.d/llt start
To configure aggregated interfaces under LLT using the lltconfig command
- When LLT is running, use the following command to configure an aggregated interface:
lltconfig -t devtag -d device [-b linktype ] [-s SAP] [-m mtu]
devtag
Tag to identify the link
device
Device name of the aggregated interface.
link_type
The link type must be ether.
sap
SAP to bind on the network links.
Default is 0xcafe.
mtu_size
Maximum transmission unit to send packets on network links
See the lltconfig(1M) manual page for more details.
You need not reboot after you make this change. However, to make these changes persistent across reboot, you must update the /etc/llttab file.
See “To configure aggregated interfaces under LLT by editing the /etc/llttab file”.