使用更大的驱动器重新configuration惠普智能arraysRAID 50

我们有HP ML 350 G6和HP smartArray 410i控制器。 运行Ubuntu x64。

我们以前有8个146G驱动器configuration为一个820GB的RAID 50逻辑驱动器。

现在我已经用900GB驱动器取代了4个146GB驱动器,并且想要调整逻辑驱动器的大小。

但由于某种原因,这是行不通的。 hpacucli给出了以下错误:

ctrl slot = 0 ld 1 modify size = max错误:当前configuration不支持此操作。 在设备上使用“show”命令来显示有关configuration的更多详细信息。

我认为可以有两个不同规模的平价团体,因为他们是独立的。 迁移使用完整磁盘大小的最佳方式是什么? 我如何重新configuration​​而不会丢失数据?

我的configuration如下:

Smart Array P410i in Slot 0 (Embedded) Bus Interface: PCI Slot: 0 Serial Number: 5001438013590600 Cache Serial Number: PAAVPID11071DTD RAID 6 (ADG) Status: Disabled Controller Status: OK Chassis Slot: Hardware Revision: Rev C Firmware Version: 3.66 Rebuild Priority: Medium Expand Priority: Medium Surface Scan Delay: 3 secs Surface Scan Mode: Idle Queue Depth: Automatic Monitor and Performance Delay: 60 min Elevator Sort: Enabled Degraded Performance Optimization: Disabled Inconsistency Repair Policy: Disabled Wait for Cache Room: Disabled Surface Analysis Inconsistency Notification: Disabled Post Prompt Timeout: 15 secs Cache Board Present: True Cache Status: OK Accelerator Ratio: 25% Read / 75% Write Drive Write Cache: Disabled Total Cache Size: 512 MB No-Battery Write Cache: Disabled Cache Backup Power Source: Batteries Battery/Capacitor Count: 1 Battery/Capacitor Status: OK SATA NCQ Supported: True Array: A Interface Type: SAS Unused Space: 0 MB Status: OK Logical Drive: 1 Size: 820.2 GB Fault Tolerance: RAID 50 Number of Parity Groups: 2 Heads: 255 Sectors Per Track: 32 Cylinders: 65535 Strip Size: 256 KB Status: OK Array Accelerator: Enabled Parity Initialization Status: Initialization Completed Unique Identifier: 600508B1001CBB49A596781F682CFA50 Disk Name: /dev/cciss/c0d0 Mount Points: /boot 243 MB OS Status: LOCKED Logical Drive Label: AF2B6C6D5001438013590600F4AF Parity Group 0: physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 900.1 GB, OK) physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 900.1 GB, OK) physicaldrive 2I:1:5 (port 2I:box 1:bay 5, SAS, 900.1 GB, OK) physicaldrive 2I:1:7 (port 2I:box 1:bay 7, SAS, 900.1 GB, OK) Parity Group 1: physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK) physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK) physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SAS, 146 GB, OK) physicaldrive 2I:1:8 (port 2I:box 1:bay 8, SAS, 146 GB, OK) 

谢谢 !

这里最好的办法是使用大小相近的磁盘。 在这种情况下,你应该有所有900GB的磁盘。

你为什么只升级一半磁盘的大小呢?

他们都仍然在一个单一的逻辑驱动器,所以你的900GB磁盘基本上被视为146GB的驱动器。 目前情况下这个空间是不能回收的。

在更换剩余的四个磁盘之前,情况就是如此。 在这一点上, 未使用空间:0 MB将反映更多的数字。 您可以select扩展现有的逻辑驱动器,也可以将其他逻辑驱动器从未使用的空间中分离出来。

pro-tip:在一组磁盘上可以有不同RAID级别的逻辑驱动器! 每个逻辑驱动器都作为一个独立的块设备呈现给操作系统。

例如,以下8个磁盘arrays被刻成几个RAID10 RAID5卷:

 Smart Array P400 in Slot 8 (sn: P61630G9SVN702) array A (SAS, Unused Space: 404824 MB) logicaldrive 1 (72.0 GB, RAID 1+0, OK) logicaldrive 2 (120.0 GB, RAID 1+0, OK) logicaldrive 3 (100.0 GB, RAID 5, OK) logicaldrive 4 (100.0 GB, RAID 1+0, OK) physicaldrive 1I:1:1 (port 1I:box 1:bay 1, SAS, 146 GB, OK) physicaldrive 1I:1:2 (port 1I:box 1:bay 2, SAS, 146 GB, OK) physicaldrive 1I:1:3 (port 1I:box 1:bay 3, SAS, 146 GB, OK) physicaldrive 1I:1:4 (port 1I:box 1:bay 4, SAS, 146 GB, OK) physicaldrive 2I:1:5 (port 2I:box 1:bay 5, SAS, 146 GB, OK) physicaldrive 2I:1:6 (port 2I:box 1:bay 6, SAS, 146 GB, OK) physicaldrive 2I:1:7 (port 2I:box 1:bay 7, SAS, 146 GB, OK) physicaldrive 2I:1:8 (port 2I:box 1:bay 8, SAS, 146 GB, OK)