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
Administering the AMF kernel driver
Review the following procedures to start, stop, or unload the AMF kernel driver.
See About the IMF notification module.
See Environment variables to start and stop VCS modules.
To start the AMF kernel driver
- Set the value of the AMF_START variable to 1 in the following file, if the value is not already 1:
# /etc/sysconfig/amf
- Start the AMF kernel driver. Run the following command:
# systemctl start amf
To stop the AMF kernel driver
- Set the value of the AMF_STOP variable to 1 in the following file, if the value is not already 1:
# /etc/sysconfig/amf
- Stop the AMF kernel driver. Run the following command:
# systemctl stop amf
To unload the AMF kernel driver
If agent downtime is not a concern, use the following steps to unload the AMF kernel driver:
Stop the agents that are registered with the AMF kernel driver.
The amfstat command output lists the agents that are registered with AMF under the Registered Reapers section.
See the amfstat manual page.
Stop the AMF kernel driver.
Start the agents.
If you want minimum downtime of the agents, use the following steps to unload the AMF kernel driver:
Run the following command to disable the AMF driver even if agents are still registered with it.
# amfconfig -Uof
Stop the AMF kernel driver.