Posts

Showing posts with the label DAC

Ref: E2010 WSB does not support passive database copies (DAG)

    http://exchangeserverpro.com/exchange-2010-passive-database-copies-included-backups-dag-members   So what do we learn from this? Reminder, the below should be read in conjunction with the notice at the start of the article, as backing up passive database copies using Windows Server Backup is not a supported scenario Yes, passive database copies stored on a volume are backed up by Windows Server Backup Yes, this allows backups of passive database copies to be restored, although not directly Yes, this would allow a backup of a passive database copy to be used for disaster recovery of a database No, the backup time stamp is not written when a passive database copy is backed up, so any monitoring of backups that involves checking that time stamp needs to take that into consideration http://blog.chrislehr.com/2010/03/exchange-2010-dag-backups-using-windows.htm

LAB: Exchange 2010 SP2 DAC – Part5 – Start Site Failover

Image
 

LAB: Exchange 2010 SP2 DAC – Part3–Configure DAC

Image
    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

Image
  Root Enterprise CA Service   Configure Enterprise Certificate for 4 CAS servers on both Primary & Backup site     Export Exchange Certificate     Import-ExchangeCertificate     Assign Service to Certificate

LAB: Exchange 2010 SP2 DAC – Part2– Setup Backup Site

Image
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

Image
  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...