Written by 5:15 pm Microsoft, Virtualization, Windows, Windows Server • 3 Comments

Create a Windows Server 2012 iSCSI Target Server

Windows Server 8

In my Lab I don’t have a good storage which I can use for my Hyper-V Clusters. But with Windows Server 2012 Microsoft added a lot of new storage features and included a iSCSI Target Server. With the new Storage Pooling / Storage Spaces features this allows me to use a Windows Server as a great storage replacement.

This offers features like:

  • Thin provisioning
  • Data Deduplication
  • Disk aggregation
  • Storage Spaces
  • and a lot more

Overview

  • We will aggregate physical disks to a Storage Pool
  • On this Storage Pool we will create a Virtual Disk. Here we have to option to use Data Deduplication, Thin provisioning, Reliability options (Simple, Mirror, Parity), etc.
  • On the Virtual Disk we will create a NTFS volume
  • On this Volume we will create iSCSI Virtual Disks (LUNs)

Storage Overview

Hardware

I am using a Windows Server with 3 network ports. The first is used for Management and the others are used for iSCSI traffic.

In my Case I have a disk which I use for the Operating System and 4 disk which I use as Storage Pool.

Add Roles and Features

  1. Add the File Service Role ISCSI Target Server. I also added the Data Deduplication role.
    image
  2. Add the iSCSI Target Storage Provider (VDS and VSS hardware providers). They enable ISCSI target and disk management by using the Virtual Disk Service (VDS) hardware provider, and enable Microsoft Volume Shadow Copy Services (VSS) snapshot creation and management by using the VSS hardware provider.
    image
  3. This takes a short moment to complete
    image

Configure Storage Pools and Storage Spaces

  1. First create a New Storage Pool (This can be done by using the Server Manager or Windows PowerShell.
    image
  2. Choose name for your Storage Pool
    image
  3. Choose the disks which should be in this new storage pool. In my case I only see one right volume. But you could also add simple disks via JBOD, which is great to save money and be fexible.
    image
  4. Create the Storage Pool
    image

Create a Virtual Disk on the Storage Pool

  1. Open the New Virtual Disk Wizard.
  2. Choose the storage pool you want to place the Virtual Disk on.
    image
  3. Enter a name fo the new virtual disk. I will use the name “iSCSI Volumes” because I will later add iSCSI volumes on this virtual disk volume.
    image
  4. Now choose the storage layout. Because I use a RAID 5 array on my physical raid controller I choose “Simple”. When you are adding disk JBOD style, you can use Mirror or Parity to get reliability.
    image
  5. Choose a Provisioning type. I use Thin so I can create a virtual disk up to 64TB without having the capacity at the moment. I still can only use the disk capacity I have at the moment, but I can add disks to the storage pool later without having to change the Virtual Disksize.
    image
  6. Now specify the size of the virtual disk. If you have chosen the Provisioning type to be “Fixed” you cannot create a virtual disk bigger than your free space.
    image
  7. wait for the virtual disk to be created
    image

Create a Volume

  1. Now you have to create a volume on this Virtual Disk.
  2. Choose the Virtual Disk
    image
  3. Choose the options how you want to use the volume
    image
  4. Now you can see a new volume
    image

Create a new iSCSI Virtual Disk and a new iSCSI Target

  1. Launch the New Virtual Disk wizard
    image
  2. Choose the volume where the iSCSI Virtual Disk should be created. In my case I choose the Volume which I created on my storage pool.
    image
  3. Choose a name for the iSCSI Virtual Disk
    image
  4. Specify the size of the iSCSI Virtual Disk
    image
  5. Create a new iSCSI Target
    image
  6. Specify a target name
    image
  7. Specify the iSCSI initiators (Access Server) which can access the ISCSI Virtual Disk. If this are Windows 8 or Windows Server 8 machines you can do a directory search.
    image
    image
  8. You can enable Authentication if you need
    image
  9. Now you can create the iSCSI Virtual Disk
    image
  10. Now you have a new iSCSI Virtual Disk on your Virtual Disk, which you have created on your Storage Pool, which is an aggregation of your physical disks Winking smile.
    image

Tags: , , , , , , , , , , , , , , , Last modified: May 22, 2012
Close Search Window
Close