Isilon OneFS 7.0 has been out for a couple months. OneFS 7.0 has brought some additional features to Isilon, particularly toward VMware vSphere support.
I blogged about VASA support in another article: Configuring the EMC Isilon VASA Provider.
This article is going to focus on how to configure the NFS VAAI Plugin for Isilon when used with VMware vSphere 5.
Requirements
Here are the basic technical requirements to get the plugin working:
- An Isilon cluster running OneFS 7.0.0.0 or higher
- VMware vSphere 5.0
- I have used vSphere 5.1 without issue
- I have heard of situations where 5.0.0 does not work successfully until upgraded to 5.0 Update 1
- A SmartConnect zone configured for the presented datastores
- NFS mounted datastores being presented from the Isilon cluster using the SmartConnect zone name (can be short or FQDN)
- All IP addresses in the Isilon pool must be “Allowed IP addresses” in the NFS Client settings in ESXi
Installation
The installation process is not 100% straight forward according to the Release Notes, which require a support.emc.com login to get to. I’ll try to provide a little clarification here.
Read more…
I saw Ivo Beerens’ blog post about using BGInfo and VMware View: Display the protocol used on the VMware View desktop background and it made me think of some of the scripts I’ve used. I figured I would share them.
I’ve used BGInfo for years, and have collected several scripts that I have used for various pieces of info that isn’t always the easiest to get from either the Windows registry or other places. When I worked for a Service Provider, it wasn’t uncommon to have systems spread across different Windows versions, multiple time zones, 64 or 32 bit, etc.
Here are some of the scripts I regularly used when I was an Administrator.
System Type – Displays the Hardware Manufacturer & Model Type
Const wbemFlagReturnImmediately = &h10
Const wbemFlagForwardOnly = &h20
'*** Connect to this PC's WMI Service
Set objWMI = GetObject("winmgmts:\\.\root\CIMV2")
'*** Query WMI for Hardware
Set items = objWMI.ExecQuery("SELECT * FROM Win32_ComputerSystemProduct", _
"WQL", wbemFlagReturnImmediately + wbemFlagForwardOnly)
For Each item In items
strSystemType = item.Vendor & " " & item.Name 'What we're after
Next
If Len(strSystemType) = 0 Then strSystemType = "Not Found in WMI"
echo strSystemType
Read more…
I have had a pretty diverse range of responsibilities in my career before coming to EMC. I have worked in fast food restaurants, pizza joints, department stores, an Avionics shop, an Internet provider, a Comm center, a state funded academic program, several insurance companies, a couple financial companies, and most recently EMC.
Despite the wide variety of places I have worked since I became of working age, the overall goals (from an abstracted and simplistic method) are pretty much the same. Provide a product or service the provides value to the customer while doing so in an effort to achieve an expected result. Again, this is a simplistic view, but a fairly accurate one. Read more…
As one of the more Isilon-centric vSpecialists at EMC, I see a lot of questions about leveraging Isilon NFS in vSphere environments. Most of them are around the confusion of how SmartConnect works and the load balancing/distribution it provides.
Not too long ago, a question arose around mounting NFS exports from an Isilon cluster, and the methods to go about doing that.
Duncan Epping published an article recently titled How does vSphere recognize an NFS datastore?
I am not going to rehash Duncan’s content, but suffice to say, a combination of the target NAS (by IP, FQDN, or short name) and a complete NFS export path are used to create the UUID of an NFS datastore. As Duncan linked in his article, there is another good explanation by the NetApp folks here: NFS Datastore UUIDs: How They Work, and What Changed In vSphere 5
Looking back at my Isilon One Datastore or Many post, there are a couple ways to mount NFS presented datastores from an Isilon cluster if vSphere 5 is used. Previous versions of vSphere are limited to a single datastore per IP address and path.
Using vSphere 5, one of the recommended methods is to use a SmartConnect Zone name in conjunction with a given NFS export path.
In my lab, I have 3 Isilon nodes running OneFS 7.0, along with 3 ESXi hosts running vSphere 5.1. The details of the configuration is:
- Isilon Cluster running OneFS 7.0.1.1
- SmartConnect Zone with the name of mavericks.vlab.jasemccarty.com
- SmartConnect Service IP of 192.168.80.80
- Pool0 with the range of 192.168.80.81-.83 & 1 external interface for each node
- SmartConnect Advanced Connection Policy is Connection Count
- NFS export with the following path
- vCenter Server 5.1 on Windows 2008 R2 with Web Client
- 3 ESXi hosts running vSphere 5.1
Read more…
A while back there was a buzz on Twitter about the EMC Elect program. I didn’t know what it was, so I reached out to Matthew Brender to find out more.
If you are familiar with the VMware vExpert program, EMC Elect is a very similar program.
I’m going to keep this post short, as I’m sitting here in the Delta Sky Club in Terminal D, and quite frankly don’t know what to say.
I received an email with some pretty exciting news (to me at least). I have been selected as an EMC Elect Inaugural Member for 2013.
Apparently I made some type of impact with contributions on Twitter, the EMC Community Network, and through my Isilon blog posts.
I’d like to thank all of those that recommended me, and for Matt Brender’s email welcoming me to this group.
“Jase, for your incredible leadership around Isilon evangelism and just pure, humble dedication to the greater community, I’m thrilled to send you this email.” – Matthew Brender
I am truly honored to have been selected as an inaugural member of EMC Elect for 2013.
I guess I need to get back to Twitter/ECN/Blogging, so I can keep it up for next year…
Look for some more Isilon posts in the coming weeks…
Thanks again!
Jase
Recent Comments