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
Adding and removing LLT links
You can use the lltconfig command to add or remove LLT links when LLT is running.
See the lltconfig(1M) manual page for more details.
Note:
When you add or remove LLT links, you need not shut down GAB or the high availability daemon, had. Your changes take effect immediately, but are lost on the next restart. For changes to persist, you must also update the /etc/llttab
file.
To add LLT links
- Where:
Depending on the LLT link type, run the following command to add an LLT link:
For ether link type:
# lltconfig -t devtag -d device [-b ether ] [-s SAP] [-m mtu] [-I] [-Q]
For UDP link type:
# lltconfig -t devtag -d device -b udp [-s port] [-m mtu] -I IPaddr -B bcast
For UDP6 link type:
# lltconfig -t devtag -d device -b udp6 [-s port] [-m mtu] -I IPaddr [-B mcast]
For RDMA link type:
# lltconfig -t devtag -d device -b rdma -s port [-m mtu] -I IPaddr -B bcast
devtag
Tag to identify the link
device
Device name of the interface.
For link type ether, you can specify the device name as an interface name. For example, eth0. Preferably, specify the device name as eth-macaddress. For example, eth- xx:xx:xx:xx:xx:xx.
For link types udp and udp6, the device is the udp and udp6 device name respectively.
For link type rdma, the device name is udp.
bcast
Broadcast address for the link type udp and rdma
mcast
Multicast address for the link type udp6
IPaddr
IP address for link types udp, udp6 and rdma
SAP
SAP to bind on the network links for link type ether
port
Port for link types udp, udp6 and rdma
mtu
Maximum transmission unit to send packets on network links
For example:
For ether link type:
# lltconfig -t eth4 -d eth4 -s 0xcafe -m 1500
For UDP link type:
# lltconfig -t link1 -d udp -b udp -s 50010 -I 192.168.1.1 -B 192.168.1.255
For UDP6 link type:
# lltconfig -t link1 -d udp6 -b udp6 -s 50010 -I 2000::1
For RDMA link:
# lltconfig -t link1 -d udp -b rdma -s 50010 -I 192.168.1.1 -B 192.168.1.255
Note:
If you want the addition of LLT links to be persistent after reboot, then you must edit the
/etc/lltab
with LLT entries.
To remove an LLT link
- Run the following command to disable a network link that is configured under LLT.
# lltconfig -t devtag -L disable
- Wait for the 16 seconds (LLT peerinact time).
- Run the following command to remove the link.
# lltconfig -u devtag