Contents of /etc/zipl.conf

[root@wil-zvmdb01 ~]# cat /etc/zipl.conf
[defaultboot]
timeout=5
default=linux-2.6.32-220.el6.s390x
target=/boot/
[linux-2.6.32-220.el6.s390x]
        image=/boot/vmlinuz-2.6.32-220.el6.s390x
        ramdisk=/boot/initramfs-2.6.32-220.el6.s390x.img
        parameters="root=/dev/mapper/VolGroup00-lv_root rd_DASD=0.0.0701 
rd_DASD=0.0.0700 rd_NO_LUKS rd_DASD=0.0.0702 LANG=en_US.UTF-8 rd_NO_MD  
KEYTABLE=us cio_ignore=all,!0.0.0009,!0.0.000c rd_LVM_LV=VolGroup00/lv_root 
SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup00/lv_swap 
rd_NO_DM" 


Output from cat/proc/cmdline  (I don't see !0.0.000c)

[root@wil-zvmdb01 ~]# cat /proc/cmdline
root=/dev/mapper/VolGroup00-lv_root rd_DASD=0.0.0701 rd_DASD=0.0.0700 
rd_NO_LUKS rd_DASD=0.0.0702 LANG=en_US.UTF-8 rd_NO_MD  KEYTABLE=us 
cio_ignore=all,!0.0.0009,!0.0.0009 rd_LVM_LV=VolGroup00/lv_root 
SYSFONT=latarcyrheb-sun16 crashkernel=auto rd_LVM_LV=VolGroup00/lv_swap 
rd_NO_DM BOOT_IMAGE=0
[root@wil-zvmdb01 ~]#


Ouput from cio_ignore -l

Ignored devices:
=================
0.0.0000-0.0.0008
0.0.000a-0.0.000b
0.0.000d-0.0.06ff
0.0.0704-0.0.08ff
0.0.0902-0.0.094f
0.0.0951-0.0.fb03
0.0.fb07-0.0.ffff
0.1.0000-0.1.ffff
0.2.0000-0.2.ffff
0.3.0000-0.3.ffff
[root@wil-zvmdb01 ~]#


Output from zipl

[root@wil-zvmdb01 ~]# zipl
Using config file '/etc/zipl.conf'
Run /lib/s390-tools/zipl_helper.device-mapper /boot/
Building bootmap in '/boot/'
Building menu 'rh-automatic-menu'
Adding #1: IPL section 'linux-2.6.32-220.el6.s390x' (default)
Preparing boot device: dasdb.
Done.



Thanks
Scott

-----Original Message-----
From: Linux on 390 Port [mailto:[email protected]] On Behalf Of Malcolm 
Beattie
Sent: Tuesday, March 05, 2013 6:21 AM
To: [email protected]
Subject: Re: Issues using VMUR

Shumate, Scott writes:
> That worked,  but I'm having issues with making it perm.  I added it to 
> /etc/zipl.conf and reran zipl.  I rebooted but it was still on  the black 
> list.

Have a look at the output of
# cat /proc/cmdline
and check the syntax closely. For example, there must be no spaces within the 
cio_ignore= value, there must be an exclamation mark to remove the device 
number rather than add it, the !0.0.000c has to appear after the all not before 
and I can imagine that the device number may have to be spelled out in the full 
canonical form of "zero dot zero dot four hex digits". Also check you edited 
the zipl.conf stanza for the kernel you then actually booted. Since the 
contents of /proc/cmdline show the information from the current boot, you'd be 
able to tell if it's the wrong stanza because it wouldn't have your edits in 
place. Send the output (along with the output of "cio_ignore -l" and "lscss" 
for good measure) if it's still not clear.

--Malcolm

--
Malcolm Beattie
Mainframe Systems and Software Business, Europe IBM UK

----------------------------------------------------------------------
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/

----------------------------------------------------------------------
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/

Reply via email to