ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs cache settings show

    Display CIFS Cache Configuration

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

    Description

    The vserver cifs cache settings show command displays information about the Windows users cache configuration of the specified Vserver.

    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 ] }

    Use this parameter to display detailed information about the Windows users cache configuration settings.

    [-vserver <vserver name>] - Vserver

    Use this parameter to display information about the Windows users cache configuration settings for the Vserver you specify.

    [-is-enabled {true|false}] - Is Cache Enabled?

    Use this parameter to display information only about the Windows users cache configuration settings that have the specified cache enabled setting. Value true displays only the entries that have cache enabled and value false displays only the entries that have cache disabled.

    [-is-negative-cache-enabled {true|false}] - Is Negative Cache Enabled?

    Use this parameter to display information only about the Windows users cache configuration settings that have the specified negative cache enabled setting. Value true displays only the entries that have negative cache enabled and value false displays only the entries that have negative cache disabled.

    [-ttl <[<integer>h][<integer>m][<integer>s]>] - Time to Live

    Use this parameter to display information only about the Windows users cache configuration settings that have the specified Time to Live.

    [-negative-ttl <[<integer>h][<integer>m][<integer>s]>] - Negative Time to Live

    Use this parameter to display information only about the Windows users cache configuration settings that have the specified negative Time to Live.

    [-is-propagation-enabled {true|false}] - Is Propagation Enabled?

    Use this parameter to display information only about the Windows users cache configuration settings that have the specified propagation enabled setting. Value true displays only the entries that have the propagation of cached entries to sid-to-name cache enabled and value false displays only the entries that have the propagation of cached entries to sid-to-name cache disabled.

    Examples

    The following example shows how to display the Windows users cache configuration settings for all the Vservers:

    cluster1::> vserver cifs cache settings show

    The following example shows how to display the Windows users cache configuration settings for Vserver vs0:

    cluster1::> vserver cifs cache settings show -vserver vs0

    The following example shows how to display the Windows users cache configuration settings that have cache disabled:

    cluster1::> vserver cifs cache settings show -is-enabled false
    Top of Page