VMM 2012 SP1 supports the same storage arrays that were supported in VMM 2012, plus the SMP provider.ion-list-footer">
VMM 2012 SP1 supports the same storage arrays that were supported in VMM 2012, plus the SMP provider.ion-list-footer">
Below are the steps to install and connect your Dell EqualLogic PS Storage to VMM 2012 SP1 using the new SMP Provider
1. Download the Dell EqualLogic Host Integration Tools 4.5 and install it on the VMM management server, and then restart the server. The VMM server must have access to the group IP address on the ISCSI network. This is also required if you have a dedicated
management network configured for your Equallogic.
Note: Dell EqualLogic Host Integration Tools compatible with SCVMM 2012 SP1 is planned for availability this year.
The new release is the next step in integrating Microsoft applications with EqualLogic storage arrays.
Contact Dell to obtain the Dell EqualLogic Host Integration Tools.
I will post here the download link as soon as Dell releases it.
2. Start the VMM command shell as an administrator. Import the EqualLogic PowerShell Tools module and then add the storage provider by using the
New-EqlGroupAccess cmdlet. Then, import the storage provider into VMM by using the
Import-SCStorageProvider cmdlet. For example:
PS C:\> Import-Module -Name "C:\Program Files\EqualLogic\bin\EQLPSTools.dll"
PS C:\> New-EqlGroupAccess -GroupName "EqlGroup" -GroupWKAddress 10.0.0.0 -MgmtWKAddress 10.0.0.1 -UserName Administrator -Password "AcctPassword"
PS C:\> Import-SCStorageProvider
It is possible to get a detailed explanation of the New-EqlGroupAccess cmdlet by running
get-help New-EqlGroupAccess -detailed
PARAMETERS
It may take a while depending on the number of storage pools and logical units that already exist on the array.
To verify whether the provider was imported, in the Fabric workspace of the VMM console, in the Fabric pane, expand Storage, and then click Providers.
In the Providers pane, verify that the provider appears, with a status of Responding.
4. To bring the storage pools under management and to assign classifications, follow these steps:
a. In the Arrays pane, right-click the array, and then click Properties.
b. In the Array Name Properties dialog box, click the Storage Pools tab.
c. Under Storage Pools, select the check box next to each storage pool that you want VMM to manage.
d. Under Classification, select an existing classification or create a new one. To create a new one, click Create classification, enter a classification, click Add, and then in the Classification list, select the new classification.
e. When you are finished, click OK.
f. Open the Jobs workspace, and verify that the Sets Storage Array job completes.
5. Verify that you can create and delete logical units. To do this, follow these steps:
a. In the Fabric pane, under Storage, click Classifications and Pools.
b. In the Classifications, StoragePools, and Logical Units pane, click the desired storage pool.
c. On the Home tab, click Create Logical Unit.
d. In the Create Logical Unit dialog box, enter a name, optional description, and size.
e. If the storage pool is configured to support thin provisioning, optionally click Create thin storage logical unit with capacity committed on demand, and then click OK.
When the job completes, in the Classifications, StoragePools, and Logical Units pane, verify that the new logical unit is listed under the pool.
f. To remove the logical unit, click the logical unit. Then, on the Home tab, in the Remove group, click Remove. Review the warning message, and then click OK to continue. Verify that the logical unit is removed from the list.
To configure storage on a Hyper-V host, follow the procedures in in the System Center 2012 – Virtual Machine Manager topic How to Configure Storage on a Hyper-V Host. Try assigning a logical unit to a host, with an assigned drive letter.
This article was also publilshed in my blog at http://virtualisationandmanagement.wordpress.com/