Creating an LVM2 Logical Volume for Swap
In our example we assume /dev/VolGroup00/LogVol02 is the swap volume you
want to add. To add a swap volume group please
1. Create the LVM2 logical volume of size 256 MB:
want to add. To add a swap volume group please
1. Create the LVM2 logical volume of size 256 MB:
- # lvm lvcreate VolGroup00 -n LogVol02 -L 256M
- # mkswap /dev/VolGroup00/LogVol02
- /dev/VolGroup00/LogVol02 swap swap defaults 0 0
- # swapon –va
- # cat /proc/swaps # free
Comments
Post a Comment