• About Adam Bergh

The Partly Cloudy Blog

Data Center , Storage and Cloud Computing Expert Madison, Wi

NetApp Releases the EF560 All Flash Array

January 27, 2015 By Adam Bergh 2 Comments

Speed freaks rejoice! Your calls for even more massive speed have been answered!

Today NetApp announces an update to the massively popular EF550 All-Flash Array – the EF560, and what’s in store for your IOPs hungry apps is nothing short of incredible!

The EF560 builds on the proven enterprise reliability and performance, and density of the previous gen EF540 and EF550 models, and takes it to a whole new level of performance.

For those out there reading this that don’t know much about NetApp’s E-Series line of storage, here is a quick refresher:

  • E-Series arrays block only (ISCSI and FC) performance and density optimized arrays.
  • E-Series arrays run the “SANtricity” operating system, not to be confused with Data ONTAP, NetApp’s unified protocol OS.
  • They are designed for speed and simplicity of operation. See my post on how to Deploy One in 30 Minutes
  • They employ several RAID types, but most notably the “Dynamic Disk Pool” feature, which takes all the complexity out of setting up and managing an array’s potentially daunting amount of disks.

On to the juicy details of the EF560 AFA!

image

As you can see from the below details, we have similar specs to the previous gen EF550 array, with the added addition of the much needed 12GB SAS and 54GB Infiniband connectivity options.

imageimage

But what’s really the meat of this release is SPEED, and lots of it! Check on these performance test results:

image

Yes people, this is 650,000 IOPs at sub .8ms latency! What’s notable here as well is that there are little to no difference in the performance of the DDP RAID type vs. RAID-5 and RAID-10!

Check out some Oracle performance numbers:

image

image

image

 

On OLTP Databases, the EF560 has 2.5x improvement over the previous gen EF550!

image

Overall, this is a major performance lead forward for this All Flash offering from NetApp. This is a powerhouse monster that is going to turn a lot of heads and leave more than a few competitors scratching their heads.

Update: The Storage Performance Council (SPC) has released the results from the EF560 – Spoiler Alert! They are pretty amazing. You can download the full report here: http://www.storageperformance.org/benchmark_results_files/SPC-1/NetApp/A00152_NetApp_EF560/a00152_NetApp_EF560_SPC-1_executive-summary.pdf

 

Filed Under: Data Center, E-Series, NetApp, Storage

Setting Up A NetApp E-Series Array In Under 30 Minutes

April 30, 2014 By Adam Bergh 6 Comments

SettingUpE-Series-Title

I wanted to put together a quick guide on setting up an E-Series array with a base configuration to show how fast you can have one of these online. In this example, I will use an EF550 array and demonstrate how we can go from out of box to having a LUN mapped in under 30 minutes.

This Guide Will Cover The Following:

  • The Software You Need
    • SANtricity Storage Manager
    • Open DHCP Server
  • Connecting To The E-Series Array
    • Starting Your DHCP Server
    • Launching SANtricity Manager
  • Creating Volumes on SANtricity

 

The Software You Need

SANtricity Storage Manager

We will need a couple pieces of software on your laptop to get things started. NetApp E-Series runs an operating system called “SANtricity”. You will need to download the SANtricity Storage Manager software from NetApp. In this guide we will be using SANtricity 11.10 which can be downloaded from Netapp HERE

Once downloaded, go ahead and install the software on your machine using all the default settings.

Open DHCP Server

The next piece of software that we will need need is a DHCP server. I run one locally on my Windows laptop. By default the E-Series arrays come preset to DHCP on the management ports. If you are connecting them to a network that has a DHCP server already running, you can skip this set. I prefer to directly connect the E-Series array to my laptop during initial setup. The DHCP server that I run on my laptop is called Open DHCP Server, which can be downloaded from HERE. Open DHCP Server is a light-weight open source DHCP server that can be run on your laptop that works perfect for setting up these E-Series arrays.

Configuring Open DHCP Server is pretty straight forward. I put a static IP on my laptop’s ethernet port of 192.168.1.1. Open the OpenDHCPServer.ini file and make the following changes:


[LISTEN_ON]
#Specify the Interfaces you would like Server to listen
#if you have more than one NIC card on your server
#always specify which cards will listen DHCP/DNS requests
#Requests from diffent Interfaces look for matching DHCP ranges.
#Requests from relay agents look for matching range to relay agent IP.
#upto 125 interfaces can be specified
#Default is All static Interfaces
192.168.1.1

