Ask a questionAsk a question
 

AnswerConfigure ESB on cluster

  • Wednesday, October 21, 2009 7:54 AMMatt Majedi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hi all

    Is there any guidance on configuring ESB toolkit and portal in the clustered environment? the portal installation seems to apply on standalone server where Biztalk and SQL server installed on a single server (I guess, but not sure...). I have 2 clusters each contains 2 servers, one clustered for SQL and one clustered for Biztalk. Any help would be much appreciated.

     

    Thanks

Answers

  • Wednesday, October 28, 2009 6:57 AMWen-Jun ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Matt,

    You just need to install the toolkit core msi on each of the biztalk machines. If you also want to deploy the management portal on the nlb cluster, some specific changes need to be made in its web.config files.


    WenJun Zhang - MSFT Sincerely Microsoft Online Community Support "Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. "

All Replies

  • Thursday, October 22, 2009 7:11 AMAmbar Ray Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Proposed Answer
    Dear Matt,

    You are having 2 clusters means the SQL Servers are in Active-Passive configuration and the BizTalk servers are network load balanced having Active-Active configuration. The ENTSSO is installed on the SQL servers.

    Now if you are using WCF adapters / SOAP adapters only with your ON-RAMPS then no problem. But if you intend to use FTP or MSMQ or POP3 then there is a problem as NLB does not support them.

    As far as the ESB Portal is concerned it would be using HTTP or SOAP and hence no problem with Active-Active load balanced BT Server configuration.
    Please mark as answer if this helps you. Thanks and warm regards Ambar Ray EAI Architect - Microsoft Technologies
    • Proposed As Answer byAmbar Ray Tuesday, October 27, 2009 10:24 AM
    •  
  • Friday, October 23, 2009 12:59 PMMatthew Wridgway Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    As requested here is a good resource:

    http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=9c697e02-d1bc-4684-8748-28b3a292d5bf

    look for the document called: Installing BizTalk Server 2009 in a Multicomputer Environment.docx

    Regards,
    Matthew
  • Monday, October 26, 2009 1:45 PMMatt Majedi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Thanks Matthew

    this document does not include ESB installation.

  • Wednesday, October 28, 2009 3:53 AMWen-Jun ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi Matt,

    Do you want to load balance the ESB Management portal via NLB as well?


    WenJun Zhang - MSFT Sincerely Microsoft Online Community Support "Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. "
  • Wednesday, October 28, 2009 6:57 AMWen-Jun ZhangMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Hi Matt,

    You just need to install the toolkit core msi on each of the biztalk machines. If you also want to deploy the management portal on the nlb cluster, some specific changes need to be made in its web.config files.


    WenJun Zhang - MSFT Sincerely Microsoft Online Community Support "Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. "
  • Wednesday, October 28, 2009 8:10 AMMatt Majedi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Hi

    I have failover cluster not nlb. I installed the core already, I need to install management portal. is there any specific changes I need to make?

    Thanks