SIOS SANless clusters

SIOS SANless clusters High-availability Machine Learning monitoring

  • Home
  • Products
    • SIOS DataKeeper for Windows
    • SIOS Protection Suite for Linux
  • News and Events
  • Clustering Simplified
  • Success Stories
  • Contact Us
  • English
  • 中文 (中国)
  • 中文 (台灣)
  • 한국어
  • Bahasa Indonesia
  • ไทย

Install Service Packs Into Cluster While Also Minimizing Planned Downtime

January 24, 2018 by Jason Aw Leave a Comment

How To Install Service Packs Into A Cluster While Also Minimizing Planned Downtime

I answer this question about installing service packs into a cluster rather enough. To the extent I thought I should probably but a link to it in my blog.

http://support.microsoft.com/default.aspx/kb/174799?p=1

This article tells you everything you need to know. By following the instructions in the article, you are minimizing the amount of planned downtime. At the same time, also giving yourself the opportunity to “test” the update on one node before your upgrade both nodes. If the upgrade does not go well on the first node, at least the application is still running on the second node until you can figure out what went wrong.

Cluster at application layer vs hypervisor layer?

This is just one of the side benefits that you get when you cluster at the application layer vs. clustering at the hypervisor layer. If this were simply a VM in an availability group, you would have to schedule downtime to complete the application upgrade. Also, you have to hope that it all went well as the only failback is to restore the VM from backup. As I discussed in earlier articles, there is a benefit to clustering at the hypervisor level. But you have to understand what you are giving up as well.

Reproduced with permission from Clusteringformeremortals.com

Filed Under: Clustering Simplified Tagged With: application level, cluster, clusters, downtime, hypervisor level, VM

Advanced Availability And Disaster Recovery For Hyper-V At Techdays Germany

January 23, 2018 by Jason Aw Leave a Comment

I recently returned from a 10 day trip to Germany where I attended CeBIT and also presented at TechDays in Hannover and Essen with Microsoft Technical Evangelists Michael Korp and Ralf Schnell . The trip was very productive and the sessions were very well attended.

Advanced Availability for Hyper-V

My portion of the session focused on Advanced Availability for Hyper-V, specifically multi-site clusters, data replication and automated disaster recovery. Have a look at the video here.

Reproduced with permission from https://clusteringformeremortals.com/2010/03/17/advanced-availability-and-disaster-recovery-for-hyper-v-at-techdays-germany/

 

Filed Under: Clustering Simplified Tagged With: Advanced Availability, availability, clusters, data replication, disaster recovery, Hyper V, Microsoft Multi-Site Cluster, Techdays

Is Vmware’s Vsphere Disaster Recovery Options Really The Better One?

January 23, 2018 by Jason Aw Leave a Comment

Are Vmware’s Vsphere Disaster Recovery Options Really Better Than Microsoft’s Options For Hyper-V?

Every article I read about virtualization and disaster recovery says VMware has a more robust DR solution than Microsoft. Well, I’d like to challenge that assumption. From the view where I sit, this is actually one of the areas where Microsoft has a major competitive advantage at the moment. Here is how I see it.

VMware Site Recovery Manager

This is an optional additional add on that rides on the back of Array based replication solutions. The recovery point objective is good due to the array based replication. The RTO is measured in hours, not minutes. Add in the fact that moving back to the primary data center is a very manual procedure. It basically requires that you re-create your jobs in the opposite direction. The complete end to end recovery operation of failover and failback could take the better part of a day or longer.

Microsoft Multi-Site Cluster

Virtual machine HA clustering is included with the free version of Hyper-V Server 2008 R2, as well as with Windows Server 2008 Enterprise and Datacenter editions. In order to do multi-site clusters, it requires array based replication or host based replication solutions that integrate with Windows Server Failover Clustering. With a multi-site cluster, failover is measured in minutes (just about the time it takes to start a VM) and can be used with array based replication solutions such as EMC SRDF CE or HP MSA CLX or the much less expensive host based replication solutions such as SteelEye DataKeeper Cluster Edition.

Not only is failover quick with Hyper-V multi-site clusters, measured in just a few minutes. Failback is also quick and seamless as well. Add in support for Live Migrations or Quick Migration across Data Centers. I think this is one area that Microsoft actually has a much more robust solution than VMware Vsphere Disaster Recovery Options. Maybe it does not included automated DR tests, but when you consider you can failover and failback all in under 10 minutes, maybe an actual DR test performed monthly would give you a much better indication of what to expect in an actual disaster?

If you want a Hyper-V solution more like SRM, then there is an option there as well. It is called Citrix Essential for Hyper-V. But much like SRM, it is an optional add-on feature. It really doesn’t even match the RPO and RTO features that you can achieve with basic multi-site clusters for Hyper-V.

What do you think? Am I wrong or is there something I just don’t get? From my view, Hyper-V is heads and shoulders above Vsphere Disaster Recovery Options. 

Reproduced with permission by https://clusteringformeremortals.com/2010/03/10/are-vmware%E2%80%99s-vsphere-disaster-recovery-options-really-better-than-microsoft%E2%80%99s-options-for-hyper-v/

