Error Code details
V-16-10031-1524
Severity: Error 
Component: Cluster Server 
Message:
%s:Monitor hung for disk group %s. Halting the system.
Description:

This message displays when:

  1. The monitor does not complete within the specified time (60 seconds) for a specified resource.
     
  2. Veritas Cluster Server (VCS) tries a number of times to monitor the resource, yet all the attempts time out. (The FaultOnMonitorTimeouts attribute determines the number of tries. The default is 4.)

After VCS logs  this message, it initiates a system halt using the poweroff -nf command.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2011-09-23 02:06:23
Platform: Red Hat Enterprise Linux 4 (x86-32), Red Hat Enterprise Linux 4 (IA-64), Red Hat Enterprise Linux 4 (x86-64)
Release: 5.0MP3
Content:

You can change the frequency of the attempts by updating the FaultOnMonitorTimeouts value. Do the following:

  1. Make the VCS cluster writable. Enter:

    # haconf -makerw
     
  2. Change the FaultOnMonitorTimeouts value. Enter:

    # hatype -modify DiskGroup FaultOnMonitorTimeouts new_value

    For example, the following command sets the FaultOnMonitorTimeouts value to 7.

    # hatype -modify DiskGroup FaultOnMonitorTimeouts 7
     
  3. Return the VCS cluster to read-only mode. Enter:

    # haconf -dump -makero