Skip to main content
NetApp Knowledge Base

Search

  • Filter results by:
    • View attachments
    Searching in
    About 1 results
    • https://kb.netapp.com/on-prem/ontap/da/NAS/NAS-KBs/Is_it_possible_to_create_one-way_Snapmirror_pair_volumes_on_the_existing_vserver_and_allow_access_to_each_exclusively_for_different_CIFS_users_respectively
      Yes,to create one-way SnapMirror volumes "AAARW" and "BBBDP" and provide CIFS access exclusively to users existing vserver\AAAA and existing vserver\BBBB, follow the steps below: vserver cifs share ac...Yes,to create one-way SnapMirror volumes "AAARW" and "BBBDP" and provide CIFS access exclusively to users existing vserver\AAAA and existing vserver\BBBB, follow the steps below: vserver cifs share access-control create -vserver existing vserver -share AAARW -user-or-group existing vserver\AAAA -permission Full_Control vserver cifs share access-control create -vserver existing vserver -share BBBDP -user-or-group existing vserver\BBBB -permission Full_Control