ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • cluster image package show-repository

    Display information about packages available in the cluster image package repository

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

    Description

    The cluster image package show-repository command displays the package versions that are in the cluster package repository. By default, the command displays the following information:

    • Package version

    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.

    | [-detail ]

    This parameter specifies that detailed information should be displayed.

    | [-instance ] }

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

    [-download-ver <text>] - Downloaded Version

    Displays packages with the specified download version.

    [-component-name <text>,…​] - Component Name

    Displays packages for the specified component.

    [-component-version <text>,…​] - Component Version

    Displays packages with the specified component version.

    [-package-build-time <MM/DD/YYYY HH:MM:SS>] - Package Build Time

    Displays packages with the specified build time.

    Examples

    The following example displays the packages in the cluster package repository:

    cluster1::> cluster image package show-repository
    Package Version Package Build Time
    --------------- ------------------
    8.3             9/12/2014 10:27:33
    Top of Page