Go to main content

Oracle® Solaris Cluster 4.3 Release Notes

Exit Print View

Updated: June 2021
 
 

Data Services Planning and Administration Guide

  • The procedure How to Configure a Failover Application Using the ScalMountPoint Resource in Oracle Solaris Cluster 4.3 Data Services Planning and Administration Guide is missing the following step, to optionally perform after Step 1:

    2. If the application binaries use a NAS NFS file system and you want the resource to automatically fail over if a storage fault is detected, set the RebootOnFailure property to True.

    Setting this property prevents the resource from entering a STOP_FAILED state if storage connectivity is faulted. Instead, the node where the ScalMountPoint resource resides is rebooted, and the resource restarts on another cluster node.


    Note -  The availability of other services might be adversely impacted by this fault case. Before you set this property, ensure that you have considered its impact to all services running on the cluster node. You can limit the impact of the RebootOnFailure setting on other services by instead configuring this service in a zone cluster. The reboot then only affects services within that zone cluster.
    # clresource set -p RebootOnFailure=True scalable-mount-point-resource
  • The procedure How to Configure a Scalable Application Using the ScalMountPoint Resource in Oracle Solaris Cluster 4.3 Data Services Planning and Administration Guide is missing the following step, to optionally perform after Step 1:

    2. If the application binaries use a NAS NFS file system and you want the node where the resource was online to abort if a storage fault is detected, set the RebootOnFailure property to True.

    Setting this property prevents the resource from entering a STOP_FAILED state if storage connectivity is faulted. This STOP_FAILED state might leave application instances in a hanging state on the node that has the fault and possibly also on other nodes if the instances communicate among themselves. But if the RebootOnFailure property is set to True, the node where the ScalMountPoint resource resides would instead abort. Manual intervention is then necessary to repair the storage connection for the faulted node and restart the storage resource on that node, which then restarts the application instances on that node.


    Note -  The availability of other services might be adversely impacted by this fault case. Before you set this property, ensure that you have considered its impact to all services running on the cluster node. You can limit the impact of the RebootOnFailure setting on other services by instead configuring this service in a zone cluster. The reboot then only affects services within that zone cluster.
    # clresource set -p RebootOnFailure=True scalable-mount-point-resource