>>> On 11/5/2013 at 05:20 PM, "Smith, Ann (CTO Service Delivery)" <[email protected]> wrote: > Found doc on disabling it on SLES11 servers. (dasd_mod.dasd=nofcx parm in > zipl.conf and load parm at boot). > Looking for similar doc for RHEL6.
Since the DASD driver comes from IBM, my guess would be that it is the same for RHEL. One way to find out for sure is to cd /lib/modules/$(uname -r)/kernel/drivers/s390/block/ strings dasd_mod.ko | grep nofcx (I'm assuming the directory is the same for RHEL as it is for SLES). If you don't have binutils installed, you won't have the strings command. If you get a hit with the grep for nofcx, the parameter will be the same. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
