Please enter search query.
Search <book_title>...
Storage Foundation for Oracle® RAC 8.0 Administrator's Guide - Solaris
Last Published:
2021-12-21
Product(s):
InfoScale & Storage Foundation (8.0)
Platform: Solaris
- Section I. SF Oracle RAC concepts and administration
- Overview of Storage Foundation for Oracle RAC
- Component products and processes of SF Oracle RAC
- 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 VCSIPC
- Troubleshooting Oracle
- Troubleshooting ODM in SF Oracle RAC clusters
- Prevention and recovery strategies
- Tunable parameters
- Troubleshooting SF Oracle RAC
- Section III. Reference
Reconfiguring the LMX module
This section discusses how to reconfigure the LMX module on a node. In this example, configuring contexts=16384 allows a maximum of 8192 Oracle processes (8192 * 2 = 16384). Note in the following output that double-quotes are not used to specify an integer value.
# # LMX configuration file # name="lmx" parent="pseudo" contexts=16384 instance=0;
For the changes in the /kernel/drv/lmx.conf
file to take effect, either restart the system or reconfigure the LMX module as described in the following procedure.
To reconfigure the LMX modules
- Shut down all Oracle service groups on the system:
# hagrp -offline oragrp -sys sys1
- Stop all Oracle client processes on the system, such as sqlplus and svrmgrl.
- Unconfigure the LMX module:
# lmxconfig -U
- Determine the LMX module ID:
# modinfo | grep -i lmx
The module ID is the number in the first column of the output.
- Unload the LMX module, using the module ID you determined:
# modunload -i module_ID
For systems running Solaris 11, run the update_drv command to re-read the
/kernel/drv/lmx.conf
file.# update_drv lmx
- Configure the LMX module:
# lmxconfig -c
- Bring the service groups back online:
# hagrp -online oragrp -sys sys1