vxvm migration
hi, I have 2 LUNs presented to an box and I wish to verify things. In order to gain performance which one of the below situation is the best? -a) I create on each LUN an subdisk and I assign them to an plex,next this plex I assign to an logical volume. - b) only I create an subdisk on an LUN and I assign it to a LUN,then I assign it to an LV. I only ask it because the LUNs are raid level on SAN so inside the SAN will be an stripping. If I wish to migrate the LV to other SAN,in order to keep the performance,on target SAN also I should to create 2 LUNs and perform the things like in case a) and next perform the migration of LV? tnx so much, marius
Hi ,
Logically correct that if there are multiple subdisks in a logical volume coming from different Luns, you will be spinning more disk heads to read/write the data compare to one single subdisk from a single Lun however when you have striping at SAN layer, you have already enabled data to be written across multiple disks & hence spinning multiple heads which will increase performance. I would believe that you won't notice much difference in creating one LV with one disk vs one LV with multitple disks when you already have striping enabled at SAN. The best way would be to create two such volumes & run a load test on it using vxbench & find the performance yourself.
About Migration, I agree with Marianne, VxVM will attempt to create a similar structure. If you want to add a mirror only with one disk, you can specify disk names in the command .. for e.g
# vxassist -g <diskgroup> mirror <volume> <disk1>
G