11.01.2015 Views

Red Hat Enterprise Linux Installation Guide 5.2 - linux.meuhobby.com

Red Hat Enterprise Linux Installation Guide 5.2 - linux.meuhobby.com

Red Hat Enterprise Linux Installation Guide 5.2 - linux.meuhobby.com

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Chapter 22. Additional Information for IBM System z Users<br />

4. The /block/ directory<br />

This directory contains directories for each of the block devices on the system. These are<br />

mostly disk type devices such as real DASD, loopback devices, and software raid block<br />

devices. The noticeable difference between older <strong>Linux</strong> systems and ones that use sysfs is<br />

the need to refer to devices by their sysfs name. On a 2.4 kernel image, the zFCP driver was<br />

passed as its device addresses. On the 2.6 Kernel image system the driver is passed as<br />

0.0.1600.<br />

2. Using the zFCP Driver<br />

During the initial installation, you are prompted to enter SCSI/FCP information. If this information<br />

is entered, it creates the /etc/zfcp.conf file which contains your SCSI configuration. It also<br />

adds the line alias scsi_hostadapter zFCP to /etc/modprobe.conf. This loads the required<br />

zFCP modules.<br />

# cat /etc/zfcp.conf<br />

0.0.010a 0x01 0x5005076300c18154 0x00 0x5719000000000000<br />

# cat /etc/modprobe.conf<br />

alias eth0 qeth<br />

options dasd_mod dasd=201,4b2e<br />

alias scsi_hostadapter zfcp<br />

If no SCSI devices were defined during the initial installation, the following example<br />

demonstrates how to add one manually:<br />

# cd /lib/modules/2.6.7-1.451.2.3/kernel/drivers/s390/scsi<br />

# modprobe zfcp<br />

# lsmod<br />

Module Size Used by<br />

zfcp 221460 0 [permanent]<br />

autofs4 39944 0<br />

qeth 166288 0<br />

qdio 60240 3 zfcp,qeth<br />

ccwgroup 25344 1 qeth<br />

ipt_REJECT 23552 1<br />

ipt_state 18944 5<br />

ip_conntrack 57904 1 ipt_state<br />

iptable_filter 19712 1<br />

ip_tables 37888 3 ipt_REJECT,ipt_state,iptable_filter<br />

sd_mod 39688 0<br />

scsi_mod 182904 2 zfcp,sd_mod<br />

dm_mod 86408 0<br />

ext3 179056 2<br />

jbd 92720 1 ext3<br />

dasd_fba_mod 25344 0<br />

dasd_eckd_mod 77056 4<br />

dasd_mod 85328 6 dasd_fba_mod,dasd_eckd_mod<br />

222

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!