Please enter search query.
Search <book_title>...
Veritas InfoScale™ 7.4.3 Release Notes - Linux
Last Published:
2020-11-17
Product(s):
InfoScale & Storage Foundation (7.4.3)
Platform: Linux
- Introduction and product requirements
- Changes introduced in InfoScale 7.4.3
- Limitations
- Virtualization software limitations
- Storage Foundation software limitations
- Dynamic Multi-Pathing software limitations
- Veritas Volume Manager software limitations
- Veritas File System software limitations
- SmartIO software limitations
- Replication software limitations
- Cluster Server software limitations
- Limitations related to bundled agents
- Limitations related to VCS engine
- Veritas cluster configuration wizard limitations
- Limitations related to the VCS database agents
- Cluster Manager (Java console) limitations
- Limitations related to LLT
- Limitations related to I/O fencing
- Limitations related to bundled agents
- Storage Foundation Cluster File System High Availability software limitations
- Storage Foundation for Oracle RAC software limitations
- Storage Foundation for Databases (SFDB) tools software limitations
- Known issues
- Issues related to installation and upgrade
- Storage Foundation known issues
- Dynamic Multi-Pathing known issues
- Veritas Volume Manager known issues
- Veritas File System known issues
- Virtualization known issues
- Replication known issues
- Cluster Server known issues
- Operational issues for VCS
- Issues related to the VCS engine
- Issues related to the bundled agents
- Issues related to the VCS database agents
- Issues related to the agent framework
- Cluster Server agents for Volume Replicator known issues
- Issues related to Intelligent Monitoring Framework (IMF)
- Issues related to global clusters
- Issues related to the Cluster Manager (Java Console)
- VCS Cluster Configuration wizard issues
- LLT known issues
- I/O fencing known issues
- Operational issues for VCS
- Storage Foundation and High Availability known issues
- Storage Foundation Cluster File System High Availability known issues
- Storage Foundation for Oracle RAC known issues
- Oracle RAC known issues
- Storage Foundation Oracle RAC issues
- Storage Foundation for Databases (SFDB) tools known issues
- Application isolation feature known Issues
- Cloud deployment known issues
- Issues related to Veritas InfoScale Storage in Amazon Web Services cloud environments
- Container deployment know issues
CSSD agent forcibly stops Oracle Clusterware if Oracle Clusterware fails to respond (3352269)
On nodes with heavy load, the CSSD agent attempts to check the status of Oracle Clusterware till it reaches theFaultOnMonitorTimeouts value. However, Oracle Clusterware fails to respond and the CSSD agent forcibly stops Oracle Clusterware. To prevent the CSSD agent from forcibly stopping Oracle Clusterware, set the value of the FaultOnMonitorTimeouts attribute to 0 and use the AlertOnMonitorTimeouts attribute as described in the following procedure.
Perform the following steps to prevent the CSSD agent from forcibly stopping Oracle Clusterware:
- Change the permission on the VCS configuration file to read-write mode:
# haconf -makerw
- Set the AlertOnMonitorTimeouts attribute value to 4 for the CSSD resource:
# hatype -display CSSD | grep AlertOnMonitorTimeouts CSSD AlertOnMonitorTimeouts 0 # hares -override cssd_resname AlertOnMonitorTimeouts # hatype -modify CSSD AlertOnMonitorTimeouts 4
- Set the FaultOnMonitorTimeouts attribute value to 0 for the CSSD resource:
# hatype -display CSSD | grep FaultOnMonitorTimeouts CSSD FaultOnMonitorTimeouts 4 # hares -override cssd_resname FaultOnMonitorTimeouts # hatype -modify CSSD FaultOnMonitorTimeouts 0
- Verify the AlertOnMonitorTimeouts and FaultOnMonitorTimeouts settings:
# hatype -display CSSD | egrep \ "AlertOnMonitorTimeouts|FaultOnMonitorTimeouts" CSSD AlertOnMonitorTimeouts 4 CSSD FaultOnMonitorTimeouts 0
- Change the permission on the VCS configuration file to read-only mode:
# haconf -dump -makero