|
SSA CLI 54Syntax: add drives=[#:]#:#,[#:]#:#,[#:]#:#–[#:]#:#,...|allunassigned [forced]where is an array (or a logical drive, if the array contains only one logical drive). The forcedparameter represses any warning message prompts. If you specify a drive range, any drives in the range thatdo not meet the previous criteria are not used.If you add an odd number of drives to an array that contains a RAID 1+0 logical drive, you are prompted toconvert the RAID 1+0 logical drive to RAID 5 or RAID 6 (ADG). Adding the forced parameter to the commandprevents this prompt from appearing.Example commands:=> ctrl slot=3 array A add drives=1:0,1:1=> ctrl slot=4 ld 1 add drives=allunassigned=> ctrl slot=5 array A add drives=1:1–1:5Shrinking an arrayYou can shrink the size of an array by removing a drive from an existing array. Observe the following criteria: After the shrink, the array must have sufficient capacity to contain all of the configured logical volumes. You may not remove drives from the array if the resulting number of drives does not support the faulttolerance (RAID level) of any existing logical drive. For example, if you have an array with four physicaldrives and a RAID 5 logical drive, you can remove, at most, one drive, because RAID 5 requires at leastthree physical drives. If the array contains a RAID 1+0 logical drive, you can remove only an even number of drives. If the array contains a compound RAID (RAID 50 or RAID 60) logical drive, you can remove drives only inmultiples of the number of parity groups. For example, an array with 10 physical drives and a RAID 50logical drive can be shrunk by removing two or four drives only.Syntax: remove drives=[#:]#:#-[#:]#:#where is an array, and the specified physical drives are being removed to shrink the array.For example, in an existing array (array a), six drives (1e:1:4-1e:1:9) are in use. With all criteria met, you canshrink the array to four drives by removing the last two drives with the command: removedrives=1e:1:8-1e:1:9Example commands:=> array a remove drives=1e:1:12-1e:1:14=> array b remove drives=1c:1:6-1c:1:7Moving an arrayYou can move an array by designating different physical drives for the array. To move the array, each of thephysical drives where the array will reside must meet the following criteria: It must be an unassigned drive. It must be of the same type as the physical drives currently in the source array (for example, SATA orSAS). The destination drives must have sufficient capacity to hold all the logical drives present in the sourcearray.Like array creation and expansion, the useable space in all drives is reduced to the size of the smallestphysical drive in the destination disk set.Moving an array automatically removes any previously assigned spare drives. If spares are assigned to theexisting array, they must be designated for the array when it is moved.Syntax: PreviousNext |