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}] - Type
 - If you use this parameter, the command displays information only about the licenses that have the license type you specify.
 - [-legacy {yes|no}] - Legacy
 - If you use this parameter, the command displays information only about the licenses that matches the legacy field 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.
 
Examples
The following example displays default information about all licensed packages in the cluster:
cluster1::> system license show
Serial Number: 1-80-123456
Owner: cluster1
Package           Type    Description           Expiration
----------------- ------- --------------------- --------------------
Base              site    Cluster Base License  -
NFS               site    NFS License           -
iSCSI             site    iSCSI License         -
Serial Number: 1-81-0000000000000001122334455
Owner: node1
Package           Type    Description           Expiration
----------------- ------- --------------------- --------------------
NFS               license NFS License           -
SnapRestore       license SnapRestore License   -
5 entries were displayed.
Give documentation feedback