Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Time out in cluster resources

Updated: 21 May 2010 | 3 comments
sardeshpande1975@gmail.com's picture
0 0 Votes
Login to vote

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

Satish K. Pagare's picture
01
Oct
2009
0 Votes 0
Login to vote

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/

sardeshpande1975@gmail.com's picture
02
Oct
2009
0 Votes 0
Login to vote

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

Satish K. Pagare's picture
03
Oct
2009
0 Votes 0
Login to vote

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.