카테고리 없음2012. 3. 8. 16:15

이건 File Server Cluster 시나리오에서 이용할 수 있어요.
예를 들어 4 Node File Share Cluster를 Scale-out 으로 구축 했다면 동일한 폴더에 대해서 4개의 node가 모두 서비스를 하게 되는 것이죠.

어떻게 구성하나요?
간단하게~ Powershell 로 알려드릴께요.

일단 클러스터 구성하는 것은 같아요.
New-Cluster –Name “ClusterName” –Node “node01, node02”

그 다음 Scale-Out File Server 로 구성해 주면 되요.
Add-ClusterSharedVolume “Cluster Disk #”
Add-ClusterScaleOutFileServerRole –Name “FileShareName”

참고
설명 : http://technet.microsoft.com/en-us/library/hh831349.aspx
구성 : http://technet.microsoft.com/en-us/library/hh831359.aspx
문제 해결 : http://www.microsoft.com/download/en/details.aspx?id=29009

Posted by MayStyle