InfoScale™ 9.0 Storage Foundation for Oracle® RAC Administrator's Guide - Linux
- Section I. SF Oracle RAC concepts and administration
- Overview of Storage Foundation for Oracle RAC
- Component products and processes of SF Oracle RAC
- Communication infrastructure
- Cluster interconnect communication channel
- Cluster Volume Manager (CVM)
- About Flexible Storage Sharing
- Cluster File System (CFS)
- Cluster Server (VCS)
- Oracle RAC components
- Oracle Disk Manager
- RAC extensions
- About Virtual Business Services
- Administering SF Oracle RAC and its components
- Administering SF Oracle RAC
- Starting or stopping SF Oracle RAC on each node
- Administering VCS
- Administering I/O fencing
- About the vxfentsthdw utility
- About the vxfenadm utility
- About the vxfenswap utility
- Administering the CP server
- Administering CFS
- Administering CVM
- Changing the CVM master manually
- Administering Flexible Storage Sharing
- Backing up and restoring disk group configuration data
- Administering SF Oracle RAC global clusters
- Administering SF Oracle RAC
- Overview of Storage Foundation for Oracle RAC
- Section II. Performance and troubleshooting
- Troubleshooting SF Oracle RAC
- About troubleshooting SF Oracle RAC
- Troubleshooting I/O fencing
- Troubleshooting CP server
- Troubleshooting server-based fencing on the SF Oracle RAC cluster nodes
- Issues during online migration of coordination points
- Troubleshooting Cluster Volume Manager in SF Oracle RAC clusters
- Troubleshooting CFS
- Troubleshooting interconnects
- Troubleshooting Oracle
- Troubleshooting ODM in SF Oracle RAC clusters
- Prevention and recovery strategies
- Tunable parameters
- Troubleshooting SF Oracle RAC
- Section III. Reference
Setting LLT tunable parameters
You can set the LLT tunable parameters either with the lltconfig command or in the /etc/llttab
file. You can use the lltconfig command to change a parameter on the local node at run time. Arctera recommends you run the command on all the nodes in the cluster to change the values of the parameters. To set an LLT parameter across system reboots, you must include the parameter definition in the /etc/llttab
file. Default values of the parameters are taken if nothing is specified in /etc/llttab. The parameters values specified in the /etc/llttab file come into effect at LLT start-time only. Arctera recommends that you specify the same definition of the tunable parameters in the /etc/llttab
file of each node.
To get and set a timer tunable:
To get the current list of timer tunable parameters using lltconfig command:
# lltconfig -T query
To set a timer tunable parameter using the lltconfig command:
# lltconfig -T timer tunable:value
To set a timer tunable parameter in the
/etc/llttab
file:set-timer timer tunable:value
To get and set a flow control tunable:
To get the current list of flow control tunable parameters using lltconfig command:
# lltconfig -F query
To set a flow control tunable parameter using the lltconfig command:
# lltconfig -F flowcontrol tunable:value
To set a flow control tunable parameter in the
/etc/llttab
file:set-flow flowcontrol tunable:value
See the lltconfig(1M) and llttab(1M) manual pages.