Tag: cluster
How to Cluster Host Instances in BizTalk
This post goes through the steps to create clustered host instances in BizTalk. Index Why do I want to cluster Host Instances? About BizTalk Hosts About Host Instances How to create a BizTalk Host How to create a BizTalk Host Instance Cluster Host Instance in BizTalk Summary References Why do I want to cluster Host […]
MSDTC – How to Cluster
Sometimes you need to cluster MSDTC as a resource in a Windows Failover Cluster. This post will describe how to do it. TL;DR Create a storage dedicated for DTC in the failover cluster. Create a cluster role for MSDTC. Configure MSDTC. Index Check CID before Clustering Create shared storage disk in Windows Failover Cluster Configure […]
About MSDTC and Troubleshooting it
MSDTC – Microsoft Distributed Transaction Coordinator. This fellow has caused me many hours of troubleshooting. This post is a set of troubleshooting step I have successfully been able to perform. This is my notes regarding MSDTC. Index About MSDTC MSDTC – CID issues Uninstall MSDTC Install MSDTC Install MSDTC – Could not install MSDTC – […]
How to Create a SQL Cluster – A Summary
This post is a wrapper post for several earlier post I have written. If you follow along the posts, one at a time, you will soon know how to create a SQL Server. The series of post builds up from a very basic level. However, you should have at least an elementary knowledge of Windows […]
Install SQL Server on a Failover Cluster
In this post we will look at how to install SQL Server on a Windows Failover Cluster. By doing so, we are trying to achieve High Availability in our environment. If one of the SQL servers fails or are by purpose taken offline for maintenance, the other server (node) will take over and the database(s) […]
Create a Windows Failover Cluster
This post describes how to create a Failover Cluster with two Windows Server 2016 virtual machines in Hyper-V (Lab environment). Info. This post is tagged with “my notebook”. That means, that the purpose of the post is mainly for me to remember something I did. The information here might be incomplete, hard for others to […]