Connecting StorCenter to ESXi using iSCSI

Recently I got myself an Iomega IX2-200 StorCenter. It’s a nice little device which will do nicely for my lab. When playing aroung with the device I wanted to connect it to my ESXi 4 servers using ISCSI. Yes, I’m running VMWare ESXi, main reason for that being one of my BSD guests and Hyper-V doesn’t do BSD.

Below are the steps I used to utilize the StorCenter as an ESXi datastore. I’ll be using the ESXi iSCSI Software Adapter, use CHAP (could’nt get Mutual CHAP to work, anyone?) and assume networking has been properly configured. Also, in this example we’ll be using VMFS volumes for VMDK storage, not Raw Device Mappings.

Note that during taking the screenshots I discovered a 1Gb test iSCSI target was too small (ESXi complained in the Add Storage / Select Block Size dialog), so I upped it to 16 GB using the StorCenter dashboard.

First enable iSCSI on the StorCenter. In the dashboard, select the Settings tab, click iSCSI and check Enable iSCSI. Leave iSNS discovery unchecked as ESXi doesn’t support it. Leave the option Enable two-way authentication (Mutual CHAP) unchecked.

Next, I’m going to add an iSCSI target. Select the Shared Storage tab and click Add. Change Shared Storage Type to iSCSI Drive and give it a name, e.g. esxtest. Then specify the initial size, e.g. 16Gb (you can increase this size when required). Leave Enable security checked. Click Next. Leave all User Access set to None; I’ll do that in the next step. Click Apply

Because I’m going to use CHAP I need to create an account on the StorCenter for the iSCSI initiator (i.e. ESXi) to authenticate itself. Select tab Users and click Add. Specify a Username and a password. This password MUST be between 12-16 characters. Uncheck Administrator and Add a secured folder for this user. Click Next; when asked about Group memberships click Next again. Now specify which users have access to which folders and iSCSI drives. Check the Read/Write option for the users created earlier and click Next.


In VI client, select the host’s Configuration tab and select Storage Adapters.


Select the iSCSI Software Adapter, e.g. vmhba34, and click Properties. Click Configure and make sure iSCSI is enabled (enabling may require restart). Click OK to close this dialog. Now, before connecting to the iSCSI target I’m going to specify the credentials first. I’ll use global settings so new connections will inherit these settings by default. To start configuring authentication, in the iSCSI Initiator Properties dialog on the General tab, click CHAP.
In the CHAP Credentials dialog, set CHAP to Use Chap and specify the Name and Secret (i.e. password) of the user created on the StorCenter. Since I’m not using Mutual CHAP, leave that setting to Do not use CHAP. Click OK.


Now I’m going to connect to the iSCSI target. Being lazy, select the Dynamic Discovery tab and click Add. Specify the address of the StorCenter. Click OK when done. The iSCSI server you just specified will now be added to the list of Send Targets. Click Close; when asked about rescanning the HBA select Yes.The iSCSI target will now be listed in the View section.
In the VI client, select Storage and click Add Storage. Select the Disk/LUN Storage Type and click Next. Select the added iSCSI target. Next. Next. Specify the name of the Datastore. Next. Specify the block size and required capacity. Next.

When done, click Finish. Presto! One iSCSI VMFS datastore at your disposal.

This entry was posted in VMWare by Michel de Rooij. Bookmark the permalink.

About Michel de Rooij

I'm a Microsoft 365 Apps & Services MVP, with focus on Exchange Server, AzureAD, Microsoft 365 and with a PowerShell affection. I'm a consultant, publisher of EighTwOne, published author, and speaker. You can find me on Twitter, LinkedIn, Facebook.

15 thoughts on “Connecting StorCenter to ESXi using iSCSI

  1. Good article – thanks! One thing I found, with ESX 4.1 and ESXi 4.1 was that I had to specify ‘Use CHAP unless prohibited …’ instead of just ‘Use CHAP’. Strange … but until I changed that setting ESX could see the iSCSI LUN but wouldn’t attach to it.

    Like

  2. Great article – many thanks.

    Just one minor point. As a SCSI LUN newbie, it took me a while to realise that the CHAP password needed to be between 12 and 16 characters. Apart from that seamless instruction. Nice job.

    Like

  3. This page came up in G**gle so please allow me to add my findings:

    — StorCenter and iSCSI Initiator in Windows 7 with one way CHAP and Mutual CHAP —

    – One way CHAP –
    For one way CHAP, grant access permissions for specific user in the StorCenter.
    In the client (iSCSI Initiator in Windows 7, for instance), perform a connect or quick connect, but before clicking OK, go to Advanced and enable CHAP authentication.
    The CHAP name is the StorCenter user name and the CHAP secret is the StorCenter user password.
    If your StorCenter user password is less than 12 characters long, you can add ***’s to your current password until you reach 12 characters.

    – Mutual CHAP –
    For Mutual CHAP, you *do the same as in one way CHAP*, but *also* enable the Mutual CHAP in the StorCenter.
    (don’t forget to set the mutual CHAP secret in the iSCSI Initiator –> Configuration tab –> CHAP)

    Maybe try something similar in ESXi to see if Mutual CHAP works that way.

    Hope this is of help.

    Like

  4. anyone get this working with Iomega StorCenter ix2-200 Cloud edition with VMware esxi 4.1u?
    I have tried to follow the above steps, but i cannot seem to add the NAS into the Storage Adapters View, it just does not show up, I tried it manually instead of auto discovery, I can manually change it, but still when I try to add the storage it does not find anything
    i’ve ensured my chap password is 12 characters +.

    Thanks,

    Like

  5. Although the new ix2-200 “Cloud” interface is different, your guide offers enough to enable.
    Many thanks.

    For any newbies, the subtle differences following the guide order above were…
    1. We now create the iSCSI share via – Storage | iSCSI. Just add an iSCSI “Drive”, give it a name and a size.
    1a. Once created, you can see the default settings via the Settings link. Leave these as default.
    This gets us down to creaing the user.
    2. Create the User in – Common | Users
    2.a. Uncheck Administrator and set the Password
    (NOTE Password Length as described 12-16 Characters!)
    2.b. Adding the Secured Folder is now done via the “Add access permissions” link at the bottom of the User detail. You should see the iSCSI Drive already created. Just select Read and Write.

    The rest of the VI setup is as described.

    I hope this helps someone.
    Steve B

    Like

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.