使用hpacucli将两个磁盘添加到现有的镜像逻辑驱动器

我有一台ESX服务器和一个现有的磁盘arrays,它由6个镜像的磁盘组成:

Array: A Interface Type: SAS Unused Space: 0 MB Status: OK Array Type: Data Logical Drive: 1 Size: 5.5 TB Fault Tolerance: 1+0 Heads: 255 Sectors Per Track: 32 Cylinders: 65535 Strip Size: 256 KB Full Stripe Size: 768 KB Status: OK Caching: Enabled Unique Identifier: 600508B1001CCC10F587A64FA478691A Disk Name: vmhba2:C0:T0:L1 Mount Points: None Logical Drive Label: AFE806DBPBKTU0ARH2Q1RD480D Mirror Group 0: physicaldrive 2I:1:1 (port 2I:box 1:bay 1, SAS, 2 TB, OK) physicaldrive 2I:1:2 (port 2I:box 1:bay 2, SAS, 2 TB, OK) physicaldrive 2I:1:3 (port 2I:box 1:bay 3, SAS, 2 TB, OK) Mirror Group 1: physicaldrive 2I:1:4 (port 2I:box 1:bay 4, SAS, 2 TB, OK) physicaldrive 2I:1:5 (port 2I:box 1:bay 5, SAS, 2 TB, OK) physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SAS, 2 TB, OK) Drive Type: Data 

我添加了两个2 TB的额外驱动器(与6个使用中的完全相同),并且它们被正确识别为2I:1:7和2I:1:8。

如何安全地将这些添加到现有configuration中,以便驱动器7和8将2 TB添加到此逻辑驱动器,并且不会丢失任何内容?

使用时

 ctrl slot=2 array A add drives=2I:1:7 

我被警告说命令没有执行(“在这个环境下,你必须使用”强制“标志来完成操作。”我应该担心吗?

不,你不应该担心。 你可以做到这一点没有麻烦。 只需添加一对磁盘…

 ctrl slot=2 array A add drives=2I:1:7,2I:1:8 

然后增长你的逻辑驱动器…(或者用自由空间创build一个新的逻辑驱动器)。

然后,您可以重新扫描VMware中的HBA以查看新的LUN大小。 如果您有任何问题,请告诉我们。