如何对 Peoplesoft 报告存储库进行负载平衡?
设置负载平衡的 Peopletools/Peoplesoft 环境(2 个 Web、2 个应用程序、2 个进程调度程序,全部位于单独的硬件上)时,如何配置报告存储库?目的是拥有两个完全独立的堆栈,但也允许一侧运行的报告可从另一侧获取。
When setting up a load balanced Peopletools/Peoplesoft environment( 2 web, 2 app, 2 process schedulers, all on separate hardware), how do you configure the report repository/repositories? The intent is to have two totally indepenent stacks but also allow reports run on one side to be available from the other.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有一个报告存储库,位于堆栈两侧/组都可以访问的共享区域上。我从未尝试过拥有 2 个报告存储库,但这听起来像是一场复制噩梦。如果可以的话,我有兴趣听到更多。
I have a single report repository that is on a shared area accessible to both sides/sets of the stack. I've never tried having 2 report repositories, but it sounds like a replication nightmare. If it can be done I'd be interested to hear more.
这不是必需的,但在报告节点有负载的情况下是必需的。
这可以通过创建两个具有不同域名的报表节点来实现,并且需要通过Web服务器配置文件进行配置。请不要忘记将一个报告节点设为主节点,将第二个报告节点设为从节点。
谢谢
This is not necessary, but required in case you have load on report nodes.
This can be achieved by creating two report nodes with differrent domain names and needs to be configured through web server config file. Please don't forget to make one report node master and second one slave.
Thanks