[RANGE_SET]
#This is first and simple DHCP range section example,
#This example may be good enough for simple/home use.
#If you need range filters, look at example below
DHCPRange=192.168.1.2-192.168.1.3
;DHCPRange=192.168.5.1-192.168.5.254
#Following are range specific DHCP options.
#You can copy more options names from [GLOBAL_OPTIONS]
SubnetMask=255.255.255.0
;DomainServer=192.168.55.252
Router=192.168.1.1
#Lease Time can be different for this Range
;AddressTime=360


These settings will tell Open DHCP Server to listen in on your 192.168.1.1 interface and serve up two IPs via DHCP: 192.168.1.2 and 192.168.1.3.

 

Connecting To The E-Series Array

Starting Your DHCP Server

Connect your laptop to the E-Series management port or ports if you happen to have a switch with you. Launch Open DHCP Server. If all is well you should see output like this below:

 

image

As you can see, my DHCP server is supplied 192.168.1.2 and 192.168.1.3 to the management ports.

Launching SANtricity Manager

Now, launch SANtricity Manager. When you launch the software for the first time you will be greeted by the Add Storage Array Dialog Box.

image

Select Manual and enter the IP addresses your DHCP server gave to the array:

image

You should now have your E-Series array listed and ready to connect to:

image

 

Upon connecting to your array you will be greeted by a dialog box to create your disk pool. With SANtricty version 11.10, we now have the option of creating “Dynamic Disk Pools” instead of complicated RAID groups. This is now the preferred method of pooling your available space. Choose all disks and leave no spares. Super easy! To read more on Dynamic Disk Pools and why they rock, check out this brief white paper HERE.

In this example, my array only has 12 drives. I will add them all to the same pool. You can uncheck the “Allow me to create” check box so that it doesn’t take you to the volume creation wizard. We will do that later.

image

 

We now have available space to build volumes (LUNs) on the E-Series array. We should now set up access. If you have a Fiber Channel array you will need to zone it in real quick. My EF550 in this example is an 10GB ISCSI model. I will need to set the IP addresses on the ISCSI interfaces.

This is done from the Setup Tab, “Configure ISCSI Host Ports” button. It will launch a dialog box for you to specify the IP addresses for the HIC ports on the array. Simple enough.

image

The next order of business if to create a “Host Mapping”. A host mapping is basically inputting the end hosts WWPN or ISCSI IQN. This will give us something to map our LUNs to.

In this example I will be mapping to the ISCSI IQN of my laptop.

To start the host add wizard, go to the “Host Mapping” tab and right click on “Default Group” and Define a New Host.

 

image

 

Type in the name for the host.

image

Paste in your IQN, give it a user label and click the Add button.

image

You should now have a host you can map a volume to.

image

 

Creating Volumes on SANtricity

This is pretty easy and straight forward. Find your disk pool on the “Storage and Copy Services Tab”, right-click on the free capacity and choose “Create Volume”.

image

 

The volume creation wizard is pretty straight forward. Set the size of the LUN and choose the host to map.

image

Congrats, you should now have a new LUN on your host system to play with!

 

image

 

That’s it folks! Thanks for reading. Please comment below if you have any questions on this setup or tweet me at @ajbergh

-Adam Bergh

Filed Under: Data Center, E-Series, NetApp, Storage Tagged With: E-Series, Guide, NetApp, Storage

Connect with me:

  • LinkedIn
  • Twitter

A Little About Me…

Adam Bergh is a storage and virtualization expert - cloud computing junkie. You can follow him on twitter and via this blog for insights and opinions on the latest SAN, virtual data center and cloud technology.

Latest Tweets from @ajbergh

    Sorry, no Tweets were found.

Areas of Expertise:

Data Centers, VMware VSphere, NetApp SAN and NAS, Cisco UCS, Cisco Nexus, FlexPod, Disaster Recovery and Business Continuity Planning

Certifications:

VMWare VCP4/VCP5, VTSP, NetApp NCIE, NCDA, Cisco UCS, CCNA, MCSE, MCSE+Security, MCSA, MCSA+Security, MCP, CompTIA Security+, Compellent SAN

Copyright © 2023 · Adam Bergh - DataCenter and Cloud Computing Expert · Log in

  • felestore
  • Plugins Wordpress
  • Themes Wordpress
  • Documents Wordpress