"VCS ERROR V-16-2-13027" reported for resources in Veritas Cluster

book

Article ID: 100001408

calendar_today

Updated On:

Description

Error Message

VCS ERROR V-16-2-13027 on resource due to performance issues
 

Cause

By default, the agent times out the monitor entry point after 60 seconds. This can be adjusted by changing the MonitorTimeout attribute. The agent retries monitor after the MonitorInterval. If the monitor entry point times out consecutively, the agent treats the resource as faulted.
 

Resolution

We can increase the "MonitorInterval" and "MonitorTimeout" from the default 60 seconds to 120 seconds or more to allow more time for the monitor procedure to complete
 
Below commands can be performed to achieve that 
 
# haconf-makerw
 
# hatype-modify MonitorInterval 120
 
# hatype-modify MonitorTimeout 120
 
# haconf-dump -makero  
  

 

Issue/Introduction

There are instances wherein the monitor procedure fails to complete in the default monitor cycle for a resource due to performance issues