Posts tagged as:

Clustering and High Availability

HOW TO: Change IP addresses on a cluster

October 1, 2006

A “Re-IP-ing” project around the corner where you need to change IP addresses on all hosts in a subnet? Or just a cluster? When you change the IP addresses on cluster nodes, cluster resources go offline. With the IP addresses on nodes changed (while moving to different network/subnets), when you start Cluster Admin you can’t [...]

Read the full article →

Creating an additional SMTP Virtual Server in a EVS

October 31, 2005

Creating an additional SMTP Virtual Server in a non-clustered environment is pretty straightforward. The same task is a little more complicated in a clustered environment. Before you begin:Need to consider whether you want the new SMTP VS to listen on the same IP address but on a different port or listen on the default SMTP [...]

Read the full article →

Problem creating EVS (System Attendant Resource)

October 25, 2005

When creating the System Attendant resource for a new EVS, you get the following error: Invalid network addresswin 32 Error code C00706ab Creation of SA resource fails. Problem:Network card binding order. Resolution:1. Go to Network Connections folder (command line: ncpa.cpl)2. Go to Advanced menu Advanced.3. In Adapters and Bindings tab, under Connections make sure the [...]

Read the full article →

Exchange 12 to axe Active/Active Clustering?

July 11, 2005

Oliver Rist’s Enterprise Windows column in InfoWorld talks about many facts/announcements related to the Exchange Server product roadmap – most of it discussed/announced at TechEd in Orlando and at other venues. He also talks about Active/Active clustering being history with Exchange 12. I’m a little surprised – I thought Microsoft would perhaps work towards making [...]

Read the full article →

Scripting: ExchangeClusterResource Class – Reply from Alain Lissoir

February 5, 2005

The ClusApi.h file, which is part of the PlatformSDK should contain this… typedef enum CLUSTER_RESOURCE_STATE { ClusterResourceStateUnknown = -1, ClusterResourceInherited = 0, ClusterResourceInitializing = 1, ClusterResourceOnline = 2, ClusterResourceOffline = 3, ClusterResourceFailed = 4, ClusterResourcePending = 128, ClusterResourceOnlinePending = 129, ClusterResourceOfflinePending = 130 } CLUSTER_RESOURCE_STATE; HTH Alain is (now) WMI Program Manager at Microsoft and [...]

Read the full article →

Scripting: ExchangeClusterResource class

January 28, 2005

The WMI ExchangeClusterResource class has 5 properties: 1) Name: returns name of Exchange cluster resource 2) Type: specifies the cluster resource type (IP Address, network name, etc.) 3) Owner: specifies the cluster node that the resource is running on (changes with failover) 4) VirtualMachine: returns name of the Virtual Machine that owns the resource 5) [...]

Read the full article →

Running 3-4 node cluster on iSCSI

August 31, 2004

Clusters with more than 2 nodes using iSCSI storage are not officially supported by Microsoft or NetApp. Yet. Probably being tested in labs. Added 3rd node to my cluster. Failed over Cluster, MSDTC and Exchange groups successfully! Wolfpack (that’s what the cluster is called..) is now truly a pack of wolves! (The nodes are called [...]

Read the full article →

Adding IMAP4 Virtual Server to Cluster takes cluster group offline

July 9, 2004

You’ve just built a shiny new Windows Server 2003 cluster, installed Exchange Server 2003, created an Exchange Virtual Server (EVS) and tested MAPI, HTTP, Cluster Failover, et al – things look great! User calls, can’t access mail on new EVS using IMAP4. When you create the Exchange Virtual Server by creating the System Attendant resource [...]

Read the full article →

MSDTC Resource and Confusing KB 301600

June 24, 2004

Microsoft KB 301600 talks about how to install the Microsoft Distributed Transaction Coordinator (MSDTC) resource on a Windows Server 2003 cluster. STEP 8: In Dependencies, press and hold the CTRL key on the keyboard, select both the Physical Disk and Network Name that you created in step 2, and then click the Add button But [...]

Read the full article →