Stretched Cluster on IBM SVC (Part 2)

This is part 2 of the VMware Stretched Cluster on IBM SVC blogpost series.

PART 1     (intro, SVC cluster, I/O group, nodes)
PART 2    (split I/O group, deployment, quorum, config node)
PART 3     (HA, PDL, APD)


SVC split I/O group
It’s time to split our SVC nodes between failure domains (sites). While the SVC technically supports a maximum round-trip time (RTT) of 80 ms, Metro vMotion supports a RTT up to 10 ms (Enterprise Plus license).

You can split nodes in 2 ways; with or without the use of ISL’s (Inter-Switch Link). Both deployment methods are covered in detail in this document.


Deployment without ISL
Nodes are directly connected to the FC switches in both the local and remote site, without traversing an ISL. Passive WDM devices (red line) can be used to reduce the number of links. You’ll need to equip the nodes with “colored” long distance SFP’s.

SVC no ISLSource

Veeam v8 update session

Last week I had the pleasure of attending an update session by Veeam regarding the new release of Veeam Backup & Replication, version 8. I heard some interesting stuff coming along with the next release of this fine piece of software.
veeam v8

The GA (General Availability) status for v8 is still scheduled for Q3 2014. I can imagine Veeam is planning a release party at VMware’s VMworld which will be held 24-28 of August. The San Francisco version, that is. We’ll have to wait and see if that is going to happen. For now, the only way to check out new features is to test the pre-beta version.

Note that that Veeam Backup Management Suite is to be rebranded as Veeam Data Center Availability Suite in version 8.

New features that caught our attention are of course the NetApp snapshot support, EMC Data Domain Boost support, encryption, explorers for AD /MSSQL and tons of other enhancements. Let’s have a closer look to some of the new features…

Stretched Cluster on IBM SVC (Part 1)

This is part 1 of the VMware Stretched Cluster on IBM SVC blogpost series.

PART 1     (intro, SVC cluster, I/O group, nodes)
PART 2     (split I/O group, deployment, quorum, config node)
PART 3     (HA, PDL, APD)

 

ibm-pc

Last year I was the primary person responsible for implementing a new storage environment based on IBM SVC and V7000 and building a VMware Stretched Cluster (a.k.a. vSphere Metro Storage Cluster) on top of that. I would like to share some of the experience I gathered, caveats I encountered and other points of interest. This is by no means a complete implementation guide (go read the Redbook 😉 ). I’ll discuss some of the implementation options as well as failure scenario’s, advanced settings and some other stuff I think is interesting. Based on the content, this will be a multi-part (probably 3) blog post.

Stretched Cluster versus Site Recovery Manager
If you’re unfamiliar with the concepts Stretched Cluster and SRM, I suggest you read the excellent whitepaper “Stretched Clusters and VMware vCenter Site Recovery Manager“, explaining which solution best suits your business needs. Another good resource is VMworld 2012 session INF-BCO2982, with the catchy title “Stretched Clusters and VMware vCenter Site Recovery Manager: How and When to Choose One, the Other, or Both“, however you’ll only be able to access this content if you’ve attended VMworld (or simply paid for a subscription).

NetApp VSC and VASA 5.0 for VMware vSphere

NetApp
NetApp released Virtual Storage Console (VSC) version 5.0 last April. NetApp VSC for VMware vSphere is a tool that enables you to monitor, manage and provision your NetApp storage back-end from within VMware vCenter. The VSC 5.0 release only integrates with the vSphere web client, luckily so. If you still want to be able to use VSC with the desktop vSphere client, you are bound to VSC version 4.2.1.

By installing VSC, some predefined roles are implemented within vCenter. Utilizing VMware’s RBAC capabilities makes it possible to grant your vCenter administrators access rights to perform some basic storage tasks. By doing so, it relieves your storage team by not having to perform these administrative duties.

These basic storage tasks include:

  • Provision datastores
  • Clone virtual machines
  • Check and perform virtual machine alignment
  • Migrate virtual machines individually or in groups to a new or existing datastore
  • Backup and restore virtual machines*
*Additional license required. Note that SFR (Single File Restore) is no longer supported.

Next to the tasks above, VSC can also be used to configure vSphere hosts with the recommended NFS settings and to deploy the VAAI plugin.

VASA

Another nice new feature is the VASA (VMware APIs for Storage Awareness) appliance with support for Clustered Data ONTAP. The VASA appliance will be the foundation for the much awaited virtual Volumes (vVOL). The VASA integration with vCenter depends on the VSC plugin, so make sure VSC is installed before you deploy and configure VASA.

VMware vSphere 6 wish list

UPDATE: VMware announced the public beta for their new vSphere version!! Sign-up here: https://communities.vmware.com/community/vmtn/vsphere-beta

 

With the release of the latest vSphere 5.5 version (update 1) in March 2014, VMware once again took a major step in the development of it’s hypervisor and the supplementary software and tools. Finally the vCenter appliance took over from the Windows installed version as the primary choice for vCenter deployment. The Windows installed version now officially supports Windows Server 2012 R2.
In the first 5.5 release various improvements were made; SSO  is enhanced, support for 62TB VMDK, 16Gb FC support to name a few. And of course VMware Virtual SAN (VSAN) is now included in the update 1 version!!

VMware-vSphere6

There are some features however still missing. I, for one, would very much like to see these missing features in the next major release of vSphere. Having said that, I don’t expect VMware to announce the release of vSphere 6 this year. I think the coming period will be used by VMware to further engage customers to adopt VSAN and NSX. It will be very interesting to see on what scale these technologies will thrive! !

When thinking of what I would like to see in the vSphere 6 line-up, I came up with the stuff listed below:

  • Multi vCPU FT
  • VUM appliance
  • vSwitch LACP support
  • vCenter built-in autodeploy GUI (like the Fling thing)
  • Linked mode vCSA
  • MSSQL support for external database use with vCSA

Let’s walk through my wish list…

Backing up the vCenter Server Appliance (vCSA)

vcsa

<update 13 november 2014>

VMware does not support backing up the individual components and restoring them to a newly deployed appliance. Use of image-based backup and restore is the only solution supported for performing a full, secondary appliance restore (KB2034505).

Thank you, Feidhlim O’Leary (VMware), for pointing this out in the comments.

</update 13 november 2014>

 
Last week I was upgrading an old ESX 4.1 environment to ESXi 5.5 and the vCenter server needed to be replaced by the vCenter Server Appliance (vCSA). The new limitations on the 5.5 release should suffice for a lot of environments, the only downsides being no Heartbeat, Linked Mode, VUM and IPv6.

After deploying and configuring the appliance, I soon realized there wasn’t a single article that listed all the necessary post-installation backup tasks. Someone not as smart as you will eventually break your appliance, so make sure to perform all following tasks.

1. Back up vPostgres database
Reference: KB2034505