How to setup Solutions Enabler with SMI-S for Windows

 

From time to time I’ve needed to get Solutions Enabler setup for various different reasons,Release notes cover on various different lab environments, as well as helping customers get this setup for things like VASA and ProSphere.  I figured I might as well document it and publish it so that in another 3 months, when I need to do it again, I can remember Smile

Before I get started, you’ll need to be aware of a couple of items regarding Solutions Enabler, and hopefully this will avoid confusion.  First, some storage management tools use the base Solutions Enabler functionality to discover and manage EMC arrays, while other tools use the SMI-S Provider component of Solutions Enabler to manage EMC arrays.  ProSphere and Storage Configuration Advisor are examples of tools that use the SMI-S Provider component of Solutions Enabler to discover VMAX and VNX arrays.  Watch4net and ControlCenter are examples of tools that use base Solutions Enabler functionality to discover VMAX arrays (and NaviCLI to discovery VNX arrays).

Second, keep in mind the following points regarding Solutions Enabler and the SMI-S Provider:

  • Solutions Enabler and the EMC SMI-S Provider are provided by EMC as separtely installable products.
  • The EMC SMI-S Provider is a component of Solutions Enabler and requires underlying Solutions Enabler code to function correctly.
    • Installation of the base Solutions Enabler software does NOT include the SMI-S Provider component
    • Installation of the SMI-S Provider includes only the necessary underlying Solutions Enabler code, not a full installation of Solutions Enabler.
  • It is technically possible to install the SMI-S Provider on a machine where Solutions Enabler is already installed, but be aware that the SMI-S Provider installation will uninstall any existing SE software and reinstall only the subset of SE that comes with the Provider.
  • Both products always require gatekeepers to discover VMAX arrays (when installing in a VM, RDMs are required)

To sum up all these points into a simple recommendation: Install the SMI-S Provider on a machine separate from Solutions Enabler.  This will eliminate any issues associated with installing the Provider on a SE machine. 

 

In this blog, I will document and publish how to install and configure the SMI-S Provider.

 

Here is a quick and dirty “How to Setup Solutions Enabler 7.5 with SMI-S” for EMC Arrays.  Specifically we will be adding a VNX array.

Solutions Enabler with SMI-S can be setup on either Windows or Linux and for this blog post I’m going to deploy this on a Windows Virtual Machine.  So the first thing you will need to do is create a new Windows 2008 R2 VM.  If you are unsure on how to do this – I have a couple of quick guides that might help you.

By the way, if you are looking for the EMC documented notes for this install, look for the EMC SMI-S Provider version 4.4 release notes – P/N 300-013-992 – I know, not very intuitive that install guides would be published inside release notes !

 

1. Once you have a Windows 2008 VM ready to go, download the following file from Support.EMC.Com: se7500-Windows-x64-SMI.exe

 

Download Location

2. Once that is done, you should have the following ICON in your downloads folder:

exe icon for solutions enabler

3. So, lets get this installed and connected to the VNX.  Double click the ICON and the first thing you will see is that there is a dependency on VC8SP1 – the great news is it is packaged into this so just click Install

3 - Needs VC8SP installed

4. The install will continue.

4 - install starts

 

5. Once the dependency is met, you will get prompted for the Solutions Enabler installation.  Click Next.

5 - the official install of SE with SMIS

6. Pick the location you want it to go to.

6 - select location to install

7. When you get to the provider list – just keep the default of Array Provider and click next.. 

default array selection

8. The next screen takes you through the Services List for the various daemons. Keep the defaults and just check the box for EMC SE SYMAPI Server Daemon.  I’m not 100% sure you need this or not, but I’ve been told by others to select it.  Unfortunately, I can’t seem to find any documentation on PowerLink on the dependency of this daemon for ProSphere but it makes sense we would want the daemon installed.  The SYMAPI Daemon essentially listens for API request from other hosts (like SRM for example).  Select it, and click next. 

default service list with SYMAPI Server Daemon Selected

9. Last but not least, click the “Install” button !

9 - click install

10. And watch it go !:

10 - watch it go

11.  Once it’s completed the install, you will get the following dialog box:

11 - Installation Complete

 

