Cluster Server 7.4 Agent for EMC SRDF Configuration Guide - Windows
- Introducing the agent for EMC SRDF
- Configuring the agent for EMC SRDF
- Testing VCS disaster recovery support with EMC SRDF
- How VCS recovers from various disasters in an HA/DR setup with EMC SRDF
- Setting up fire drill
Setting the OnlineTimeout attribute for the SRDF resource
Set the OnlineTimeout attribute for the SRDF resource so that its entry points do not time out, or they automatically restart if they timed out.
To set the OnlineTimeout attribute
- For each SRDF resource in the configuration, use the following formula to calculate an appropriate value for the OnlineTimeout attribute:
ndevices represents the number of devices in a device group.
dfailovertime represents the time taken to failover a device.
ndevicegroups represents the total number of device groups that might fail over simultaneously.
The epsilon is for the command instantiation overhead. You can set it to any value based on your setup.
To set the Online Timeout attribute for a single device group (typically the case for SRDF), multiply the number of devices in the device group with the time taken to failover a device (default = 2 seconds) and add it to the value of epsilon.
For example: if you have a single device group that consists of 5 devices and the time taken to failover a single device is 50 seconds, set the OnlineTimeout attribute to [(5*50 )+ 10] seconds. The value of the epsilon here is equal to 10 seconds. Thus, the OnlineTimeout attribute is equal to 260 seconds.
To set the Online Timeout attribute for multiple device groups (currently not supported by SRDF), calculate the OnlineTimeout attribute for all device groups and set the OnlineTimeout attribute to at least the amount of time the largest device group takes to fail over.
- If the resulting value seems excessive, divide it by two for every increment in the value of the RestartLimit attribute.
To set the OnlineTimeout attribute using the sigma script
- Run the sigma script to get recommendations for VCS attribute values.
C:\Program Files\Veritas\Cluster Server\bin\SRDF\sigma.pl
Run the script on a node where VCS is running and has the SRDF agent configured.
The sigma calculator adds 10 seconds to the value for each device group to compensate for the overhead of launching an appropriate symrdf command. Specify another value to the sigma script if the instantiation takes shorter or longer.
The script runs on the assumption that the VCS program manages all devices in the array. Other operations outside of VCS that hold the array lock might delay the online operation unexpectedly.