iscsi_enterprise_target
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | iscsi_enterprise_target [2014/11/24 01:14] (current) – created 0.0.0.0 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== ISCSI_Enterprise_Target ====== | ||
| + | ===== Considerations ===== | ||
| + | * Remember that iSCSI gives raw filesystem access to other machines, and that Windows doesn' | ||
| + | |||
| + | ===== Installation ===== | ||
| + | * Checkout a copy of the source from the SVN URL given on the [[http:// | ||
| + | svn checkout svn:// | ||
| + | * Change into the **trunk** directory: | ||
| + | cd trunk | ||
| + | * Make and install iSCSI Enterprise Target: | ||
| + | make | ||
| + | make install | ||
| + | * Copy the configuration files into **/etc/**: | ||
| + | cp -r etc/* /etc/ | ||
| + | |||
| + | ===== Configuration ===== | ||
| + | ==== Server (Target) ==== | ||
| + | * Change into the **/etc/** directory: | ||
| + | cd /etc | ||
| + | * Edit **ietd.conf**: | ||
| + | vi ietd.conf | ||
| + | * Change the **" | ||
| + | * **" | ||
| + | * **" | ||
| + | * **" | ||
| + | * **" | ||
| + | * Uncomment the **"Lun 0 Path=/ | ||
| + | * Edit **initiators.allow**: | ||
| + | vi initiators.allow | ||
| + | * For testing/ | ||
| + | ALL ALL | ||
| + | :to the bottom of the file and save it. | ||
| + | * Restart the iSCSI service: | ||
| + | / | ||
| + | |||
| + | ==== Windows Client (Initiator) ==== | ||
| + | **Assuming that the iSCSI Initiator is already installed.** | ||
| + | * Load the **iSCSI Initiator Properties** applet in **Control Panel**. | ||
| + | * On the **General** tab, click the **" | ||
| + | * On the **Discover** tab, click the **"Add Portal" | ||
| + | * Switch to the **Targets** tab and click the **Refresh** button. | ||
| + | * You should now be connected to that iSCSI drive. | ||
| + | * Open **Control Panel** -> **Administrative Tools** -> **Computer Management** -> **Disk Management**, | ||
| + | |||
| + | ===== References ===== | ||
| + | * http:// | ||
| + | * http:// | ||
iscsi_enterprise_target.txt · Last modified: by 0.0.0.0
