Seems you're confusing things... you should read
this and
this.
but here goes a round-up of a _very basic_ LVM installation:
* you partition your disk as usual with your favorite partition editor - fdisk, cfdisk, parted, whatever
* you pick the partition(s) you want to use for LVM, and change its type to 8e. That/those partition(s) will be your Physical Volume(s).
* then you create your Volume Group(s), using your previously created Physical Volumes.
So, as an example, you can create one VG for every PV, or create just one VG grouping all your PVs.
* then, you create Logical Volumes, inside your Volume Group.
the LVs will be your new "partitions", the chunks of disk you'll be formatting, mounting, and using for storage and such.
Anything left out? Feel free to correct.