mrioux
16 years agoLevel 2
VCS SRDF Agent having issue with overwrite OnlineTimeout parameter
Hi,
For your information, we experimented problem with the SRDF Agent under VCS 5.0. Our SRDF group having more then 150 devices and the default value for OnlineTimeout need to be increase base on the formula described in the documentation. We figure that the correct value for OnlineTimeout need to be adjusted to 600 seconds. Basicaly the SRDF agent 1.0 can't use the OnlineTimeout overwrite parameter value when performing
hares –override SRDF_myressourcename OnlineTimeout
hares –modify SRDF_myressourcename OnlineTimeout 600
A VCS Agents pack Q3 upgrade will be available soon and this issue will be fixed.
The problem can be found in the agent source code:
/opt/VRTSvcs/bin/SRDF/SRDFAgent.pm
@onlinetimeout = split('\n', `$vcs_home/bin/hatype -value SRDF OnlineTimeout`);
$self->{'onlinetimeout'} = $onlinetimeout[0];
For your information, we experimented problem with the SRDF Agent under VCS 5.0. Our SRDF group having more then 150 devices and the default value for OnlineTimeout need to be increase base on the formula described in the documentation. We figure that the correct value for OnlineTimeout need to be adjusted to 600 seconds. Basicaly the SRDF agent 1.0 can't use the OnlineTimeout overwrite parameter value when performing
hares –override SRDF_myressourcename OnlineTimeout
hares –modify SRDF_myressourcename OnlineTimeout 600
A VCS Agents pack Q3 upgrade will be available soon and this issue will be fixed.
The problem can be found in the agent source code:
/opt/VRTSvcs/bin/SRDF/SRDFAgent.pm
@onlinetimeout = split('\n', `$vcs_home/bin/hatype -value SRDF OnlineTimeout`);
$self->{'onlinetimeout'} = $onlinetimeout[0];