Filed Under: Clustering Simplified Tagged With: cluster, DataKeeper Cluster Edition, disaster recovery, Live Migration, Microsoft, Quick Migration, recovery, virtualisation, VMware, vsphere disaster recovery options

Will Windows Failover Clusters Become Obsolete?

January 23, 2018 by Jason Aw Leave a Comment

Will Windows Failover Clusters Become Obsolete?

I was recently asked whether Windows Failover Clusters (MSCS/WSFC) will become obsolete due to 3rd party HA solutions. To me, there will always be a market for 3rd party HA solutions. But many of the enhancements delivered with Windows Server 2008 have reduced the need to explore alternate HA solutions.  I think the greater threat to MSCS/WSFC is HA solutions provided by the virtualization vendors. This includes Microsoft’s Hyper-V failover clusters (which actually uses WSFC) and VMware HA.  These solutions provided by the virtualization platform provide protection in case of host failure. Although, they currently do not have visibility into the application that is running within the VM.

The real question is what kind of failure do you want to protect against? If physical server failure is your primary concern, then in some cases where MSCS may have previously been deployed, you will see Hyper-V Clusters or VMware HA being deployed instead.  In other cases where MSCS/WSFC may have seemed like overkill or was incompatible with the OS or application, you will instead see clustered VMs being deployed because it is easy to install and it supports all applications and operating systems. The mere fact that more workloads will be running per physical server will make it imperative to have some kind of clustering solution so that the failure of a single server does not bring down your entire infrastructure. In many cases, this clustering solution will be provided by the virtualization vendor.

Hyper-V Clusters and VMware HA are easy to implement and have a broad range of support as the protected VM can be running any OS or application.  The tradeoff is that you lose the application level monitoring included with MSCS/WSFC.  There will always be a class of applications that need application awareness. So MSCS/WSFC or other HA solutions that manage application availability will always be needed to ensure that the application is available, not just the server itself. With that being said, MSCS/WSFC will not become obsolete. Instead, you will see it deployed alongside other cluster solutions provided by the hypervisor vendors.

Read more about Windows Failover Clusters

Reproduced with permission from https://clusteringformeremortals.com/2010/03/01/will-windows-failover-clusters-mscswsfc-become-obsolete/

Filed Under: Clustering Simplified Tagged With: clusters, High Availability, Hyper-V Clusters, VMware HA, Windows Failover Clusters

Microsoft Office 2010 And Sharepoint 2010 Beta Preview

January 23, 2018 by Jason Aw Leave a Comment

I have been using the Office 2010 Beta now for the past few months and I absolutely love it. However, I think I will love it even more once I am in a fully integrated environment with SharePoint 2010, Exchange 2010 and Windows 2008 R2. Fortunately, you can have a look at all of this great new technology without spending a bunch of time downloading, installing and configuring the software. Microsoft has released a pre-configured Hyper-V virtual machine bundle that includes Office 2010 and SharePoint 2010 pre-configured and pre-populated with some data for the fictional Contoso.com organization. I imagine this would be a great sales tool if you are trying to convince your customers to upgrade to the latest and greatest Microsoft products.

Get the VMs here…

http://www.microsoft.com/downloads/details.aspx?FamilyID=0c51819b-3d40-435c-a103-a5481fe0a0d2&displaylang=en

Reproduced with permission from https://clusteringformeremortals.com/2010/01/27/office-2010-and-sharepoint-2010-beta-preview/

Filed Under: Clustering Simplified Tagged With: Microsoft, Office 2010, SharePoint 2010

  • « Previous Page
  • 1
  • …
  • 38
  • 39
  • 40
  • 41
  • 42
  • …
  • 44
  • Next Page »

Recent Posts

  • Cloud Availability: The Biggest Trap of 2021
  • Fifty Ways to Improve Your High Availability
  • Seven Skills That Your Team Needs if You are Going with Open Source High Availability
  • Cloud Migration Best Practices for High Availability
  • The New Normal Will Still Include High Availability

Most Popular Posts

Maximise replication performance for Linux Clustering with Fusion-io
Failover Clustering with VMware High Availability
create A 2-Node MySQL Cluster Without Shared Storage
create A 2-Node MySQL Cluster Without Shared Storage
SAP for High Availability Solutions For Linux
Bandwidth To Support Real-Time Replication
The Availability Equation – High Availability Solutions.jpg
Choosing Platforms To Replicate Data - Host-Based Or Storage-Based?
Guide To Connect To An iSCSI Target Using Open-iSCSI Initiator Software
Best Practices to Eliminate SPoF In Cluster Architecture
Step-By-Step How To Configure A Linux Failover Cluster In Microsoft Azure IaaS Without Shared Storage azure sanless
Take Action Before SQL Server 20082008 R2 Support Expires
How To Cluster MaxDB On Windows In The Cloud

Join Our Mailing List

Copyright © 2021 · Enterprise Pro Theme on Genesis Framework · WordPress · Log in