ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs branchcache delete

    Stop and remove the CIFS BranchCache service

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

    Description

    The vserver cifs branchcache delete command stops and removes the Vserver BranchCache configuration.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the CIFS-enabled Vserver whose BranchCache configuration you want to remove.

    -flush-hashes {true|false} - Delete Existing Hashes

    This parameter specifies whether to keep or delete all existing hashes after deleting the BranchCache service.

    Examples

    The following example stops and removes the BranchCache service on the Vserver vs1. It also deletes all existing hashes.

    cluster1::> vserver cifs branchcache delete -flush-hashes true -vserver vs1
    Top of Page