This tutorial based on RedHat Enterprise Linux version 5.3, however you can use this steps on CentOS Linux.
So lets start!
Preparation
- Add rpm package scsi-target-utils, you can found the rpm package on ClusterStorage directory in media installatation DVD. This package is used to create iSCSI target on Linux, run this following command to install rpm package
root@storage# rpm -ivh scsi-target-utils*
or if you using yum, you can run this command
root@storage# yum install scsi-target-utils* - Add rpm package iscsi-initiator-utils, you can found the rpm package on ClusterStorage directory in media installatation DVD. This package is used to connect to iSCSI target on Linux, run this following command to install rpm package
root@server# rpm -ivh iscsi-initiator-utils*
or if you using yum, you can run this command
root@server# yum install iscsi-initiator-utils*
next information would be available here