Storage Foundation for Oracle® RAC 7.4.1 Administrator's Guide - Linux
- Section I. SF Oracle RAC concepts and administration
- Overview of Storage Foundation for Oracle RAC
- About 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
- Testing the coordinator disk group using the -c option of vxfentsthdw
- About the vxfenadm utility
- About the vxfenclearpre 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
- Fencing startup reports preexisting split-brain
- 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:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl start amf
For earlier versions of RHEL, SLES, and supported RHEL distributions:
# /etc/init.d/amf start
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:
For RHEL 7, SLES 12, and supported RHEL distributions:
# systemctl stop amf
For earlier versions of RHEL, SLES, and supported RHEL distributions:
# /etc/init.d/amf stop
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.