<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi everyone,<br>
<br>
I tried to create a logical volume specifying the "VolumegroupName" and
the "PhysicalVolumepath" as follow and it failled.<br>
<br>
<b>[root@Mamouth proc]# lvcreate  --size 4g -n LogVol00_test -r 1024 
Volume00 /dev/md3<br>
lvcreate -- couldn't read physical volume "/dev/md3"</b><br>
<br>
I repeated the same command without the "PhysicalVolumePath" and it
worked fine.<br>
<br>
<b>[root@Mamouth proc]# lvcreate  --size 4g -n LogVol00_test -r 1024 
Volume00<br>
lvcreate -- doing automatic backup of "Volume00"<br>
lvcreate -- logical volume "/dev/Volume00/LogVol00_test" successfully
created</b><br>
<br>
Can someone explain this to me. "/dev/md3" is a raid 5.<br>
<br>
Thanks,<br>
<br>
Jean Aumont<br>
<br>
PS. You can find in attachment the same command in "Debug mode"<br>
       It also does not work !!!<br>
<br>
</body>
</html>