vgcreate --> "Command failed with status code 5." what does this mean?
Posted
by
erik
on Server Fault
See other posts from Server Fault
or by erik
Published on 2010-01-08T06:30:37Z
Indexed on
2012/07/09
3:17 UTC
Read the original article
Hit count: 886
i'm playing around w/ LVM on a centos domU in a xen-based vps. I'm in rescue mode and I've created one physical volume (pvcreate /dev/xvda1) for my entire drive, which is formatted as LVM. i'm now trying to create a volume group using vgcreate main /dev/xvda1, but it's returning "Command failed with status code 5.". I've been unable to find an explanation for this error code. does anyone know what it means?
for what it's worth, my goal is to create multiple logical volumes on my drive using lvm.
thanks
© Server Fault or respective owner