如何为Rapid Application Cluster (RAC) oracle集群和WIndows Server 2008拥有单一IP?

发布于 2024-10-07 01:58:28 字数 404 浏览 0 评论 0原文

我有一个多层应用程序,想要使用 RAC 来提高服务器的可用性。

我们现在的情况是,客户端通过Web服务将交易数据发送到服务器端。在客户端层面,我们需要指定url地址(IP地址)作为发送数据的路径。

目前,一台服务器上安装了2个oracle实例作为RAC。 1.133.38.52.101 2. 133.38.52.102

两台服务器都连接到同一个 Oracle 数据库(SAN 存储)。

假设客户端指向 0.101。突然 .101 机器宕机了,我如何才能在不更改客户端的点 URL 的情况下使用 .102。对于此类问题,在 RAC 或 Windows Server 2008 上是否可以进行任何配置?

替代文本

I have a multi tier application that want to use a RAC to improve the availability of the server.

What we have now is, the client side sending a transaction data to the server side through a webservice. At client level, we need to specify the url address (IP address) as a path to send a data.

As for now, there are 2 oracle instance installed as a RAC at a server.
1. 133.38.52.101
2. 133.38.52.102

Both of the server are connect to same Oracle Database (SAN storage).

Let say, the client side is pointing to .101. Suddenly the .101 machine is down, how can I possible to use the .102 without changing the point URL at the client side. Is there any configuration can be done at RAC or Windows Server 2008 for this type of problem?

alt text

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

貪欢 2024-10-14 01:58:28
  1. 在客户端计算机和应用程序服务器计算机之间使用负载均衡器
  2. 在 OCI 中使用 Oracle 的透明应用程序故障转移功能来实现冗余和应用程序服务器计算机和 RAC 实例之间的负载平衡。 DML 事务将回滚,但选择将透明地进行故障转移。
  1. Use a load balancer between client machine and application server machines.
  2. Use Oracle's transparent application failover functionality in OCI to achieve redundancy and load balancing between application server machines and RAC instances. DML transactions will be rolled back but selects will be transparently failed over.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文