ONTAP 9.12.1 commands

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

    Fetch a package file from a URL into the cluster image package repository

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

    Description

    The cluster image package get command fetches a Data ONTAP package file specified by the URL into the cluster. The package is stored in the cluster package respository and the information from the package is stored in the update database.

    Parameters

    -url <text> - Package URL

    Specifies the URL from which to get the package.

    Examples

    The following example displays how to get a package from a URL:

    cluster1::> cluster image package get -url http://example.com/image.tgz
    Top of Page