Network and Storage Protocols
Network and Storage Protocols
Hi,
I have 1000 cifs shares on production filer1. Now I need to create these 1000 shares on DR filer. We have same volume names in DR Filer. Is there anyway to get this done with a script or easy way?
Thanks,
7-mode
You could copy config_share.cfg and edit it for the target... then with cifs terminated, copy the file (nfs, ndmp, or non-cifs method) to the target, then cifs restart.
For cDOT (not this case), there is a really good script Justin posted http://www.datacenterdude.com/storage/backup-restore-cifs-shares-netapp-clustered-data-ontap-powershell/
I can not terminate the cifs since users are accessing shares.
You could take the content of cifsshare_config.cfg and use it to create a command line script to create the shares you want... enter the lines on the target after edits if needed.
One point to note...when cifsconfig_share.cfg is parsed at cifs startup, it takes the cifs access as listed. When you enter a cifs shares command to create a share at the command line, it automatically adds "EVERYONE / FULL CONTROL".. so if you don't want that or it isn't on the source, then you need to cifs access to delete everyone after you create the share from the cli.
I am not using vfiler 🙂 I want a script which can grap the shares from filer1 and create same shares in DR filer with ACL.