ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate show-auto-provision-progress

    Display aggregate auto provision status

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

    Description

    The storage aggregate show-auto-provision-progress command displays the status of the most recent auto provision operation. The command output displays the progress for all the aggregates included in the provisioning operation. The command displays the following information about each aggregate:

    • Aggregate

    • Current Usable Size

    • Target Usable Size

    • Provisioning Progress

    Examples

    The following example displays the information about all aggregates that are provisioned during the aggregate auto provision operation:

    cluster1::> aggr auto-provision
    Node               New Data Aggregate            Usable Size
    ------------------ ---------------------------- ------------
    node1              node1_SSD_1                       23.65GB
    node2              node2_SSD_1                       23.65GB
    ------------------ ---------------------------- ------------
    Total:             2   new data aggregates           47.30GB
    
    Do you want to create recommended aggregates? {y|n}: y
    
    Info: Aggregate auto provision has started. Use the "storage aggregate
          show-auto-provision-progress" command to track the progress.
    
    cluster1::> storage aggregate show-auto-provision-progress
                                      Current       Target
    Aggregate                     Usable Size  Usable Size Provisioning Progress
    ---------------------------- ------------ ------------ -----------------------
    node1_SSD_1                            0B      23.65GB Creating
    node2_SSD_1                            0B      23.65GB Creating
    
    cluster1::> storage aggregate show-auto-provision-progress
                                      Current       Target
    Aggregate                     Usable Size  Usable Size Provisioning Progress
    ---------------------------- ------------ ------------ -----------------------
    node1_SSD_1                       23.65GB      23.65GB Completed
    node2_SSD_1                       23.65GB      23.65GB Completed
    Top of Page