ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume efficiency inactive-data-compression start

    Start inactive data compression on a volume.

    Availability: This command is available to cluster and Vserver administrators at the advanced privilege level.

    Description

    The volume efficiency inactive-data-compression start command is used to start inactive data compression on a volume.

    Parameters

    -vserver <vserver name> - Vserver Name

    This specifies the vserver of the volume.

    -volume <volume name> - Volume Name

    This specifies the volume on which inactive data compression should be started.

    [-s, -inactive-days <integer>] - Compression Days Count

    Data older than 'inactive-days' days is compressed.

    [-m, -scan-mode {default|compute_compression_savings}] - scanner mode

    This specifies in which mode inactive data compression scanner should be started. Two mode available 'default' and 'compute_compression_savings'. 'default' scanner will start compressing the cold data in volume. 'compute_compression_savings' scanner will calculate the auto adaptive compression savings on the volume.

    Examples

    The following example displays information for starting inactive data compression scan on volume "vol1":

    cluster:::> volume efficiency inactive-data-compression start -vserver vs1 -volume vol1
    Inactive data compression scan started on volume vol1 in Vserver vs1.
    Top of Page