Please enter search query.
Search <book_title>...
InfoScale™ 9.0 Storage Foundation for Oracle® RAC Administrator's Guide - AIX
Last Published:
2025-04-14
Product(s):
InfoScale & Storage Foundation (9.0)
Platform: AIX
- 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 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
The process to reconfigure the LMX module consists of the following steps:
Use the chdev command to change the LMX parameter value on a single system
Unload and reload the driver
Change the parameter on each cluster system.
For example, to change the contexts parameter to 16384, perform the following tasks.
To reconfigure the LMX modules
- List the current values of the LMX tunable parameters by entering the lsattr command:
# lsattr -El lmx lmx_async_upd 0 N/A True lmx_bdel_max 512 N/A True lmx_buffer_max 8192 N/A True lmx_llt_bport 11 N/A True lmx_llt_pport 10 N/A True lmx_minor_max 8192 N/A True lmx_msgbuf_max 32768 N/A True lmx_pdel_max 512 N/A True lmx_port_max 8192 N/A True
The current value for lmx_minor_max is 8192 (the default).
- Enter the following command to change the lmx_minor_max or context value from the default value to a new value:
# chdev -P -l lmx -a lmx_minor_max=16384
- Make sure that Oracle is not running.
- Unconfigure the LMX module:
# slibclean # lmxconfig -U
- Unload and reload the driver after making the above change:
# /etc/methods/lmxext -stop # /etc/methods/lmxext -start
- Repeat the above steps for each node in the cluster.