Owner's Manual
22
BOOTPROTO=none
IPADDR=10.16.7.125
NETMASK=255.255.255.0
USERCTL=no
MTU="9000"
Verify the Jumbo Frame setting using the ifconfig command as follows:
$ ifconfig eth2
eth2 Link encap:Ethernet HWaddr 00:15:17:80:43:50
inet addr:10.16.7.125 Bcast:10.16.7.255 Mask:255.255.255.0
inet6 addr: fe80::215:17ff:fe80:4350/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:9000 Metric:1
RX packets:3348411 errors:0 dropped:0 overruns:0 frame:0
TX packets:2703578 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:10647052076(9.9 GiB)TX bytes:11209177325(10.4 GiB)
Memory:d5ee0000-d5f00000
Configuring Host Access to Volumes
This section details the steps to configure host access to iSCSI volumes using the
iscsiadm tool, which is the open-iSCSI administration utility.
1
Log into server as root user. Verify the open-iSCSI initiator software has been
installed on all host servers.
rpm -qa|grep -i iscsi-initiator
The following output should return if the open-iSCSI initiator RPM has been
installed. If not, install the open-iSCSI initiator RPM iscsi-initiator-utils-
6.2.0.868-0.7.el5.x86_64.rpm.
iscsi-initiator-utils-6.2.0.868-0.7.el5
2
Start up the iSCSI service.
service iscsi start
3
Enable the iSCSI service start up at boot time.
chkconfig --add iscsi
chkconfig iscsi on
chkconfig --list iscsi