ONTAP 9.12.1 commands

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

    Display license manager status

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

    Description

    The ` system license license-manager check ` checks the connectivity status of a node to the License Manager that the node was configured to use. The status of a node might indicate that the License Manager is inaccessible. If so, the status message contains additional text in parentheses. The text options and descriptions are as follows:

    • license_expired : The License Manager has a license, but it is expired.

    • network_error : The node is unable to establish basic network connectivity.

    • no_valid_license : The License Manager does not have a valid capacity pool license.

    All other values indicate an internal error.

    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.

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

    This parameter directs the system to display results for the License Manager configured for the specified node.

    [-status <text>] - Status

    This parameter directs the system to display results for the given status message.

    Examples

    The following examples check the status of the configured License Manager, before and after its license has expired:

    cluster1::*> system license license-manager check -node node1
    Node: node1
    LM status: License Manager (1.2.3.4:5678) is accessible.
    
    cluster1::*> system license license-manager check
    
    Node             Status
    ---------------  ------------------------------------------------------
    node1            License Manager (1.2.3.4:5678) is accessible.
    node2            License Manager (1.2.3.4:5678) is accessible.
    2 entries were displayed.
    cluster1::*> system license license-manager check -node node1
    Node: node1
    LM status: License Manager (1.2.3.4:5678) is inaccessible (license_expired).
    
    cluster1::*> system license license-manager check
    
    Node             Status
    ---------------  ------------------------------------------------------
    node1            License Manager (1.2.3.4:5678) is inaccessible (license_expired).
    node2            License Manager (1.2.3.4:5678) is inaccessible (license_expired).
    2 entries were displayed.
    Top of Page