23.07.2014 Views

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

Lustre 1.6 Operations Manual

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

NEWCHK=$($CKSUM $NEWNAME | awk '{print $1}')<br />

if [ $OLDCHK != $NEWCHK ]; then<br />

echo "$NEWNAME bad checksum - $i not<br />

moved, \ exiting"<br />

rm -f $NEWNAME<br />

exit 1<br />

else<br />

mv $NEWNAME $i<br />

if [ $RES -ne 0 ];then<br />

echo "$i move error - exiting"<br />

rm -f $NEWNAME<br />

exit 1<br />

fi<br />

fi<br />

fi<br />

done<br />

27.3 Adding Multiple SCSI LUNs on Single<br />

HBA<br />

The configuration of the kernels packaged by the <strong>Lustre</strong> group is similar to that of<br />

the upstream RedHat and SuSE packages. Currently, RHEL does not enable<br />

CONFIG_SCSI_MULTI_LUN because it can cause problems with SCSI hardware.<br />

To enable this, set the scsi_mod max_scsi_luns=xx option (typically, xx is 128)<br />

in either modprobe.conf (2.6 kernel) or modules.conf (2.4 kernel).<br />

To pass this option as a kernel boot argument (in grub.conf or lilo.conf),<br />

compile the kernel with CONFIG_SCSI_MULT_LUN=y<br />

27-4 <strong>Lustre</strong> <strong>1.6</strong> <strong>Operations</strong> <strong>Manual</strong> • September 2008

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

Saved successfully!

Ooh no, something went wrong!