Tags: lvm
Apr
20
A quick guide to extend an LVM with a VXFS Filesystem.1. Verify OnLineJFS is installed# swlist -l product | grep -i vxfs# swlist -l product | grep -i onlineLook for OnlineJFS or AdvJournalFS2. It is a good practice to defrag the filesystem first bef… more »
Sep
18
1. Create Volume Group
Note: the following example is using the disk c0t3d5, the volume group vg01, the logical volume lvtest, and mount point /test
1.1 Identify the disks to be used for LVM and create the missing device files
# insf -eC disk
#… more »
Sep
17
Use
Using a logical volume manager allows you to distribute partitions (logical volumes) across several disks (physical volumes). The individual logical volumes are grouped together into volume groups.
File systems can be larger than physical disks,… more »
Sep
17
To choose your destination PPnumber you can use the output of `lspv -M hdiskpower14`. LVM lowlevel commands to move 1 single PPIn case of mirroring allocation problems or the need to free-up 1PP/disk to convert a VG to a BIG-VG you might need to move a s… more »
Recent comments