Posts
Showing posts from March 11, 2012
LAB: Exchange 2010 SP2 DAC – Part3–Configure DAC
- Get link
- X
- Other Apps
http://eightwone.com/2010/08/17/dac-active-manager-activate/ PrimaryActiveManager Get-DatabaseAvailabilityGroup -Status | fl identity,PrimaryActiveManager ActivationPreference Get-MailboxDatabase | fl identity,activationpreference DatabaseCopyAutoActivationPolicy 選用 DatabaseCopyAutoActivationPolicy 參數會指定所選取的信箱伺服器上信箱資料庫複本可用的自動啟用類型。此參數的值為: Blocked 無法在所選取的信箱伺服器上自動啟用資料庫。 IntrasiteOnly 可在同一個 Active Directory 站台上的伺服器中啟用資料庫複本。這可防止跨站台的容錯移轉或啟用。此屬性用於內送郵件資料庫複本 (例如作為主動複本的被動複本)。無法在此信箱伺服器上啟動已在另一個 Active Directory 站台上啟動資料庫複本的資料庫。 Unrestricted 對於在所選取的信箱伺服器上啟動信箱資料庫複本,並沒有任何特殊限制。 Get-MailboxServer -Identity LAB5-DAG12 | fl identity,DatabaseCopyAutoActivationPolicy Set-MailboxServer -Identity LAB5-DAG11 -DatabaseCopyAutoActivationPolicy IntraSiteOnly Enable DAC on DAG
LAB: Exchange 2010 SP2 DAC – Part4– Certificate for All CAS servers on both Primary & Backup sites
- Get link
- X
- Other Apps
LAB: Exchange 2010 SP2 DAC – Part2– Setup Backup Site
- Get link
- X
- Other Apps
Scenario 2: Active/Passive model with different namespaces http://www.msexchange.org/articles_tutorials/exchange-server-2010/high-availability-recovery/designing-site-resilient-exchange-2010-solution-part2.html CAS/HUB WNLB LAB5-CAS21 192.168.1.151 LAB5-CAS22 192.168.1.152 NLB VIP 192.168.1.150 CAS Array Mail11.Lab5.com New-Exchange 署站台恢復組態時,Exchange 2010 會變更您規劃命名空間設計的方式。正確的命名空間規劃對於讓資料中心轉換成功十分重要。從命名空間的角度來看,站台恢復組態中使用的每個資料中心都會被視為作用中。因此,每個資料中心在該站台的各種 Exchange 2010 服務 (包含 Outlook Web App、Outlook 無所不在、Exchange ActiveSync、Exchange Web 服務、RPC 用戶端存取、郵局通訊協定第 3 版 (POP3)、網際網路郵件存取通訊協定第 4 版 (IMAP4) 和簡易郵...
LAB: Exchange 2010 SP2 DAC – Part1– Setup Primary Site
- Get link
- X
- Other Apps
http://www.msexchange.org/articles_tutorials/exchange-server-2010/management-administration/planning-deploying-testing-exchange-2010-site-resilient-solution-sized-medium-organization-part2.html Primary Site Site Name LAB5-DefaultSite LAB5-AD1 192.168.1.101 Root CA LAB5-AD2 192.168.1.102 CAS/HUB WNLB LAB5-CAS01 192.168.1.117 LAB5-CAS02 192.168.1.118 NLB VIP 192.168.1...