2011-04-10

Installing the UBER VNX (NFS) v1 - 1st Steps

Ever since EMC released the the VNX I have been itching to get my hands on a simulator to try it out. Now seeing that Chad and Nick are not ones to leave us hanging for long, I started to ask for it straight after the launch. I was told that it would be out, in the not too distance future.

Yesterday, I saw that Nick Weaver had done it again

Just some things to note:

  • NFS/CIFS only (at the moment)
  • One datamover only

So here is my installation experience.

Download links can be found on Nick's post.

I will not go into how you import that into your ESX host - that should be pretty straight forward by now.

The appliance comes configured by default with:

  • 1vCPU
  • 2GB RAM
  • 1 40GB IDE Hard disk
  • 3 e1000 NICs

VNX settings

Thin provisioned this takes up 6.5 GB of disk space.

Resource Usage

So let us Power on the appliance.

Boot_1

So first thing you will be asked to enter an IP for management for the device.
This will be the eth0 (Network Adapter 1)

Enter the following info:

  • IP Address
  • Subnet Mask
  • Default Gateway
  • Hostname
  • Domain Suffix
  • DNS server
  • NTP server

IP Settings 1
IP Settings 2

A quick reboot and hup - Bob's your uncle, and for a simple setup you are all set to continue with the Web interface.

Bob's your uncle

Default credentials are: nasadmin/nasadmin and here you have it

Login_1

Now forget for a minute the error messages that are present - this is because of no access to the NTP servers.

You can see the new Unisphere interface

Interface_1
Interface_2
Interface_3

Let us go and create some NFS storage that we can use.

Create Filesystem

Wizard

New_FS_1New_FS_2
New_FS_3New_FS_4
New_FS_5New_FS_6New_FS_7

And now we have a new filesystem,

Filesystem Complete

Next we create a network interface that will serve as NFS for this filesystem.

New Network

Network Wizard

This device will use interface cge0 (Network Adapter 2) which in my specific case is not on the same network as the management network but - 192.168.166.x

Network Wizard_1Network Wizard_2Network Wizard_3Network Wizard_4Network Wizard_5Network Wizard_6Network Wizard_7

And we now have a new interface on the network.

Network Complete

Now to export the storage to the correct subnet.

Create Export

Just add in the correct values.

Export Wizard

And Done.

Export Complete

Now to connect the ESX Hosts to the storage:

Get-VMHost esx*.maishsk.local  | % {
New-Datastore -vmhost $_ -Name nfs_1 -Nfs -NfsHost 192.168.166.5 -Path /nfs_1 -Confirm:$false
}

And we now have two Hosts connected to the shared storage.

ESX Connected 1ESX Connected 2

I have to confess, to actually perform the procedure took less than 8 minutes (really) from power on till I had shared storage that I could access from an ESX host. The screenshots took over an hour.

My take on this as compared to the UBER VSA. The GUI is much more user friendly. I have not gone into how the snapshots and Data Protection work and how they are configured, but that will come.

Again my hats off to the EMC Crew for providing us a tool that is fully functional and working that allows us to get a fell of the new products and their features before actually buying the product.

The usual word of warning though.. This is not supported by EMC.
Support is through the Everything VMware at EMC community only.

Happy Uber'ing…

p.s. My apologies for not being so active lately - too much going on….