Sign In
Clustering and High-Availability
Failover Clustering and Network Load Balancing Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
2008
2008 R2
Active Directory
AD
ahmed bisht
api
auto start
back up
backup
Beta
blog
career
ccr
chalk talk
cluster
cluster continuous replication
cluster name object
cluster shared volumes
cluster.exe
clustering
clusters
cmd
cno
command line
conference
configuration
core
create
csv
daud howlader
deployment
disk
dll
elden christensen
ETW
exchange
failover
failover cluster
failover clustering
feedback
file server
gary jackman
ha
high availability
hotfix
hyper-v
live migration
logging
management pack
manish kalra
Matt Kurjanowicz
migration
multi-site
mvp
network load balancing
networking
nlb
Pages
performance counters
performance monitor
possible owner
PowerShell
preferred owner
properties
quorum
r2
rcm
resource
resources
rhs
rohan mutagi
scom
script
scripting
server
setup
SQL
steven ekren
storage
support
symon perriman
teched
troubleshooting
upgrade
Validate
validating
validation
vikas kumar
virtual machine
vladimir petter
vm
webcast
windows server 2003
windows server 2008
windows server 2008 r2
windows server failover clustering
wmi
ws08
WS08R2
wsfc
Browse by Tags
MSDN Blogs
>
Clustering and High-Availability
>
All Tags
>
powershell
Tagged Content List
Blog Post:
Configuring IP Addresses and Dependencies for Multi-Subnet Clusters - Part III
Rob-MSFT
Hi Cluster Fans, This blog post will show the configuration of IP Addresses on multi-subnet clusters for the cluster’s network name, or “Client Access Point” (CAP). This is different from the IP Addresses configuration for other clustered workloads as there is no way to add resource...
on
31 Aug 2011
Blog Post:
Recommended Partner Blog Posts: Mapping Cluster.exe to PowerShell, PowerShell for iSCSI & Storage Server 2008 R2 RTM!
Symon Perriman MSFT
Hi Cluster Fans, We wanted to let you know about some great cluster-related blog posts that Jose Barreto, a Program Manager on the File & Storage team, has recently published. Mapping Cluster.exe Commands to Windows PowerShell Cmdlets for Failover Clusters - Extended Edition Link:...
on
30 Sep 2010
Blog Post:
What is new for NLB in Windows Server 2008R2?
Symon Perriman MSFT
In Windows Server 2008 R2 several improvements have been made to the Network Load Balancing (NLB) technology. Extended Affinity In the past, affinity was only honored for open connections when a failover occurs. In 2008 R2 we added what is known as “Extended Client Affinity”. When...
on
13 Sep 2010
Blog Post:
PowerShell for Failover Clustering: Find Clusters in a Domain
Symon Perriman MSFT
Hi Cluster Fans, Using PowerShell in Windows Server 2008 R2 Failover Clustering we have made it very easy to find all the clusters within a domain. You may already know that you can use the Get-Cluster CMDlet to get information about the current cluster you are working on. Beyond this, Get...
on
12 Aug 2010
Blog Post:
Scripting with Failover Clustering File Share Scopes
Symon Perriman MSFT
Hi Cluster Fans, We have recieved many questions around the difference in behavior between Windows Server 2003 MSCS and Windows Server 2008 (and R2) Failover Clustering as it relates to the file shares and the new scoping behavior. Chuck Timon’s article will help you understand the differences...
on
8 Jul 2010
Blog Post:
PowerShell for Failover Clustering: Webcast Follow up
Symon Perriman MSFT
Hi Cluster Fans, Thanks for those of you who attended my webcast on PowerShell a few weeks ago. If you didn’t have a chance to attend, here is the link to the event: https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032448852&CountryCode=US One...
on
25 Jun 2010
Blog Post:
PowerShell for Failover Clustering: CSV Free Disk Space (and other info)
Symon Perriman MSFT
Hi Cluster PowerShell script writers, We regularly get asked about how to find the free disk space on Cluster Shared Volumes (CSV). In this blog, I will show you how to do this with PowerShell. Here are the CSV volumes in my cluster. Note that Cluster Disk 10 has two partitions. ...
on
18 Jun 2010
Blog Post:
PowerShell for Failover Clustering: Understanding Error Codes
Symon Perriman MSFT
Hi, This blog is about how to handle error codes returned by PowerShell Failover Clustering CMDlets. For an introduction to this topic you can take a look at http://blogs.msdn.com/clustering/archive/2009/05/23/9636665.aspx . Cluster CMDlets can fail for various different reasons, such as passing...
on
27 Apr 2010
Blog Post:
Upcoming Webcasts: Clustering & High-Availability
Symon Perriman MSFT
Hi Cluster Fans, Over the next few weeks the cluster team is offering a series of public TechNet webcasts focusing on Failover Clustering in Windows Server 2008 R2. High Availability Server Apps with Windows Server 2008 R2 Failover Clusters Link: https://msevents.microsoft.com/CUI/WebCastEventDetails...
on
16 Apr 2010
Blog Post:
PowerShell for Failover Clustering: Creating Highly Available Workloads
Symon Perriman MSFT
Hi Clustering PowerShell Scripters, One of the things we’ve provided in Failover Clustering PowerShell is a set of CMDlets to easily create highly available workloads in a cluster. PS C:\Windows\system32> Get-Command -Module FailoverClusters | ?{ $_.Name -like "Add-Cluster*Role" } CommandType...
on
12 Jan 2010
Blog Post:
Installing Network Load Balancing (NLB) on Windows Server 2008 R2
Symon Perriman MSFT
Hi, This post will describe several ways to install Network Load Balancing (NLB) using the command line interface. In Windows Server 2008 R2 installing Windows Features using scripts at the command line has changed a little since Windows Server 2008. There are four ways to install the feature:...
on
4 Dec 2009
Blog Post:
PowerShell for NLB: Common Scenarios
Symon Perriman MSFT
Hi, This is the second blog is our series of posts on PowerShell for Network Load Balancing (NLB). The first post introduces you to the CMDlets: http://blogs.msdn.com/clustering/archive/2009/10/28/9913877.aspx Most of NLB CMDlets have the following common parameters. -InterfaceName...
on
23 Nov 2009
Blog Post:
PowerShell Help Online & Management Pack Updates for Failover Clustering & NLB
Symon Perriman MSFT
Hi Cluster Fans, We have added Windows Server 2008 R2 PowerShell help on TechNet and have updated our Management Packs to support 2008 R2 for System Center Operation Manager (SCOM), for both Failover Clustering and Network Load Balancing. PowerShell Help Online With PowerShell help online...
on
20 Nov 2009
Blog Post:
PowerShell for NLB: Part 1: Getting Started
Symon Perriman MSFT
Hi NLB Fans, NLB provides users with various methods to manage clusters. In Windows Server 2008, there are 3 ways to manage an NLB cluster: 1. Network Load balancing Manager GUI (nlbmgr.exe) 2. NLB command line tool (Nlb.exe) 3. NLB WMI Provider (root\MicrosoftNLB namespace) In...
on
27 Oct 2009
Blog Post:
Network Load Balancing in R2: Extended Affinity
Symon Perriman MSFT
Hello! I am Rohan Mutagi. My job at Microsoft is to do something that everyone likes: criticize others J , specifically, other people’s code. Yes, I am a tester and it’s my role to find bugs in Network Load Balancing (NLB). Over the next few months I will be blogging more about changes that NLB...
on
20 Oct 2009
Blog Post:
PowerShell for Failover Clustering: Finding the Drive Letter
Symon Perriman MSFT
Hi cluster scripting fans, I often find myself looking for the drive letter(s) for a physical disk resource in a PowerShell console/script. After a bit of investigation, here is a way to do that using Cluster WMI through PowerShell: $DiskResourceName = "Cluster Disk 2" $DiskResource =...
on
16 Oct 2009
Blog Post:
PowerShell for Failover Clustering: Let’s Rename a Few Things
Symon Perriman MSFT
Hi Cluster fans, In this blog post, I’ll walk you through how to rename a couple of objects in your failover clusters using the new PowerShell CMDlets we’ve introduced in Windows Server 2008 R2. Trying to rename a cluster group in the GUI is easy, just right-click on the group, rename, enter the...
on
23 Sep 2009
Blog Post:
PowerShell for Failover Clustering: Changing Values of a Cluster Object
Symon Perriman MSFT
Hi, This post will discuss changing values of cluster objects using PowerShell in Windows Server 2008 R2. For resources and other components in a cluster, every cluster object has properties (common property). Parameters (private properties) are optional and a cluster object may or may not have...
on
10 Sep 2009
Blog Post:
PowerShell for Failover Clustering: Read-Only Cluster Access
Symon Perriman MSFT
Hi cluster fans, Amongst the list of new features we introduced in Windows Server 2008 R2 Failover Clustering is “read-only cluster access”. Before Windows Server 2008 R2, you were either given full control on the cluster or no control at all. If you wanted to give anyone access to your cluster...
on
14 Aug 2009
Blog Post:
Failover Clusters, Performance Counters, and PowerShell
Symon Perriman MSFT
Hi Clustering and Scripting fans, If you’ve done any work with PowerShell v1.0 or v2.0, you have probably realized by now how rich the library of cmdlets is. There are a ton of cmdlets that allow you to automate almost any and everything across the system to use PowerShell. Here is one more thing...
on
21 Jul 2009
Blog Post:
PowerShell Remoting and the “Double-Hop” Problem
Symon Perriman MSFT
The “Double-Hop” Problem Most of the newly added PowerShell cmdlets (“command-lets”) in Windows Server 2008 R2 allow easy remote execution by including the -Cluster parameter to indicate the target cluster. However there are occasions when this capability cannot be used for different reasons, such...
on
25 Jun 2009
Blog Post:
PowerShell for Failover Clustering: Frequently Asked Questions & Enabling CSV
Symon Perriman MSFT
Hi, Today I’m going to talk a little more about PowerShell by answering some of the frequently asked questions I hear. 1) Why is PowerShell better? 2) How do I get started using PowerShell? 3) Where are the properties? 4) Where are the private properties? 5) How do I enable CSV?...
on
23 May 2009
Blog Post:
PowerShell for Failover Clustering: Getting Started
Symon Perriman MSFT
Hi Cluster Fans, Amongst the long list of features that is being added in Windows Server R2, Clustering team is also providing a set of PowerShell cmdlets (“command-lets”) to manage your Failover Cluster. Hopefully this is not news for most cluster administrators as we have publishing information...
on
21 May 2009
Blog Post:
Clustering is coming to TechEd L.A.
Symon Perriman MSFT
Hi Cluster Fans, The Clustering & High-Availability team will be coming to TechEd, Los Angeles in May ( website ). We hope some of you can see our sessions and demo Failover Clustering in Windows Server 2008 R2 as a Hands-on-Lab. The cluster team will include Steven Ekren (Senior Program Manager...
on
16 Apr 2009
Blog Post:
PowerShell for Network Load Balancing (NLB) in Windows Server 2008 R2
Symon Perriman MSFT
Hi Cluster Fans, In Windows Server 2008 R2 (“R2”) we are introducing PowerShell as the new scripting language for clustering technologies. PowerShell with Network Load Balancing (NLB) will replace NLB.exe and WLBS.exe. The Windows Server 2008 R2 release is the last release for NLB.exe and WLBS.exe...
on
26 Dec 2008
Page 1 of 2 (26 items)
1
2