ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system feature-usage show-history

    Display Feature Usage History

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

    Description

    Display feature usage information in the cluster on a per-node and per-week basis.

    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

    Displays feature usage information for the specified node name.

    [-serial-number <Node Serial Number>] - Node Serial Number

    Displays feature usage information for the specified serial number.

    [-feature-name <Managed Feature>] - Feature Name

    Displays feature usage information for the specified feature name.

    [-week-number <Sequence Number>] - Week Number

    Displays feature usage information for the specified week number.

    [-usage-status {not-used|configured|in-use|not-available}] - Usage Status

    Displays feature usage information that matches the specified usage status.

    [-date-collected <MM/DD/YYYY HH:MM:SS>] - Collection Date

    Displays feature usage information that is collected on the day matching the specified date.

    [-owner <text>] - Owner

    Displays feature usage information for the specified owner name.

    [-feature-message <text>] - Feature Message

    Displays feature usage information that contains the specified feature message.

    Examples

    The following example displays a usage output filtered by the serial number and feature name:

    cluster1::> system feature-usage show-history -serial-number 1-81-0000000000000001122334455 -feature-name NFS
    Node Serial Number: 1-81-0000000000000001122334455
    Feature Name: NFS
    Owner: node1
    Week # Usage Status      Date Collected       Feature Message
    ------ ----------------- -------------------- --------------------------
         4 in-use            01/22/13 10:00:00
         3 in-use            01/15/13 10:00:00
         2 not-used          01/08/13 10:00:00
         1 configured        01/01/13 10:00:00
    
    4 entries were displayed.
    Top of Page