ONTAP 9.12.1 commands

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

    Display licenses

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

    Description

    The ` system license show ` command displays the information about licenses in the system.

    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.

    [-serial-number <text>] - Serial Number

    If you use this parameter, the command displays information only about the licenses that matches the serial number you specify.

    [-package <Licensable Package>] - Package

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

    [-owner <text>] - Owner

    If you use this parameter, the command displays information only about the packages that matches the owner name you specify.

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

    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 matches the description you specify.

    [-type {license|site|demo|subscr|capacity|capacity-per-term|enabled}] - Type

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

    [-customer-id <text>] - Customer ID

    If you use this parameter, the command displays information only about the licenses that have the customer-id you specify.

    [-installed-license <text>] - Installed License Name

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

    [-host-id <text>] - Host Id

    If you use this parameter, the command displays information only about the license that have the host id you specify.

    [-capacity {<integer>[KB|MB|GB|TB|PB]}] - License Capacity

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

    Examples

    The following example displays information about all licensed packages in the cluster:

    cluster1::> system license show
    
    Serial Number: 1-81-0000000000000001122334455
    Owner: node2
    Installed License: Legacy Key
    Capacity: -
    Package           Type     Description           Expiration
    ----------------- -------- --------------------- -------------------
    NFS               license  NFS License           -
    CIFS              license  CIFS License          -
    iSCSI             license  iSCSI License         -
    SnapRestore       license  SnapRestore License   -
    FlexClone         license  FlexClone License     -
    S3                license  S3 License            -
    
    Serial Number: 123456789
    Owner: node1
    Installed License: Core Bundle
    Capacity: 10TB
    Package           Type     Description           Expiration
    ----------------- -------- --------------------- -------------------
    NFS               capacity NFS License           -
    CIFS              capacity CIFS License          -
    iSCSI             capacity iSCSI License         -
    SnapRestore       capacity SnapRestore License   -
    FlexClone         capacity FlexClone License     -
    S3                capacity S3 License            -
    12 entries were displayed.
    Top of Page