Category Archives: Storage

veeam 2014 logo color tag

First look at Veeam 9.5 & Nimble Storage Integration – Part 2

This is a continuation piece regarding the integration of Nimble Storage to the Veeam Backup & Replication software in the upcoming release 9.5.

Part 1

  • So what does the integration give us?
  • The test environment
  • Adding the Nimble Storage Array into Veeam
    • Configuration
    • Nimble Audit Logs

Part 2

  • Now we’ve added the Nimble Storage Array
  • What can we do with Snapshots?
    • Controlling Nimble Storage  snapshots and restoring files from the Veeam console
    • Backing up a Virtual Machine from a Nimble Snapshot
    • Backing up a Virtual machine to a Nimble Snapshot (Snapshot-only Job)
    • Replicating a Virtual Machine from a Nimble Snapshot
  • SureBackup from Nimble Snapshots

Following on from part one of this first look two part blog series, where we added the Nimble Storage Arrays into the Veeam software, we continue to see how this integration piece works.

Now we have added the Nimble Storage Array

So before we get started, we can now see the datastores of the Nimble Storage Array, and the snapshots of each datastore. In the second screenshot, we can see the enumeration of VMware virtual machines and which host they are were attached to.

Adding Nimble Storage to Veeam - Storage Infrastructure - Nimble Array and SnapshotsAdding Nimble Storage to Veeam - Storage Infrastructure - Nimble Array and Snapshots 02

Controlling Nimble Storage  snapshots

Continue reading First look at Veeam 9.5 & Nimble Storage Integration – Part 2

veeam 2014 logo color tag

First look at Veeam 9.5 & Nimble Storage Integration – Part 1

As a part of the Veeam Vanguard program, I have been given access to the beta version of Veeam 9.5. And in this blog post I will cover some of the integration components between Nimble Storage and Veeam, announced by Veeam back in April. If you have been following the Veeam forums, then you’ll know that there is a very active post where the forum users are all pitching in which storage vendor they think should be next to get integration.

Note: This blog post content is created from a beta version of Veeam 9.5, any features, dialog boxes, names and such are subject to change before the final public release.

What I’ll be covering in these series of blog posts;

Part 1

  • So what does the integration give us?
  • The test environment
  • Adding the Nimble Storage Array into Veeam
    • Configuration
    • Nimble Audit Logs

Part 2

  • Now we’ve added the Nimble Storage array
  • What can we do with Snapshots?
    • Controlling Nimble Storage  snapshots and restoring files from the Veeam console
    • Backing up a Virtual Machine from a Nimble Snapshot
    • Backing up a Virtual machine to a Nimble Snapshot
    • Replicating a Virtual Machine from a Nimble Snapshot
  • SureBackup from Nimble Snapshots
So what does the integration give us?

I think the below extract from this article by Clint Wyckoff sums it up best.

Veeam's advanced integration with Nimble Storage provides additional protection and recovery options that are not available without direct integration and joint development efforts that provide the ability to:

    - Schedule the creation of Nimble storage snapshots containing application-consistent VM images, and storage snapshot replication orchestration.

    - Restore from Nimble storage snapshots or their Replicated Copies (entire VM, guest files and application items)

    - Backup from Nimble storage snapshots or their Replicated Copies.

The only other company to have this kind of integration is NetApp, showing this high regards Nimble Storage are held in from Veeam. But also showing that Nimble Storage has been a dedicated partner working with Veeam over the past few years, and its paying off with this integration offering.

Veeam and Nimble Storage Integration - Feature comparison table

The test environment

Luckily for me, Veeam have produced a reference architecture diagram which pretty much describes the test environment used in this preview blog post. In this environment there will be no Tape nor cloud connect components.

Veeam-Nimble-Storage-Integration-Topology

Adding the Nimble Storage Array into Veeam 9.5

Continue reading First look at Veeam 9.5 & Nimble Storage Integration – Part 1

Nimble Disk Failv2

What happens when a Nimble Storage disk drive fails?

I’ve worked with Nimble Storage devices for over 2 years now, they constantly amaze me, but one of the thing I’ve yet to see in the field is an actual failure. So the other morning at 3am, I received an email about a failed disk, so I thought I’d walk those through the process of what happens.

After all, if you going to buy a new storage device, you want to know exactly how it acts in a failure scenario, wouldn’t you?

Failure Alert – Infosight and Autosupport at its best

So three things happened almost instantaneously when the failure happened;

  • Email alert sent to the recipients configured on the Nimble Storage Array
  • Failure information sent to Nimble Storage’s Infosight website
  • A support case was automatically opened with all the necessary details

Below I’ve also included screenshots of the array status page, and the event logs on the Nimble Storage device as well, where you will see normal operations such as snapshots continued.

So all I had to do in the morning was confirm the address where the parts are to be sent, and if an engineer was needed.

Note: with the service offerings from Nimble, you can opt, in the times of hardware failure, to have the replacements sent out as soon as it hits Infosight, or to confirm the delivery of parts before they are sent. For this environment, we chose the latter.

Nimble Disk Fail - email alert

Nimble Disk Fail - Infosight

Nimble Disk Fail - Array Status (failed disk)

Nimble Disk Fail - Event Log (failed disk, raid degraded)

So how do you resolve the issue?

Continue reading What happens when a Nimble Storage disk drive fails?

PowerCLI

PowerCLI – Setup Host networking and storage ready for ISCSI LUNs

So I am no scripting master, my PowerShell knowledge is still something I want to expand. During an install last week I had a number of hosts to setup from scratch, so I decided to do this via PowerCLI, as a lot of the tasks were repetitive. Setting up the vSwitch networking and iSCSI configuration for each host

For those of you new to scripting, I’ve included screenshots to accompany the commands so you can see whats going on in the GUI.

Note: the full code without the breaks is at the end of this post

#Setup which host to target 
$VMhost = 'hostname'

Continue reading PowerCLI – Setup Host networking and storage ready for ISCSI LUNs

read

And more blogs and sites I’ve been reading and sharing

A little bit of a longer one than usual, as I was part way through writing this the other month, then I got distracted with other blog posts.

Hope you find some of these useful.

Documentation

EtherealMinds Eleven Rules of Design Documentation – This is one the best articles I’ve read in a long time, and reiterates the fact you need to keep it simple and a diagram replaces a thousand words.

Microsoft Continue reading And more blogs and sites I’ve been reading and sharing