Lvm notes

################################################################ ################################################################ ################################################################ pvcreate – create physical volume for use in LVM volume group vgcreate – create LVM volume group # pvcreate /dev/rdsk/c5t10d0 # mkdir /dev/vg01 # mknod /dev/vg01/group c 64 0x010000 # check with ll /dev/*/group # vgcreate /dev/vg01 /dev/dsk/cxtydz  # with options. or more the one disk vgcreate /dev/vg01 /dev/dsk/cxtydz /dev/dsk/cxtydx lvcreate – […]