Friday, January 17, 2014

Creating Microsoft Cluster File Share with dependencies

Creating Cluster File Share with dependencies

Error 1: System error 123 has occurred (0x0000007b).
The filename, directory name, or volume label syntax is incorrect.
Solution: Cluster Resource Name is not provided in the cluster command


Error 2: System error 5013 has occurred (0x00001395).
The cluster group could not be found.

Solution: Check if the cluster group mentioned in the command is present in the cluster administration console(cluadmin)


Error 3: System error 3 has occurred (0x00000003).
The system cannot find the path specified.


Below command can used to create cluster share from command line
cluster resource "Share1$" /create /group:"Server 2" /restype:"File Share" /privproperties ShareName="Share1$":STRING Path="D:\Apache\TEMP" /AddDependency:"D disk" /AddDependency:"WINDOWS45SRV"