The start volume initialize command initializes or re-initializes a thin volume.
This command applies to any individual storage array, including the E2700, E5600, E2800, E5700, EF600 and EF300 arrays, as long as all SMcli packages are installed.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Storage Admin role.
The action depends on the parameters used:
start volume [volumeName] initialize [existingRepositoryLabel=existingRepositoryName] [diskPool=diskPoolName capacity=capacityValue] [retainRepositoryMembers=(TRUE|FALSE)]
Parameter | Description |
---|---|
volume | The name of the volume on which you are starting the initialization. Enclose the volume name in square brackets ([ ]). If the volume name contains special characters or numbers, you must enclose the volume name in double quotation marks (" ") inside square brackets. |
existingRepositoryLabel | This parameter replaces the repository volume by the candidate volume specified.
If the existing repository volume name contains special characters or consists only of numbers, you must enclose the volume name in double quotation marks (" "). |
diskPool | The name of the disk pool in which you want to create a new repository volume with the specified capacity. If the disk pool name contains special characters or consists only of numbers, you must enclose the disk pool name in double quotation marks (" "). You must use this parameter with the capacity parameter to create a new repository volume with the specified capacity. |
capacity | The size that you want to set for the repository volume that you are creating. Size is defined in units of bytes, KB, MB, GB, or TB. The minimum physical capacity is 4 GB. The maximum physical capacity is 257 TB. You must use this parameter with the diskPool parameter to create a new repository volume with the specified capacity. |
retainRepositoryMembers | If this parameter is set to TRUE, the old repository is retained. By default, the old repository is deleted. This parameter is ignored if the existing repository is reused. |
If you do not specify a volume with the volume parameter, this command resets the metadata in the repository and, in effect, causes the thin volume to appear empty to the host. If you specify a volume with the volume parameter, that volume is either replaced by a newly created volume or by an existing volume if you specify one with the existingRepositoryLabel parameter. If you specify an existing volume with the existingRepositoryLabel parameter that is in a different disk pool, the thin volume will change ownership to the new disk pool.
The volume parameters of the thin volume, such as virtual capacity, quota and warning threshold, retain their previous values after you reinitialize the thin volume.
The following table lists the capacity limits for a thin volume.
Type of Capacity | Size |
---|---|
Minimum virtual capacity | 32 MB |
Maximum virtual capacity | 256 TB |
Minimum physical capacity | 4 GB |
Maximum physical capacity | 257 TB |
Thin volumes support all of the operations that standard volumes do with the following exceptions:
If you want to change a thin volume to a standard volume, use the volume copy operation to create a copy of the thin volume. The target of a volume copy is always a standard volume.
7.83
8.30 increases the maximum capacity of a thin volume to 256 TB.