ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system license status show

    (DEPRECATED)-Display license status

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

    Description

    This command is deprecated and may be removed in a future release of Data ONTAP. Use the "system license show-status " command.

    This command displays the list of licensable packages in the system and their current licensing status.

    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.

    [-package <Licensable Package>] - Package Name

    If you use this parameter, the command displays information only about the specified package.

    [-method {none|license|site|demo|subscr|capacity|enabled}] - Licensed Method

    If you use this parameter, the command displays information only about the packages with the specified licensed method.

    [-expiration <MM/DD/YYYY HH:MM:SS>] - Expiration Date

    If you use this parameter, the command displays information only about the licenses that have the expiration date you specify.

    [-description <text>] - Description

    If you use this parameter, the command displays information only about the licenses that match the description you specify.

    [-status-details <text>] - Additional Information About Status

    This option displays additional information regarding the cluster-level license status for license methods.

    Examples

    The following example displays the license status of the cluster:

    cluster1::> system license status show
    Package            Licensed Method  Expiration            Status Details
    -----------------  ---------------  --------------------  ----------------------
    Base               site             -                     -
    NFS                site             -                     -
    CIFS               demo             12/7/2015 00:00:00    Demo expires on given date
    iSCSI              none             -                     -
    FCP                none             -                     -
    SnapRestore        none             -                     -
    SnapMirror         none             -                     -
    FlexClone          none             -                     -
    SnapVault          none             -                     -
    SnapLock           none             -                     -
    SnapManagerSuite   none             -                     -
    SnapProtectApps    none             -                     -
    V_StorageAttach    none             -                     -
    SnapLock_Enterprise
                       none             -                     -
    Insight_Balance    none             -                     -
    OCShift            none             -                     -
    Cloud              subscr           12/15/2015 00:00:00   Subscription expires on given date
    17 entries were displayed.
    Top of Page