Archive for the ‘Windows 2008 R2 RC clustering’ Category

Create Services Cluster Resource Windows 2008R2 With Powershell (2011-6-27)

In a Cluster You can cluster Services this can be done by the wizzard Or with Powershell. Below a easy powershell script to create a clustered services. In my case I used the altiris Services You can adjust this whit any services You like. Add-ClusterGroup -Name AltirisGroup Add-ClusterResource -Name Altiris -Resourcetype "Generic Service" -group AltirisGroup [...]

Powershell Network Load Balancing (2010-11-7)

Teched 2010 Berlin #TEE10 #Teched For Demo and learning Sites you need often thing that takes only a minute but when you play with it it takes more time than you want. So with this in my mind I created 3 powershell scripts that you can use for building a cluster , NLB Cluster and [...]

Windows 2008 R2 RC clustering setup a cluster (2009-5-20)

  For a demo I did setup a windows 2008 R2 RC x64 server with HV. Because the demo hardware was not on the FCCP list. It takes more time to setup the server. So a Hint use hardware that is on the FCCP list !. So I used a x64 OS and still I [...]