You can use volume manager software to combine multiple LUNs into a logical volume for CA Enterprise Log Manager to access. Logical Volume Manager (LVM) manages disk drives and similar mass-storage devices on the Linux operating system. Storage columns created under the LVM can be resized or moved on to backend devices like SAN storage.
To create a logical volume
pvcreate /dev/mapper/mpath0
pvcreate /dev/mapper/mpath1
pvdisplay
vgcreate VolGroup01 /dev/mapper/mpath0 /dev/mapper/mpath1
Note: This command creates a volume and makes the two physical volumes part of the group.
lvcreate -n LogVol00 -l 384030 VolGroup01
mkfs -t ext3 /dev/VolGroup01/LogVol00
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |