کد:
http://www.trainsignaltraining.com/how-to-setup-iscsi-drive-using-freenas/2009-01-19/
I recently wrote an article on how to setup a NAS using the open source FreeNAS software. One of the many features of FreeNAS is the ability to setup an iSCSI drive. iSCSI stands for Internet SCSI and allows client machines to send SCSI commands to remote storage servers such as FreeNAS.
This allows you to consolidate your storage drives into a single machine for lower cost per GB and easier maintenance, with the illusion of local disk drives on your client machines. The functionality to use iSCSI drives is built into both Windows Vista and Server 2008 natively. At the higher end you can also use iSCSI for low cost clustering solutions and disaster recovery.
In the past this was usually done using special hardware and Fibre cabling, though with iSCSI you can leverage your existing network infrastructure.
It should be noted that depending on the network load and performance requirements of your servers this can be drastically slower than the dedicated options. For a high performance production application you can still use iSCSI but I would look at setting it up on its own network at 1GB speeds.



How Does iSCSI Work?

There are two parts to the iSCSI protocol, the first being clients and the second being storage devices.
Clients are called iSCSI initiators and can be configured either using hardware or software solutions. As I mentioned earlier this functionality is already built into Vista and Server 2008, so we will not have to add any software/hardware to these machines.
The storage devices are called iSCSI targets and must be running some type of software/hardware to receive the incoming requests from the iSCSI initiators. Luckily FreeNAS has the ability to create iSCSI drives as part of its core package so I am going to use the FreeNAS server I used in a past demo.



Setup iSCSI Target Drive on FreeNAS Server

I’m going to use FreeNAS as the iSCSI target, and if you are going to follow along with this demo, it is imperative that you have one setup as well.
If you don’t you can read how to setup FreeNAS server and then come back to this article for the next steps.
This demo is going to assume that while the hard drives are installed in the server they are NOT added to the FreeNAS interface.



1. Connect to your FreeNAS server through the WebGUI using your favorite browser. In the top menu select Disks, then click Management.




2. Click on the plus sign in the lower right corner to add drives.




3. Next to Disk, choose the drive you want to add from the drop down, and if you want enter a description for it next to Description.
I usually leave the rest of the settings at default then click Add.




4. When you go back to the Disk Management screen you will be asked to confirm the addition by clicking on Apply changes, go ahead and do that now.




5. From the top menu choose Services, then iSCSI Target.




6. Click on the plus sign in the Extent area.




7. The Bolded fields are required, so place a name in the Extent name field, leave the Type as Device, and then choose the Device you want in the dropdown.
You can also enter a note in the comment field for reference. When you have set your options click on Add.




8. When you get back to the iSCSI Target page click on Apply changes.




9. Click on the plus sign in the Target area.




10. As before the Bolded fields are required. Here is a breakdown of the fields:
Target name: Add your own or leave the default
Flags: RW for Read/Write or RO for Read Only
Storage: Will have the extents listed that were setup, choose the one you want to use
Authorized Network: Enter the IP network that can access this drive. For example if your IP was 192.168.1.100, you would enter 192.168.1.0. Most people will leave the 24 in the dropdown if your subnet mask is 255.255.255.0
Once you fill in all the info click on Add.




11. Back at the iSCSI target page you need to click on Apply changes once again.




12. Now place a check in the box next to Enable in the top right corner and then click Save and Restart in the bottom left.




The iSCSI Target drive is now setup and ready for use.



Setup iSCSI Initiator on Vista

Now that the iSCSI target drive is ready, let’s go in and configure our Vista client machine to use it.



1. Click on the Start menu and type iSCSI into the menu bar and hit Enter.
2. Depending on your settings you may get a UAC warning, go ahead and approve if you do.
3. If this is the first time you are using iSCSI you will get a warning that the iSCSI service is not running and it is asking if you want to start the service and also have it automatically start with your computer. Go ahead and click Yes.




4. The next window that appears will ask if you want to unblock the Microsoft iSCSI service in Windows Firewall. Click on Yes.




5. When the iSCSI Initiator Properties appears click on the Discovery tab.




6. Click on Add Portal…




7. Place the IP address of the iSCSI target in the text field labeled IP address or DNS name: and then click OK.




8. Click on the Targets tab.




9. Highlight the target drive listed and click Log on…




10. In the next window you can choose to have this connection restored when the computer starts by placing a checkmark next to that option. If you don’t then leave it blank. Either way click Ok.




11. You should now see a status of Connected, confirm that and then click Ok.




12. Click on Start, right click on Computer, then click on Manage.




13. If you get a UAC warning, click through. You will now see the Computer Management MMC, click on Disk Management and in a few seconds the disks will populate.
Disk 1 is the iSCSI drive and you can see that it shows up unallocated. Right click on the drive and select New Simple Volume.
NOTE: If the disk drive was formatted previously you might have to Delete partition first.




14. When the New Simple Volume Wizard starts go ahead and click Next.




15. Set the size of the volume you want to create; in this demo I am using all the space. After you set the space click Next.




16. Assign a drive letter, for this demo I am using F; then click Next.




17. I am going to format this drive as NTFS and place a check next to Perform a quick format. You can also assign a volume label, then click Next.




18. Review the settings selected and then click Finish.




19. Depending on the speed of the network and the size of the drive it may take some time to format. When it is finished you will see it ready to go in Disk Management.







Summary

We have setup a iSCSI target drive in FreeNAS and then setup an iSCSI initiator in Windows Vista to attach to the FreeNAS drive. After that we configured the drive for use on our Vista machine by formatting it and assigning a drive letter.
While not for everyone, iSCSI definitely has its uses and if it is suitable for your environment and needs, FreeNAS provides a low cost alternative




موضوعات مشابه: