Hi, We have Exchange 2007 A/P 2 node SCC cluster setup with Exchange 2007 SP1. Recently due to the AD corruption I have restored the AD from the backup (This Backup was done while upgrading mailbox clusters to the SP1). After the backup I had to rebuild the SYSVOL folder. Now everything works fine except a couple of issues. Issue 1: Whenever I try to move mail box cluster from exchange management console; in the select target machine window, only one node is displayed... even if we search for the other node, it wonât display the other node. Issue 2:- whenever we move a cluster to other node, one warning followed by an error is being noted in application log. Warning:- Event Type: Warning Event Source: MSExchange Cluster Event Category: ExRes Event ID: 1032 Date: 6/27/2008 Time: 8:59:22 PM User: N/A Computer: RCB-EXCNODE02 Description: Clustered Mailbox Server: RCB-EXC01 Physical Server: RCB-EXCNODE02 Failed to register the Exchange-specific service principal names in Active Directory while bringing resource 'Exchange System Attendant Instance (RCB-EXC01)' online. Impersonation was not attempted. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 98 20 07 80 ? .? ------------------------------------------------------------------------------------------------ Error:- Event Type: Error Event Source: MSExchange Cluster Event Category: ExRes Event ID: 1034 Date: 6/27/2008 Time: 8:59:22 PM User: N/A Computer: RCB-EXCNODE02 Description: Clustered Mailbox Server: RCB-EXC01 Physical Server: RCB-EXCNODE02 Failed to register the Exchange-specific service principal names in Active Directory while bringing resource 'Exchange System Attendant Instance (RCB-EXC01)' online. Impersonation was attempted using the computer account. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Data: 0000: 98 20 07 80 ? .? ----------------------------------------------------------------------------------------------- Can some please help in getting grid of these two issues.. Immediate help would be highly appreciated. Regards Jagan
If you one of your node is not in your AD (can you clarify if it is in AD?) from the snapshot of your AD restore, you will have to effectively put it back into place. Keep the CMS on the working node then install the passive mailbox role onto the 'unknown' node. Disaster recovery (/recovercms) will not work here as there is no information to pull from Active Directory. Oliver
Dear Oliver, Thank you for your reply... In the snap shot of backup ; both the nodes are in AD, only Exchange SP1 installtion was going on that moment. Please let me know what to do in that case.... And also Please let me know why I was not able to see the other node in "move mail box cluster" wizard whlle moving the cluster from other node... I also noticed below errors when I restart any node... Can you please comment on this as well... Event Type: Error Event Source: MSExchangeTransportLogSearch Event Category: General Event ID: 7005 Date: 6/27/2008 Time: 8:27:56 PM User: N/A Computer: RCB-EXCNODE02 Description: Microsoft Exchange couldn't read the configuration from the Active Directory directory service because of error: Failed to load config due to exception: Microsoft.Exchange.Common.ExClusTransientException: The Windows Cluster service encountered an error during function OpenCluster:. ---> System.ComponentModel.Win32Exception: There are no more endpoints available from the endpoint mapper --- End of inner exception stack trace --- at Microsoft.Exchange.Common.ExCluster.GetActiveCmsOnNode(String nodeName) at Microsoft.Exchange.Data.Directory.NativeHelpers.GetLocalComputerFqdn(Boolean throwOnException) at Microsoft.Exchange.Data.Directory.SystemConfiguration.ADSystemConfigurationSession.FindLocalServer() at Microsoft.Exchange.Transport.LocalServerConfiguration.<>c__DisplayClass2.<TryLoadLocalServer>b__0() at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.RunADOperation(ADOperation adOperation, Int32 retryCount) at Microsoft.Exchange.Data.Directory.ADNotificationAdapter.TryRunADOperation(ADOperation adOperation, Int32 retryCount). For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Event Type: Error Event Source: MSExchangeServiceHost Event Category: General Event ID: 2011 Date: 6/28/2008 Time: 8:15:42 PM User: N/A Computer: RCB-EXCNODE02 Description: An unexpected failure has occurred. No modules were loaded and the service will perform no work. Diagnostic information: The Windows Cluster service encountered an error during function OpenCluster:. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. Thanks in Advance ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ "Oliver Moazzezi [MVP]" wrote: > If you one of your node is not in your AD (can you clarify if it is in AD?) > from the snapshot of your AD restore, you will have to effectively put it > back into place. > > Keep the CMS on the working node then install the passive mailbox role onto > the 'unknown' node. Disaster recovery (/recovercms) will not work here as > there is no information to pull from Active Directory. > > Oliver > > >
Hi again, Having the second node exist in AD as a Computer Account doesn't mean it is part of the Exchange topology. In Powershell run: Get-mailboxserver -identity yourCMSnamehere |select redundantmachines Does it list both nodes? Oliver