
Dear all friend and expert.
I have planning deploy crm 2015 onpremise in multi-server environment. As above topology that is my plan Infrastructure.
When deploy dev/test environment so it easy, because i was install all server roles in single server.
But:
When deploy Production environment have multi-server i dont know, how to deploy?
I have two server ( bold red color) for deploy 4 server toles :
1. Front End Server
2. Back End Server
3. Deployment Administrator Server
4. ADFS server for IDF
My plan: Back end server(2) + deployment Administrator Server(3) deploy on the first server
Front end server(1) + ADFS (4) in second server.
1. After deploy, where is server need publish to internet for external user ?
2. If i use ADFS server for external user, so i will publish only 443 for ADFS ? in case dont need publish crm server?
3. Where is IIS server ?
Please help me and conment for me my plan. Thank you so much.
Manythanks
*This post is locked for comments
I have the same question (0)Hello,
If you go with Front End server (1) and ADFS (4) on same server, you can't have both the Applications running on same port 443.
I would recommend to have ADFS (4) and Front End Server (1) on two different servers. You can consider the below way.
- Front End Server (1) and Deployment Administrator Server (3) on One Server
- Back End Server (2) and ADFS server for IFD (4) on second server
In this way you will have IIS on both the servers with First Server publishing CRM Front End on Port 443 and Second server hosting ADFS on Port 443.
1. For External Users, the DNS mapping for IFD can be like as mentioned below.
adfs.domain.com - ADFS Server IP Address (Server2)
internal.domain.com - CRM FrontEnd Server IP Address (Server1)
external.domain.com - CRM FrontEnd Server IP Address (Server1)
disc.domain.com - CRM FrontEnd Server IP Address (Server1)
org1.domain.com - CRM FrontEnd Server IP Address (Server1)
org2.domain.com - CRM FrontEnd Server IP Address (Server1)
2. You need to Publish both ADFS and CRM on Internet. In the above scenario both ADFS and CRM are hosted on Port 443.
3. IIS Feature is deployed one both the servers (Server1 for CRM FrontEnd and Server2 for ADFS)