Hi,
I know I can use the cluster command to created file shares which are cluster aware on 2003 R2, but this doesn't work as well on 2008 R2 (https://support.microsoft.com/kb/284838?wa=wsignin1.0) - in addition, the properties mapping won't work on 2008 R2 such as "cluster . res "ClusterFS" /AddDep:"Disk X:".
Is there a supported way to create a cluster file share via the command line on 2008 R2? I've tested this using "net share" and feeding my input parameters in, as long as I do it on the active node and use a clustered disk, the share is visible on the cluster node and it moves over with my file server resource when I move services to a second node.
Net share file share creation works fine, but I'm wondering whether it's supported for clusters and if not, what's the recommended Ms way? I striggled to do this in PowerShell, which is odd as I thought creating a cluster file share would be bread and butter for PS.
Thanks