Time out in cluster resources
Updated: 21 May 2010 | 3 comments
Hi Experts
We have one cluster on which we are running TIBCO application.I just want to know how to check and modify the timeout values for cluster resources.
Thansk
Sukrujt S
discussion Filed Under:
Comments
If you are using Application
If you are using Application resource for clustering Tibco application you may change the various timeouts for the Application agent by using
the following commands:
hatype -modify Application OnlineTimeout 150 <-- changes the Online entry point timeout value to 150 seconds.
hatype -modify Application MonitorTimeout 150 <-- changes the Monitor entry point timeout value to 150 seconds.
hatype -modify Application OfflineTimeout 150 <-- changes the Offline entry point timeout value to 150 seconds.
hatype -modify Application CleanTimeout 150 <-- changes the Clean entry point timeout value to 150 seconds.
The current timeout values could be seen by executing the command : hatype -display <TypeName>
eg. hatype -display Application
Hope this helps,
Satish/
Veritas Agents
Hi
recently customer has upgraded the application and path of binaries have been changed.
In order to change the path for agnents which are the files I need to seee,please could you help me to know.
Thanks
Sukrut S
You may want to see the
You may want to see the earlier paths specified for that particular resource by executing the command
"hares -display <Resource Name>". Check for the values of the attributes: StartProgram, StopProgram,
CleanProgram, MonitorProgram, MonitorProcesses and see if they need to be modified.
Would you like to reply?
Login or Register to post your comment.