ONTAP 9.12.1 commands

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

    (DEPRECATED)-Show license capacity 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.

    The system license capacity show command displays the information about the licenses in the system that are specifically related to storage capacity limits.

    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 <Node Serial Number>] - Serial Number

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

    [-package <Licensable Package>] - Package

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

    [-owner <text>] - Owner

    If you use this parameter, the command displays information only about the capacity-related licenses that have the owner you specify.

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

    If you use this parameter, the command displays information only about the capacity-related licenses that have the maximum amount of attached storage capacity you specify.

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

    If you use this parameter, the command displays information only about the capacity-related licenses that apply to the node with the current attached capacity you specify.

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

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

    [-reported-state {evaluation|warning|missing|enforcement|installed}] - Reported State

    If you use this parameter, the command displays information only about the capacity-related licenses that have the reported state you specify.

    [-node {<nodename>|local}] - Node Name

    If you use this parameter, the command displays information only about the capacity-related licenses that apply to the node you specify.

    Examples

    The following example displays information about all capacity-related licensed packages in the cluster, for a hypothetical cluster of four nodes:

    Note that for some nodes below, the maximum capacity is displayed as "-" (meaning "unlimited"). This happens when there is no capacity license for the node - the node is operating with a limited-time temporary capacity license.

    cluster1::> system license capacity show
    
    Node:          node1
    Serial Number: 1-81-0000000000001234567890123456
                                  Max  Current
    Package                  Capacity Capacity Expiration
    ------------------------ -------- -------- -------------------
    Select                        2TB  15.81GB 4/11/2016 00:00:00
    Node:          node2
    Serial Number: 1-81-0000000000000000000123456788
                                  Max  Current
    Package                  Capacity Capacity Expiration
    ------------------------ -------- -------- -------------------
    Select                          -  10.40TB 4/11/2016 00:00:00
    Node:          node3
    Serial Number: 1-81-0000000000000000000123456789
                                  Max  Current
    Package                  Capacity Capacity Expiration
    ------------------------ -------- -------- -------------------
    Select                          -  10.40TB 4/11/2016 00:00:00
    Node:          node4
    Serial Number: 1-81-0000000000001234567890123456
                                  Max  Current
    Package                  Capacity Capacity Expiration
    ------------------------ -------- -------- -------------------
    Select                        2TB  15.81GB 4/11/2016 00:00:00
    Top of Page