NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Simulator Discussions

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

Chandran
2,318 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
1,776 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