
Configure iSCSI:
1. Open /etc/iscsi.conf file, enter:
# vi /etc/iscsi.conf
2. Setup it as follows:
3. Start the iscsi service
Type the following command to start iscsi
service so that you can see block device:
# chkconfig iscsi on
# /etc/init.d/iscsi start
4. Run any one of the following to find out new
block device name:
# fdisk -l
# tail -f /var/log/messages
# find /sys/devices/platform/host* -name "block*"
16
Please refer to your computer’s documentation for detailed information on
formatting and preparing volumes for use
Format Volume for Linux OS
E400 IP
8 disks iSCSI for Energy Efficient Desktop Productivity RAID
Quick start guide
ENHANCE|
TECHNOLOGY
14
To format the drive for Windows OS
1. Click on Control Panel, Performance and Maintenance, Administrative Tools.
2. Click on the Computer Management icon.
3. Click on the Disk Management Icon.
4. Right click on the new drive’s icon in the right hand window
5. Select the Format option, click yes in warning window.
6. Type a name for the drive under volume label.
7. Select perform quick format option.
8. Click OK in format warning box.
9. The drive will be formatted and available in My Computer and Windows Explorer.
Please refer to your computer’s documentation for detailed information on
formatting and preparing volumes for use
Format Volume for Windows OS
17
Connection Problems:
Always double check for loose cable connections or improperly seated disks
if you experience problems where a disk or volume does not appear in your
computer, or you recieve an error message stating a disk missing
when you have the drives configured as a RAID set.
1. Disconnect the data cables and reconnect each cable one at a time,
ensuring each connector is screwed in securely on your system.
2. Make sure the connector is properly secured on your HBA.
3. Check your TS800 IP’s drive presence LEDs, located on the front
panel of the system. If the LEDs are not lit, remove the disk and
reinsert the disk module.
If the problem persists, please contact your dealer or contact Enhance’s support department
This section covers some common support questions.
If you are experiencing an urgent issue, please contact
your dealer or call 1-562-777-3488 ex 119.
Troubleshooting
15
To format the drive for Mac OS
1. Go to the Applications folder on your system hard drive.
2. Open the Utilities folder.
3. Double click on the Disk Utility Program.
4. Find the drive in the left hand window and select the drive.
5. Click on the Partition tab.
6. Under Volume Scheme select 1 Partition
7. Type a name for the drive in the box provided.
8. Select Mac OS extended under the format options.
9. Click on Partition in the Partition dialog box.
10. The drive will be formatted and mounted on the desktop.
Please refer to your computer’s documentation for detailed information on
formatting and preparing volumes for use
Format Volume for Mac OS
DiscoveryAddress=ISCSI_TARGET_HOST_OR_IP
OutgoingUserName=ISCSI_USER_NAME
OutgoingPassword=ISCSI_PASSWORD
LoginTimeout=15
Then, save and close the file
5. Format iSCSI device
Use fdisk and mkfs.ext3 commands. First,
create a partition (assuming that /dev/sdc
is a new block device assigned to iscsi) :
# fdisk /dev/sdc
# mkfs.ext3 /dev/sdc1
Create /mnt/iscsi directory:
# mkdir -p /mnt/iscsi
Open /etc/fstab file and append config
directive:
/dev/sdc1 /mnt/iscsi ext3 _netdev 0 0
Save and close the file. Mount the
parition /dev/sdc1:
# mount -a
# df -H