ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage aggregate inode-upgrade show

    Display inode upgrade progress

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

    Description

    The storage aggregate inode-upgrade show command displays information about aggregates undergoing the inode upgrade process. The command output depends on the parameter or parameters specified with the command. If no parameters are specified, the command displays the default fields about all aggregates undergoing the inode upgrade process. The default fields are:

    • aggregate

    • status

    • scan-percent

    • remaining-time

    • space-needed

    • scanner-progress

    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 <text>] - Aggregate Name

    If this parameter is specified with the -node parameter, the command displays detailed information about the specified aggregate. If only this parameter is specified, the command displays information about all aggregates that match the specified name.

    [-node <nodename>] - Node Name

    If this parameter is specified, the command displays information only about the aggregate or aggregates that are located on the specified node.

    [-status {pending|scanning|suspended-initalizing|suspended|cleanup-pending|cleanup|cleanup-done|suspended-aborting|suspended-removing|suspended-while-removing|suspended-ironing}] - Upgrade Status

    If this parameter is specified, the command displays information only about the aggregate or aggregates that match the specified inode upgrade status.

    [-scan-percent <percent>] - Upgrade Scan Percent Complete

    If this parameter is specified, the command displays information only about the aggregate or aggregates that match the specified inode upgrade progress percentage.

    [-space-needed {<integer>[KB|MB|GB|TB|PB]}] - Space Needed to Complete Upgrade

    If this parameter is specified, the command displays information only about the aggregate or aggregates where the space needed to complete the upgrade process matches the specified size.

    [-remaining-time <[<integer>h][<integer>m][<integer>s]>] - Remaining Upgrade Time

    If this parameter is specified, the command displays information only about the aggregate or aggregates where the remaining time to complete the inode upgrade process matches the specified time.

    [-scanner-progress <text>] - Scanner Progress

    If this parameter is specified, the command displays information only about the aggregate or aggregates where the progress of the inode upgrade process matches the input.

    Examples

    The following example displays information about all aggregates undergoing the inode upgrade process:

    cluster1::> storage aggregate inode-upgrade show
    Aggregate Status    %Complete Time Remaining Space Needed Inode Progress
    --------- --------- --------- -------------- ------------ --------------
    aggr0     pending   0%        -              20.36MB      Public : Inode 0 out of 65562
    aggr1     pending   0%        -              19.84MB      Public : Inode 0 out of 63714
    Top of Page