ONTAP 9.12.1 commands

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

    Begin lease reconciliation

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

    Description

    The ` system license update-leases` command attempts to update (that is, renew) any capacity pool leases that have expired.

    Parameters

    [-node {<nodename>|local}] - Nodes to Attempt Renewal

    This optional parameter directs the system to update leases for only the specified nodes.

    [-force {true|false}] - Force Renewal of Valid Leases

    This optional parameter, if set with a value of "true", directs the system to update all leases for a node, not just those that have expired.

    Examples

    The following example updates all leases on a node:

    cluster1::*> system license update-leases -node node1 -force true
    Number of Leases Updated: 3
     Number of Leases Not Updated: 0 (error), 0 (already up-to-date)
    Top of Page