Hi!
On my testing environment I have 2 content servers on 2 machines serving 1 repository (on a third machine). The second content server has been added for load balancing/failover purposes.
The problem I just noticed is that shutting down the first content server makes the whole system terribly slow. When I try to open the Documentum Administrator it takes the system like forever to perform that initial redirect (redirect.jsp) and to display the login form. After logging in, the speed doesnt improve much.
There are no other users besides me and no documents in the system. So it cannot be a bandwidth/resources issue.
However, it could be that for each request the system waits for the first content server/docbroker to time out - and then starts a second attempt with the second content server/docbroker. This is OK for the first request - but every other request should "know" that the first request failed and shouldnt even try contacting the first content server, right?
How do I find out whether that's the problem? And how do I configure the system to work faster?
Best regards,
M