在负载平衡网络上创建 CRM 组织
我试图了解如何在负载平衡网络上创建 CRM 组织。
我有三个 Web 服务器(Web01、Web 02、Web03);三个应用程序服务器(App01、App02、App03)和一个 SQL Server (SQL01)。我已经设置了负载均衡器,并且所有 Web 服务器上都已经有人设置了一个组织。该组织是面向互联网的。现在我想在同一组 Web 服务器上再创建一个组织。谁能帮助我了解如何在这种情况下在负载均衡器上设置新的组织?
I'm trying to understand how to create CRM Organization on Load Balancing network.
I've three web servers (Web01, Web 02, Web03); three application servers (App01, App02, App03) and a SQL Server (SQL01). I already have Load Balancer setup and there is already one organizaiton setup by someone on all web servers. This organization is Internet Facing. Now I want to create one more Organization on same set of Web Servers. Can anyone please help me understand how to setup new Organization on Load Balancer in this scenario?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
需要了解的重要一点是 CRM 部署与部署的组织之间存在差异。
该部署由一个或多个 CRM 服务器以及一个可以集群的 SQL Server 组成。可以使用不同的服务器作为报表服务器,并且可以将 Exchange 服务器配置为电子邮件路由器。
部署服务器后,可以使用前端 CRM 服务器之一上的 CRM 部署管理器配置一个或多个组织。根据当前用户的凭据,所有前端(负载平衡)服务器均可用于访问部署中配置的任何组织。配置组织时,应将应使用的报表服务器分配给该组织。
此外,如果您使用 IFD(面向互联网的部署),每个组织都应该有自己的指向负载均衡器 IP 地址的 DNS 条目 (orgId.theprefixchoosen.mydomain.intra),以便 CRM 可以将用户路由到适当的地址。组织。更多信息可以在 Microsoft 的有关配置 IFD 的文档中找到。
An important point to know is that there is a difference between a CRM deployment, and the organizations deployed.
The deployment consist of one or more CRM Server, and a SQL Server that can be clustered. A different server can be used as ReportServer and an Exchange Server can be configured as the email router.
Once the servers are deployed, one or many organizations can be configured using the CRM Deployment manager, on one of the front-end CRM Server. All the front-end (load balanced) server can be used to access any organizations configured in the deployment, based on the current user's credentials. When configuring the organization, the Report Server that should be used is assigned to the organization.
Also, if you are using IFD (Internet Facing Deployment), every organizations should have their own DNS entry (orgId.theprefixchoosen.mydomain.intra) that is pointing to the load balancer's IP address, so that CRM can route the users to the appropriate organization. More can be found in Microsoft's documents on configuring IFD.
创建新组织与正常情况没有什么不同。您可以通过其中一台服务器上的部署管理器来执行此操作。这将基本上创建所需的 SQL DB 和关联的 ocnfig 条目。为了使 IFD 部分正常工作,您还可能需要添加 DNS 条目以将该新组织名称的流量路由到您的服务器。
Creating the new org is no different that normal. You would do this via Deployment Manager on 1 of the servers. This will basically create the needed SQL DB and associated ocnfig entries. To get the IFD portion working, you will also potentially need to add DNS entries to route traffic for that new orgname to your servers.