How to set RpcClientAccessServer for a Exchange 2010 mailbox database to a load balancer
Posted
by
Archit Baweja
on Server Fault
See other posts from Server Fault
or by Archit Baweja
Published on 2011-06-23T17:58:47Z
Indexed on
2011/06/24
16:24 UTC
Read the original article
Hit count: 307
load-balancing
|exchange-2010
I have 2 Exchange 2010 servers each with a Mailbox Database. I have also setup a Hardware Load Balancer (KEMP LoadMaster 2200 to be precise) to load balance the CAS role access.
My HLB has an IP of 192.168.1.100. I've setup the DNS A record for mail.mydomain.com to point to 192.168.1.100. However when I try to set the RpcClientAccessServer on a mailbox database using
Set-MailboxDatabase "My Mailbox Database" -RpcClientAccessServer mail.mydomain.com
I get an error saying
Exchange server "mail.mydomain.com" was not found. Please make sure you have typed it correctly.
+ CategoryInfo : NotSpecified: (:) [], ManagementObjectNotFoundException
+ FullyQualifiedErrorId : 4082394C
Any ideas?
© Server Fault or respective owner