Now that we have Solutions Enabler with SMI-S installed, we need to make some tweaks to the Windows Firewall Rules.  In my case, since this is a lab environment, I just turn the firewall off, its funny how that fixes a lot of issues Smile 

firewall off

But if you are a little more security conscious then me you simply need to open up the ports to allow SMI-S and SLP traffic.  Specifically ports like TCP-5988 –5989 and port 427 (UDP).  But when in doubt, especially if you are troubleshooting this install, just shut off the firewall and once everything is working you can start playing with the firewall rules again. 

Now, we need to setup Solutions Enabler to communicate with our VNX.  This requires a little Command Line fun !  Make sure you run-as-admin the CMD.EXE command.

 

12. First thing we need to do is go to the c:Program FilesEMCECIMECOMBIN directory as shown below.

20 - comand line go to bin dir

13. Then you want to run testSMIProvider.EXE

12 command testsmiprovider

14. This runs through a couple of setup commands.  Just hit enter to take all the defaults, including the username/password etc.  By the way – make sure you remember the username/password for future use.  For instance, when you setup ProSphere it will need these credentials to communicate with the SMI-S provider on this machine.  So it might make sense to leave it as default – but that’s just me ! (admin/#1Password)

13 - setup commands - take default

 

15. At this point you should see the below screen shot.  Now we need to have it connect to the VNX.

14 - SMIS Setup Complete

16. lets do a quick test – type DV for Display Version Info – you will see that everything appears to be working.  These results will also list out any arrays to which the SMI-S Provider is already connect, so this is a great command to verigy that the VNX isn’t connected yet.

15 - run DV command to verify

17. To setup the VNX – simply type in addsys and select Y when it asks you if you want to add a system.  Next follow the prompts.  Here is the breakdown that will match the screen shot below

  • Question1: asks what sort of array we are going to connect.  In this case, it’s 1=Clar
  • Question2: asks for the IP or hostname of the array – just use SP-A’s IP address
  • Question3: asks you again for an IP or hostname of the array – just use SP-B’s IP address
  • Question4: just leave it blank to quit
  • Question5 & 6: asks you to clarify what you used in questions 2 and 3, in this case we used the IP address so select #2 for each address type
  • Question7: asks you for the username of the array – this is for the block side of the array so don’t use nasadmin – in this case the default is sysadmin
  • Question7: asks you for the password for that account – we keep the defaults in our lab so just type in sysadmin for the password (if it’s different for you, just enter in the password you created for it)

That’s it for all the questions, if you get a crazy error message just read through it and my guess would be your username/password was not correct.  At least that’s the one I run into the most.

22 - commandline info to enter in

18.Back at the command prompt – run DV (Display Version Info) again to verify that the VNX has indeed been added to it.  You will see it towards the bottom.  23 - verify it made it by running dv

 

Well that’s it – easy peasy right !  So to summarize the steps above.  We did the following:

  1. Deployed a new Windows 2008 R2 VM
  2. Downloaded the se7500-Windows-x64-SMI.exe from support.emc.com
  3. We went through the process of installing it on the Windows 2008 VM
  4. We then dropped down to the command line and setup the box to communicate with the VNX.

If you have more then 1 VNX then just run through step 17 again.   Other then that, we are now done with this setup.

@vTexan

 

9 thoughts on “How to setup Solutions Enabler with SMI-S for Windows

  1. Pingback: Anonymous
  2. Hello,
    I have installed the SMI-S provider as per your guide (the only piece of clear documentation I could find!) and I can now manage my VNX block storage via SCVMM. Thank you!!

    However, with my VNX now supporting SMB3 I’d like to manage the file shares on the VNX via SCVMM yet the current SMI-S provider doesn’t seem to offer this. Is there something I’ve missed or is the support not there yet?

  3. Hi, Thanks for all your info on this web. Great stuff!!! FYI, I am trying to install the EMC Solution Enabler and when I run the testSMIProvider.exe and click on enter through all the defaults I get (Not Connected) ? at the prompt instead of (localhost:5988 ?. Any ideas?

  4. When I try to upgrade the SMIS provider.I am getting error that we need to close some files to process your upgrade.Could you please help me out with this?

  5. Just an FYI… The Base Daemon (storapid) provides centralized gatekeeper device management for all the Solutions Enabler applications requiring access to Symmetrix arrays along with the GNS and RDF Daemons..

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s