vostrushka
13 years agoLevel 3
hatype parameters
Where I can find guidelines of how HA type attributes are related to each other?
I am particulaly interesting in how can I setup timeouts in a right way. I would like to know if I change say, AgentStartTimeout, to 120 sec, which other attributes need to be changed. The problem I have is that JBoss agent I built times out the startup because it takes JBoss 1 min 30 sec to start.
Reards
Leonid
You need to use the OnlineTimeout for allowing time for JBoss to start, but this is by default 300.
The AgentStartTimeout is how long to wait for the agent to start when VCS starts or you run "haagent -start" - see extract from agent developers guide:
- The value of AgentStartTimeout specifies how long the HAD process waits for
- the initial agent “handshake” after starting the agent, before attempting to
- restart it.
If you are still have issues - please provide entries from the engine_A.logMike