Before you can use a disk or disk partition as a physical volume you will have to initialize it:
For entire disks:
Run pvcreate on the disk:
# pvcreate /dev/hdb |
Set the partition type to 0x8e using fdisk or some other similar program.
Run pvcreate on the partition:
# pvcreate /dev/hdb1 |