Creating continuously available SMB shares
After you create your data volumes, you can create the continuously available shares that the application servers use to access Hyper-V virtual machine and configuration files and SQL Server database files. You should use the share configuration worksheet as you create the SMB shares.
Example
The following commands create a continuously available share named data2
on storage virtual machine (SVM, formerly known as Vserver) vs1. Symlinks are disabled by setting the -symlink parameter to "" :
cluster1::> volume show -vserver vs1 -junction
Junction Junction
Vserver Volume Active Junction Path Path Source
--------- ----------- -------- ---------------- ------------
vs1 data true /data RW_volume
vs1 data1 true /data/data1 RW_volume
vs1 data2 true /data/data2 RW_volume
vs1 vs1_root - / -
cluster1::> vserver cifs share create -vserver vs1 -share-name data2 -path /data/data2
-share-properties oplocks,continuously-available -symlink ""
cluster1::> vserver cifs share show -vserver vs1 -share-name data2
Vserver: vs1
Share: data2
CIFS Server NetBIOS Name: VS1
Path: /data/data2
Share Properties: oplocks
continuously-available
Symlink Properties: -
File Mode Creation Mask: -
Directory Mode Creation Mask: -
Share Comment: -
Share ACL: Everyone / Full Control
File Attribute Cache Lifetime: -
Volume Name: -
Offline Files: manual
<span className="ph">Vscan File-Operations Profile: standard</span>
Give documentation feedback