第三个实验是关于EMC Meta LUN的。
EMC Meta LUN 的特性是在线扩充一个LUN。实验环境一台EMC CX500和一台Windows 2003 Server Standard。
1) metaLUN是2个或2个以上LUN的集合
2) metaLUN的目的是为了容量的扩展
3) metaLUN的扩展有两种方式,concatenate和stripe。
Concatenate是指将另一个LUN简单的追加(append)在第一个LUN的后面。从而拼接(concatenate)成一个新的LUN。
Stripe方式是指将新的LUN和已有的LUN做成RAID 0 (stripe)的方式。这样,stripe方式比concatenate方式具有更好的性能. 因此,对于可选的另一个LUN必须是和原有的LUN同样(或更大)的大小。而concatenate对另一个LUN的大小没有要求。
无论哪种方式,新的LUN的容量就是两个LUN容量的和。
实验步骤:
1, Bind LUN30 and LUN31 from EMC navispher. Each LUN is 1G.
2, Right click LUN30, and choose Expand…, shown as below:
3, Because both LUN30 and LUN31 are 1G, we choose strip type. BUT, here we should pay more attention on LUN ID. Details shows here:
This new LUN is LUN30+31. When this action is done, we check this new LUN30+31; LUN ID is same as LUN30 before. LUN31 is disappeared; it is located in Private LUN in one of SPs.
Job is done.