Tags: lvm

HP-UX LVM - Resizing Filesystem with Online JFS

HP-UX 1 feedback »
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 »

Configuring File System on HP-UX using LVM

HP-UX Send feedback »
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 »

HP-UX: Setting up File Systems using LVM

HP-UX Send feedback »
  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 »

AIX: LVM lowlevel commands to move / migrate 1 single PP

Aix Send feedback »
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 »