Posts

Showing posts from March 14, 2010

E14 – New-ClientAccessArray

Image
  “ In simple terms a CAS Array is a set of Exchange 2010 CAS servers that are load balanced using either Windows Network Load Balancing, Microsoft ISA Server or a third party load balancing appliance. Without configuring a CAS Array the Outlook client will connect to a single CAS server within the Active Directory Site and the connection would fail should that CAS server go offline. •So the array configuration takes two steps which are: 1. Configure the CAS servers in a Windows Network Load Balancing cluster. 2. Configure the CAS Array in Exchange. " There can be only one CAS array configured per Active Directory Site. Also while creating a new Mailbox database in the AD site, the value for the CAS Array was automatically picked up. New-ClientAccessArray –name “BQT CAS Array” –FQDN BQT-CAS.MSFT.corp.com   [PS] C:\Windows\system32> New-ClientAccessArray -name "MSFT CAS Array" -Fqdn "mail.MSFT.com" -Site "BQT"    

E2K7 CCR: How to Configure the Node and File Share Majority Quorum

Image
  如何設定檔案共用見證   < ShareUNCPath > 是指檔案共用的 UNC 路徑 (例如 \\E2K7HUB1\MNS_FSW_E2K7CCR)。 <CMSName> 是指叢集信箱伺服器的名稱 (例如 E2K7CCR)。 <Directory> 是指共用目錄的完整路徑 (例如 C:\MNS_FSW_DIR_E2K7CCR)。 <CSA> 是叢集服務帳戶。 <ClusterName> 是叢集本身的名稱 (例如 EXCLUS1)。     建立並保護檔案共用見證的檔案共用 在命令提示字元中執行下列命令,以建立將用於共用的目錄: mkdir <Directory> 建議對目錄名稱使用下列命名慣例:"MNS_FSW_DIR_< CMSName >" 執行下列命令來建立共用: net share <shareName>=<Directory> /GRANT:<CSA>,FULL 我們建議對共用名稱使用下列命名慣例:"MNS_FSW_< CMSName >" 執行下列命令來指派權限給共用: cacls <Directory> /G BUILTIN\Administrators:F <CSA>:F 使用叢集服務帳戶登入時,請確認可從第一個叢集節點存取共用。使用 Windows 檔案總管或另一個應用程式,驗證是否藉由開啟檔案共用來使用共用。若使用叢集服務帳戶以外的帳戶,則會收到「拒絕存取」的訊息。   設定 MNS 仲裁來使用檔案共用見證 若要設定內容,請在命令提示字元中執行下列命令: Cluster <ClusterName> res "Majority Node Set" /priv MNSFileShare=<ShareUNCPat