ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate efficiency cross-volume-dedupe show

    Display aggregate cross volume deduplication efficiency details

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    The storage aggregate efficiency cross-volume-dedupe show command displays information in detail about the different storage efficiency of all the aggregates.If no parameters are specified, the command displays the following information for all aggregates:

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-aggregate <aggregate name>] - Aggregate

    Displays the aggregate name. If this parameter is specified, the command displays detailed information about the storage efficiency of the specified aggregate.

    [-node {<nodename>|local}] - Node

    Displays the node which owns the aggregate. If this parameter is specified, the command displays storage efficiency information only about the aggregates that are located on the specified node.

    [-background-progress <text>] - Progress

    Displays the information for the aggregates that match the specified progress.

    [-background-op-status <text>] - Operation Status

    Displays the information for the aggregates that match the specified operation status.

    [-background-last-op-state <text>] - Last Operation State

    Displays the information for the aggregates that match the specified last operation state.

    [-background-last-success-op-begin <Date>] - Last Success Operation Begin Time

    Displays the information for the aggregates that match the specified last successful operation begin time.

    [-background-last-success-op-end <Date>] - Last Success Operation End Time

    Displays the information for the aggregates that match the specified last successful operation end time.

    [-background-last-op-begin <Date>] - Last Operation Begin Time

    Displays the information for the aggregates that match the specified last operation begin time.

    [-background-last-op-end <Date>] - Last Operation End Time

    Displays the information for the aggregates that match the specified last operation end time.

    [-background-last-op-error <text>] - Last Operation Error

    Displays the information for the aggregates that match the specified last operation error.

    [-background-stage <text>] - Stage

    Displays the information for the aggregates that match the specified stage.

    [-background-checkpoint-time <Date>] - Checkpoint Time

    Displays the information for the aggregates that match the specified checkpoint time.

    [-background-checkpoint-op-type <text>] - Checkpoint Operation Type

    Displays the information for the aggregates that match the specified checkpoint operation type.

    [-background-checkpoint-stage <text>] - Checkpoint Stage

    Displays the information for the aggregates that match the specified checkpoint stage.

    [-background-dedupe {true|false}] - Background State

    Displays the information for the aggregates that match the specified cross volume background dedupe state.

    [-inline-dedupe {true|false}] - Inline State

    Displays the information for the aggregates that match the specified cross volume inline dedupe state.

    [-dedupe-savings {true|false}] - Has Cross Volume Deduplication Savings

    Displays the information for the aggregates that has some savings from cross volume deduplication.

    Examples

    The following example displays information about all aggregates that are owned by nodes in the local cluster:

    cluster:::> storage aggregate efficiency cross-volume-dedupe show
    
    Aggregate: aggr0
         Node: vivek6-vsim2
    
    Has Cross Volume Deduplication Savings:                        false
    
    --------:Cross Volume Background Deduplication Status:--------
    State:                                                         false
    Progress:                                                      -
    Operation Status:                                              Idle
    Last Operation State:                                          Success
    Last Success Operation Begin Time:                             -
    Last Success Operation End Time:                               -
    Last Operation Begin Time:                                     -
    Last Operation End Time:                                       -
    Last Operation Error:                                          Operation succeeded
    Stage:                                                         -
    Checkpoint Time:                                               -
    Checkpoint Operation Type:                                     -
    Checkpoint Stage:                                              -
    
    -----------:Cross Volume Inline Deduplication Status:---------
    State:                                                         false
    Aggregate: aggr1
         Node: vivek6-vsim2
    
    Has Cross Volume Deduplication Savings:                        true
    
    --------:Cross Volume Background Deduplication Status:--------
    State:                                                         true
    Progress:                                                      -
    Operation Status:                                              Idle
    Last Operation State:                                          Success
    Last Success Operation Begin Time:                             Wed Aug 30 06:31:50 2017
    Last Success Operation End Time:                               Wed Aug 30 06:31:50 2017
    Last Operation Begin Time:                                     Wed Aug 30 06:31:50 2017
    Last Operation End Time:                                       Wed Aug 30 06:31:50 2017
    Last Operation Error:                                          Operation succeeded
    Stage:                                                         Cross volume sharing Done
    Checkpoint Time:                                               -
    Checkpoint Operation Type:                                     -
    Checkpoint Stage:                                              -
    
    -----------:Cross Volume Inline Deduplication Status:---------
    State:                                                         true
    
    2 entries were displayed.
    Top of Page