Simulator Discussions

ONTAP 9.11.1 issues - Share paths created using the CIFS\SMB protocol are not getting created

Chandran
662 Views

Using ONTAP 9.11.1 simulator created 2 node cluster on the ESXI server using OVA file.

Created SVM using CIFS protocol and using the SVM created the volume using the system manager. using the LIF IPs

10.221.143.57 and 10.221.143.59

Created volume0 and this created the share \\10.221.143.57\volume0 and \\10.221.143.59\volume0. These shares are not getting created. 

Refer to the attached screenshot. 

Please let me know how to overcome this issue.

 

 

1 REPLY 1

wareer
120 Views

You can create a share based on the official documentation

https://docs.netapp.com/us-en/ontap/smb-config/create-share-task.html 

If no  junction-path is created during volume creation, run the following command:

mount -volume  <volme>  -junction-path <junction path> 

Public