How do I create striped logical volume in hp-ux?



  • You may want to create a striped logical volume for the purposes of i/o performace.

    Create a logical volume with 3 disks, with a stripe size of 8192 and 7Gb in size

    # lvcreate -i 3 -I 8192KB -L 7000 -n lvol1 /dev/vg01
    Warning: rounding up logical volume size to extent boundary at size "112032" MB for striping.
    Logical volume "/dev/vg01/lvol1" has been successfully created with
    character device "/dev/vg01/rlvol1".
    Logical volume "/dev/vg01/lvol1" has been successfully extended.
    Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
    

Log in to reply
 

© Lightnetics 2024