Method 1: Turn off the "Affect the group" resource option
To resolve this issue, turn off the
Affect the group resource option, collect the information store dump file, and then turn back on the
Affect the group resource option. To do this, follow these steps:
- Start Cluster Administrator.
- Expand the Server container, and then expand Active Resources.
- Right-click the appropriate virtual resource instance that you want, and then click Properties.
- Click the Advanced tab, click to clear Affect the group, and then click OK.
- Quit Cluster Administrator.
- Use the ADPlus utility or the Userdump utility to collect the information store dump file.
- After you have collected the dump file, turn on the Affect the group resource option in Cluster Administrator.
Method 2: Increase the Exchange Server time-out value
To resolve this problem, you can increase the Exchange Server time-out value to 600,000 milliseconds (600 seconds or 10 minutes). The default time-out value in Exchange 2000 Server and in Exchange Server 2003 is 180,000 milliseconds (180 seconds or 3 minutes).
Exchange 2000 Server
In Exchange 2000 Server, the Exchange store
PendingTimeOut property controls the length of time that the resource can remain in an unresponsive state before a time-out occurs. To increase the time-out value in Exchange 2000 Server, follow these steps:
- Open a Command Prompt window.
- To view the PendingTimeOut property settings, type cluster res "resource name" /prop, and then press ENTER.
- To change the value of the PendingTimeOut property, type cluster res "resource name" /prop PendingTimeOut=600000:DWORD, and then press ENTER.
This value is read when the resource first comes online. If you make a change, you must take the resource offline and then bring the resource online.
Exchange Server 2003
In Exchange Server 2003, the Exchange store
IsAliveTimeOut property controls the length of time that the resource can remain in an unresponsive state before a time-out occurs. To increase the time-out value in Exchange Server 2003, follow these steps:
- Open a Command Prompt window.
- To change the value, type cluster res <resource name> /priv IsAliveTimeout=600000:DWORD, and then press ENTER.
This value is read when the resource first comes online. If you make a change, you must take the resource offline and then bring the resource online.