>On a SUSE SLES8 system I've created an LVM with 15 full mod-3 3390's and
>8 mod-9's. I cannot get the 9th mod-9 to becoem a member of LVM. the
>pvcreate appears to work OK, but the volume is not on the pvscan list,
>nor included in the vgdisplay total. Any ideas?
Check /proc/devices. If dasd shows up multiple times (not only major 94)
you are most probably running
out of device nodes. In this case you can create new ones using mknod, the
major/minor numbers of the
dasds can be found in /proc/dasd/devices.
like this:
mknod /dev/dasdabc b <major> <minor>
mknod /dev/dasdabc1 b <major> <minor+1>
mknod /dev/dasdabc2 b <major> <minor+2>
mknod /dev/dasdabc3 b <major> <minor+3>
(no more, we only have 3 partitions and minor+4 belongs to a different
volume)

with kind regards
Carsten Otte
IBM Linux Technology Center / Boeblingen lab
--
omnis enim res, quae dando non deficit, dum habetur et non datur, nondum
habetur, quomodo habenda est




"Kinnear, Mike" <[EMAIL PROTECTED]>
Sent by: Linux on 390 Port <LINUX-390@VM.MARIST.EDU>
16/03/2005 08:47 PM
Please respond to Linux on 390 Port


        To:     LINUX-390@VM.MARIST.EDU
        cc:
        Subject:        LVM - maximum PV's?



On a SUSE SLES8 system I've created an LVM with 15 full mod-3 3390's and
8 mod-9's. I cannot get the 9th mod-9 to becoem a member of LVM. the
pvcreate appears to work OK, but the volume is not on the pvscan list,
nor included in the vgdisplay total. Any ideas?

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

Reply via email to