Load-Balancing setup for verity January 7, 2011
Posted by Nilotpal Mrinal in PeopleSoft.Tags: People Tools, PeopleSoft, Verity
trackback
Sometimes we get load-balanced environment where we might have multiple(2/3) application server,process scheduler and a web server.
To setup verity in such environment -
- We have to create a shared location which is accessible by all servers.This will be the location where indexes will be created and application server will search for them.
- We have to make following changes in application server configuration file -
Modify the section “[Search Indexes]” with values -
RSFSRA =//shared_location
RSFSRB = //shared_location
- We can do the same for specific indexes ( like Resumes in Candidate gateway).
- Make the above changes in all other application server( different machine) configuration files.
- Make the above change in Process Scheduler configuration file too.
- Clear cache and Restart app/web and process scheduler.
This will help you setup verity in load-balancing environment.
Comments»
No comments yet — be the first.