Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Exchange
2000.active.directory
2000.admin
2000.announcements
2000.app.conversion
2000.applications
2000.clients
2000.clustering
2000.connectivity
2000.development
2000.documentation
2000.general
2000.information.store
2000.interop
2000.kms
2000.misc
2000.protocols
2000.realtime.collabo.
2000.setup
2000.transport
2000.win2000
admin
application.conversion
applications
clients
clustering
connectivity
design
development
misc
mobility
setup
tools
  
 
date: Tue, 27 Nov 2007 08:52:44 -0500,    group: microsoft.public.exchange.clustering        back       


Exchange 2007 Clustering Hurdle   
All,

I'm working on building a 3 node SCC Cluster (AAP) and having a bit of a 
hard time getting the active node to install properly.  I've followed all 
the best practices in setting the cluster nodes up, setting up the Quorum 
and shared drives (without Write caching), followed the 15 character limit 
for cluster names, network adapter config, etc.   For some reason now when I 
try installing the Active Node, I get the error messages below.

I also tried installing all three nodes as passives and following this 
article on Rodney's Blog 
http://msmvps.com/blogs/clustering/archive/2007/08/21/a-few-tips-for-exchange-server-2007-scc-amp-ccr-clustered-installations.aspx 
to install the active node using EXSETUP, but I'm still getting this error 
message "[11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: The operation could 
not be performed because object 'USMAIL2K7' could not be found on domain 
controller 'usad1.us.Micros.int'.
[11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: 
Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException: 
The operation could not be performed because object 'USMAIL2K7' could not be 
found on domain controller 'usad1.us.Micros.int'."

I've tried just creating the computer object USMAIL2K7 in the correct domain 
but still I get the same message.

Any ideas?   The full error message is below.  If you need the 
ExchangeSetup.log, let me know.

Thanks,

Scott


] Executing '$RoleSharedStorage = $True', handleError = False
[11/26/2007 4:26:20 PM] [2] Launching sub-task '$error.Clear(); 
$RoleSharedStorage = $True'.
[11/26/2007 4:26:20 PM] [1] Setup failed previously while performing the 
action Install.  Looking for the failed task with ID 7448a073.
[11/26/2007 4:26:20 PM] [1] Found 33 tasks to execute
[11/26/2007 4:26:20 PM] [1] Processing component 'Mailbox System Attendant 
Dependent Tasks' (Configuring tasks dependent on System Attendant service).
[11/26/2007 4:26:20 PM] [1] Executing 
'start-ClusteredMailboxServer -Identity:$RoleName', handleError = False
[11/26/2007 4:26:20 PM] [2] Launching sub-task '$error.Clear(); 
start-ClusteredMailboxServer -Identity:$RoleName'.
[11/26/2007 4:26:20 PM] [2] Beginning processing.
[11/26/2007 4:26:20 PM] [2] Administrator Active Directory session settings 
are:  View Entire Forest: 'True', Configuration Domain Controller: 
'usad1.us.Micros.int', Preferred Global Catalog: 'usad1.us.Micros.int', 
Preferred Domain Controllers: '{ usad1.us.Micros.int }'
[11/26/2007 4:26:20 PM] [2] Searching objects "USMAIL2K7" of type "Server" 
under the root "$null".
[11/26/2007 4:26:20 PM] [2] Previous operation run on domain controller 
'usad1.us.Micros.int'.
[11/26/2007 4:26:20 PM] [2] [ERROR] The operation could not be performed 
because object 'USMAIL2K7' could not be found on domain controller 
'usad1.us.Micros.int'.
[11/26/2007 4:26:20 PM] [2] Ending processing.
[11/26/2007 4:26:20 PM] [1] The following 1 error(s) occurred during task 
execution:
[11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: The operation could not be 
performed because object 'USMAIL2K7' could not be found on domain controller 
'usad1.us.Micros.int'.
[11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: 
Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException: 
The operation could not be performed because object 'USMAIL2K7' could not be 
found on domain controller 'usad1.us.Micros.int'.
   at 
Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.GetDataObject[TObject](IIdentityParameter 
id, IConfigDataProvider session, ObjectId rootID, Nullable`1 notFoundError, 
LocalizedString multipleFoundError)
   at 
Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.GetDataObject(IIdentityParameter 
id)
   at 
Microsoft.Exchange.Management.SystemConfigurationTasks.ClusteredMailboxServerAction.InternalValidate()
   at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
[11/26/2007 4:26:20 PM] [1] [ERROR] The operation could not be performed 
because object 'USMAIL2K7' could not be found on domain controller 
'usad1.us.Micros.int'.
[11/26/2007 4:26:20 PM] [1] Setup is halting task execution because of one 
or more errors in a critical task.
[11/26/2007 4:26:20 PM] [1] Finished executing component tasks.
[11/26/2007 4:26:20 PM] [1] Ending processing.
date: Tue, 27 Nov 2007 08:52:44 -0500   author:   SDW

Re: Exchange 2007 Clustering Hurdle   
Hi,

This might be a DNS issue, so you might want to run Netdiag and make sure 
everything checks out.  Also, you might have a look at the product 
documentation instructions for installing SCC at 
http://technet.microsoft.com/en-us/library/bb124899.aspx.

Hope this helps.

"SDW"  wrote in message 
news:u1JHQzPMIHA.4272@TK2MSFTNGP05.phx.gbl...
> All,
>
> I'm working on building a 3 node SCC Cluster (AAP) and having a bit of a 
> hard time getting the active node to install properly.  I've followed all 
> the best practices in setting the cluster nodes up, setting up the Quorum 
> and shared drives (without Write caching), followed the 15 character limit 
> for cluster names, network adapter config, etc.   For some reason now when 
> I try installing the Active Node, I get the error messages below.
>
> I also tried installing all three nodes as passives and following this 
> article on Rodney's Blog 
> http://msmvps.com/blogs/clustering/archive/2007/08/21/a-few-tips-for-exchange-server-2007-scc-amp-ccr-clustered-installations.aspx 
> to install the active node using EXSETUP, but I'm still getting this error 
> message "[11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: The operation could 
> not be performed because object 'USMAIL2K7' could not be found on domain 
> controller 'usad1.us.Micros.int'.
> [11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: 
> Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException: 
> The operation could not be performed because object 'USMAIL2K7' could not 
> be found on domain controller 'usad1.us.Micros.int'."
>
> I've tried just creating the computer object USMAIL2K7 in the correct 
> domain but still I get the same message.
>
> Any ideas?   The full error message is below.  If you need the 
> ExchangeSetup.log, let me know.
>
> Thanks,
>
> Scott
>
>
> ] Executing '$RoleSharedStorage = $True', handleError = False
> [11/26/2007 4:26:20 PM] [2] Launching sub-task '$error.Clear(); 
> $RoleSharedStorage = $True'.
> [11/26/2007 4:26:20 PM] [1] Setup failed previously while performing the 
> action Install.  Looking for the failed task with ID 7448a073.
> [11/26/2007 4:26:20 PM] [1] Found 33 tasks to execute
> [11/26/2007 4:26:20 PM] [1] Processing component 'Mailbox System Attendant 
> Dependent Tasks' (Configuring tasks dependent on System Attendant 
> service).
> [11/26/2007 4:26:20 PM] [1] Executing 
> 'start-ClusteredMailboxServer -Identity:$RoleName', handleError = False
> [11/26/2007 4:26:20 PM] [2] Launching sub-task '$error.Clear(); 
> start-ClusteredMailboxServer -Identity:$RoleName'.
> [11/26/2007 4:26:20 PM] [2] Beginning processing.
> [11/26/2007 4:26:20 PM] [2] Administrator Active Directory session 
> settings are:  View Entire Forest: 'True', Configuration Domain 
> Controller: 'usad1.us.Micros.int', Preferred Global Catalog: 
> 'usad1.us.Micros.int', Preferred Domain Controllers: '{ 
> usad1.us.Micros.int }'
> [11/26/2007 4:26:20 PM] [2] Searching objects "USMAIL2K7" of type "Server" 
> under the root "$null".
> [11/26/2007 4:26:20 PM] [2] Previous operation run on domain controller 
> 'usad1.us.Micros.int'.
> [11/26/2007 4:26:20 PM] [2] [ERROR] The operation could not be performed 
> because object 'USMAIL2K7' could not be found on domain controller 
> 'usad1.us.Micros.int'.
> [11/26/2007 4:26:20 PM] [2] Ending processing.
> [11/26/2007 4:26:20 PM] [1] The following 1 error(s) occurred during task 
> execution:
> [11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: The operation could not be 
> performed because object 'USMAIL2K7' could not be found on domain 
> controller 'usad1.us.Micros.int'.
> [11/26/2007 4:26:20 PM] [1] 0.  ErrorRecord: 
> Microsoft.Exchange.Configuration.Tasks.ManagementObjectNotFoundException: 
> The operation could not be performed because object 'USMAIL2K7' could not 
> be found on domain controller 'usad1.us.Micros.int'.
>   at 
> Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.GetDataObject[TObject](IIdentityParameter 
> id, IConfigDataProvider session, ObjectId rootID, Nullable`1 
> notFoundError, LocalizedString multipleFoundError)
>   at 
> Microsoft.Exchange.Configuration.Tasks.DataAccessTask`1.GetDataObject(IIdentityParameter 
> id)
>   at 
> Microsoft.Exchange.Management.SystemConfigurationTasks.ClusteredMailboxServerAction.InternalValidate()
>   at Microsoft.Exchange.Configuration.Tasks.Task.ProcessRecord()
> [11/26/2007 4:26:20 PM] [1] [ERROR] The operation could not be performed 
> because object 'USMAIL2K7' could not be found on domain controller 
> 'usad1.us.Micros.int'.
> [11/26/2007 4:26:20 PM] [1] Setup is halting task execution because of one 
> or more errors in a critical task.
> [11/26/2007 4:26:20 PM] [1] Finished executing component tasks.
> [11/26/2007 4:26:20 PM] [1] Ending processing.
>
>
date: Wed, 28 Nov 2007 08:38:56 -0800   author:   Scott Schnoll [MSFT]

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us