Error Code details
V-16-1-60
Severity: Error 
Component: Cluster Server 
Message:
%s:Program (%s) does not exist.
Description:

Application agent uses the MonitorProgram attribute to monitor the Application resource while the CleanProgram attribute to clean the Application resource in case of resource fault. When you configure the Application resource, typically the two attributes are also configured. The message is displayed if the path to MonitorPogram or CleanProgram does not exist on the system.

 

Veritas solutions
Solution 1 Vote: [Useful] [Not useful]
Last Modified: 2012-08-21 07:11:57
Platform: Generic
Release: Generic
Content:

The solution applies to HP 11.21 or 11.31 and Solaris 8 and later, as well as to Veritas Cluster Server Releases 4.0 or later.

 

Make sure that the path to the MonitorProgram or CleamProgram exists on the system, where the Application resource is online or going to be online.

 

To verify the existence of the path that is specified in the MonitorProgram or CleamProgram, use the test –f command. For example:

 

# test –f /appdir/myapplication/mymonitor.sh

 

To change the path:

 

  1. Make sure that the configuration is writable. If not, enter:

# haconf-makerw

 

  1. Modify the value of the attribute for the Application resource. Enter:

#hares –modify res_name MonitorProgram value

 

  1. Save the configuration. Enter:

#haconf –dump -makero