Category: IT
General about IT
Raspberry Pi – Getting Started with GPIO
Have you ever wondered what the row of pins on the Raspberry Pi is for? If ‘Yes’, this is the post to start with. This post will briefly explain what they are and provide a ‘Hello world’ example with a blinking LED. Index Prerequisites Introduction GPIO pinout Setup The Code Conclusion Resources Prerequisites Extremely basic […]
Getting started with Raspberry Pi – Installing Raspbian
In this post, we will cover all the details about how to install the official OS Raspbian on a Raspberry Pi. Index Introduction Prerequisites Get a SD card Format the SD card Download the OS – Raspbian Write the OS to the SD card Starting the Raspberry Pi Introduction Raspberry Pi (short form: Pi) is […]
You do not talk about BizTalk!
The first rule of BizTalk is: You do not talk about BizTalk! This is my last blog post about BizTalk! I have recently change occupation and I will be working more with business intelligence now. So, expect to se a lot of data warehousing and SQL posts on this blog in the future! This summer, […]
How to install BizTalk Server in a windows cluster to achieve high availability (HA) – A Summary
This post is a wrapper post of several individual post. If you read them all together, you will learn how to install a clustered BizTalk group to achieve high availability in your environment. List of posts to read – How to install BizTalk Server in a windows cluster to achieve high availability (HA) The posts […]
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 […]
Install BizTalk 2016 Servers on a Windows Failover Cluster
Finally! Now when we have the failover cluster, AD Groups and checked the prerequisites, we can finally launch the BizTalk Server installation. Index Install BizTalk Server (node1) Verify installation (node1) Configure BizTalk Server (node1) Install BizTalk Adapter Pack (node1) Install BizTalk Server node 2 (configuration) Summary Install BizTalk Server (node1) Download the BizTalk Server Evaluation […]
Other Settings Before Installing BizTalk
Here is a list of settings you should consider before installing BizTalk Server. I will cut some corners in this post, I will link certain steps to a guide I wrote before, about how to install BizTalk on a single machine. Some steps are the same. Index COM+ Remote Access Install Visual Studio 2015 (If […]
Add Shared Storage to Failover Cluster (iSCSI vhdx)
Sooner or later you will need more disks in your cluster. This post will describe how to add a virtual disk with iSCSI in a Windows Failover Cluster. Setup in Hyper-V. Note. This post builds upon several other posts. You can backtrack them from this post: https://www.raspberryfield.life/2019/04/08/shared-storage-with-iscsi/ [2019-04-15] TL;DR Add Virtual Disk in your iSCSI […]
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) […]