AT-2872SX ExpressCard Fast Ethernet Fiber Module Installation and User’s Guide
67
Installing Open iSCSI User Applications
Install and run the open-iscsi programs, iscsid and iscsiadm, from the
Broadcom distributed open-iscsi packages. See “Packaging” on page 51
for details. All pre-installed open-iscsi packages need to be removed
before the Broadcom iSCSI-supported packages can be installed.
To install and run the iscsid and iscsiadm programs, do the following:
1. Remove all existing open-iscsi packages.
RHEL5
rpm -e iscsi-initiator-utils
SLES10 SP1
rpm -e open-iscsi
2. Install the source RPM package. Type the following:
rpm -ivh <open-iscsi-package-name>.src.rpm
3. CD to the RPM path and build the binary driver for your kernel. Enter:
cd /usr/src/{redhat,OpenLinux,turbo,packages,rpm
..}
rpm -bb SPECS/<open-iscsi-package-name>.spec
or
rpmbuild -bb SPECS/<open-iscsi-package-name>.spec
(for RPM version 4.x.x)
Note
The RPM path is different for each Linux distribution.
4. Install the newly built package. Type:
rpm -ivh RPMS/<arch>/<open-iscsi-package-
name>.<arch>.rpm
where <arch> is the machine architecture such as i386.
rpm -ivh RPMS/i386/<open-iscsi-package-
name>.i386.rpm
5. Start the daemon. Type:
iscsid