license add [ -license-code ] <License Key V2> ...
license delete [ -package ] <Package Name> ...
license show [ -instance ] [ [ -package ] <Package Name> ] [ -expiration <text> ] [ -description <text> ] [ -type [ license | site | demo ] ] [ -legacy [ yes | no ] ] [ -customer-id <text> ]
With no arguments, the license command is the equivalent of license show.
The storage system is shipped with license keys for all purchased features and packages, so you need to enter the license command only after you have purchased a new feature/package or if you reinstall the file system.
To install a license, use "license add <License Key V2>".
To remove a license, use "license delete <Package Name>".
All license keys are case-insensitive, as are the <Package Name> parameters to the "license delete" command.
node> license add abcdefghijklmnopqrstuvwxyzab
license add: successfully added license key "ABCDEFGHIJKLMNOPQRSTUVWXYZAB"
The following examples show the two forms the display output:
node> license show
Serial Number: 123456 Owner: toaster Package Type Description Expiration ----------------- ------- --------------------- -------------------- NFS demo NFS License 6/2/2014 08:00:00 CIFS site CIFS License - iSCSI demo iSCSI License 6/2/2014 08:00:00 FCP demo FCP License 3/12/2012 08:00:00 CDMI demo CDMI License 6/2/2014 08:00:00 SnapMirror site SnapMirror License - FlexClone site FlexClone License - SnapVault license SnapVault License - SnapLock site SnapLock License -
node> license show -instance
Serial Number: 123456 Package: NFS Owner: toaster Expiration Date: 6/2/2014 08:00:00 Description: NFS License Type: demo Legacy: no Customer ID: none
The following example shows how to delete the CIFS license:
node> license delete cifs
license delete: successfully deleted "cifs".