ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • storage automated-working-set-analyzer start

    Command to start Automated Working Set Analyzer on node or aggregate

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

    Description

    The automated-working-set-analyzer start command enables the Automated Workload Analyzer that is capable of doing the following:

    • Flash Pool modeling for an aggregate

    • Flash Cache modeling for a node - can not specify an aggregate.

    • Working set size estimation

    • Workload monitoring

    Parameters

    -node <nodename> - Node Name

    This parameter indicates the node name that the AWA instance runs on.

    [-flash-cache {true|false}] - Flash Cache Node-wide Modeling

    This parameter indicates whether the AWA is modeling flash-cache.

    [-aggregate <aggregate name>] - Aggregate

    This parameter indicates the aggregate name that the AWA instance runs on.

    [-working-set-size {true|false}] - Working Set Size

    This parameter indicates whether the AWA instance is configured to find the working set size.

    Examples

    cluster1::> storage automated-working-set-analyzer start -node vsim1 -aggregate aggr0
    Top of Page