BinaryTree

Blog-Header--Gray_Short-(2).jpg


The End User is King: Ensuring the Interoperability of Hybrid Messaging Systems
Posted by Perry Hiltz, Solutions Architect


For organizations operating more than one messa
ging system, especially those as diverse as Lotus Domino and Microsoft Exchange, seamless messaging and calendaring coexistence between messaging systems is no longer a 'nice to have,' it's a 'must have.' The success of these initiatives is directly correlated to the experience of the end users and very often it's specific to how well the calendars work between users on different email platforms. Users can become quite vocal if meetings disappear from their calendar or they can't schedule a meeting because they can't look up the availability of the other users. As Vadim Gringolts discussed in his blog post last week on coexistence:

" ...users insist on perfect functionality of ALL calendar entries, complete and continuous synchronization of ALL directory entries, instantaneous and accurate free/busy lookup, and uninterrupted workflow of mail-enabled applications with their custom emails, forms, and approval buttons." 

Keeping up with new software releases, features, and integrations is a constant challenge for IT Administrators. They need to be able to easily and efficiently perform smooth and seamless transitions from one platform/release/upgrade to another. Tack on the responsibility for establishing and maintaining interoperability between two different messaging systems, whether due to a merger, an acquisition, or a platform migration, and their job can quickly become overwhelming. Even so, it's vital that companies with differing email and calendaring systems are able to harmoniously coexist and that users are able to work without interruption.
 
So what should the end user experience look like when an organization is coexisting with Domino and Exchange? And what are the planning best practices for administrators to ensure that their hybrid environment is fully interoperable and their users are not disrupted?
 
READ MORE >>

Posted on 18.08.2011 09:30:00 | with 0 comments


Getting a Grip on a Unique Domino/Exchange Coexistence Functionality

 
There is no question; the requirements for seamless messaging and calendaring coexistence between Lotus Domino and Microsoft Exchange have kept pace with technology advancements. It seems that only yesterday users were satisfied with the ability to send simple emails and basic calendar invitations back and forth, and then, all of the sudden, virtually in a blink of an eye, it's all about full transparency. Users insist on perfect functionality of ALL calendar entries, complete and continuous synchronization of ALL directory entries (that's right, don't forget about Groups and Members!), instantaneous and accurate free/busy lookup, and uninterrupted workflow of mail-enabled applications with their custom emails, forms, and approval buttons. The scale of demands can only be matched by the creativity and ingenuity of the product creators with whom I have the privilege to work with everyday.  Domino Exchange Coexistence

To experience what our customers live through on a daily basis, Binary Tree runs a mixed Domino/Exchange environment (even better, a hybrid on-premises/Office 365 Exchange environment, but more details about it later). So, we’re certainly familiar with the most annoying limitations of coexistence between these complex and significantly different environments. One limitation that really had us pulling our hair out over the years was being able to add Exchange users to existing Domino repeating meetings. For example, imagine that a standing Domino repeating meeting called “Weekly Sales Pipeline Review“ has existed for a while. A new sales person joins the team, so he or she is added to the meeting - what can be simpler, right? Actually, if the new Sales person is using Exchange for mail and calendaring, it’s not simple at all. It so happens that when you add a participant to an existing repeating meeting in Domino, the new invitee just receives a series of dates instead of a recurrence pattern like "every week on Mondays". Notes can handle these pattern-less invitations, but Outlook cannot - it wants to know the original pattern. 


So, how does one get a grip on such a situation?
 
READ MORE >>

Posted on 11.08.2011 09:30:00 | with 0 comments


High Availability and Load Balancing Techniques Using CMT for Coexistence
by Robert Martin, Lead Principal Consultant


Introduction
 
Given the complexity of integrating Microsoft Exchange and IBM Domino environments in a cohesive coexistence solution, it’s not surprising that one thing Messaging Engineers struggle with is providing for Highly Available and Load Balanced designs in their coexistence infrastructure. 
 
In the following post, I will describe the various techniques for providing both High Availability and Load Balancing in a coexistence design utilizing the Binary Tree CMT for Coexistence toolset. I’ll discuss the major components of coexistence and how each component can be configured to provide the necessary level of availability and throughput required by the customer. The major components are:
  • Mail/Calendar Routing
  • Free/Busy Connectivity
  • Directory Synchronization
  • Application Remediation
In some instances, providing for one need (such as load balancing) will naturally follow through with the other (high availability).  In other instances, this will not be the case, and each need will have to be configured and will operate independently of the other.
 
Load Balancing and Fault Tolerance of Mail and Calendar Message Routing
 
This post will discuss setting up a load-balanced solution within a single Domino Domain. I will discuss leveraging it for multiple Domino Domains in a future post. Because CMT for Coexistence utilizes native transport protocols for both IBM Domino and Microsoft Exchange, the techniques for providing load balancing differ significantly depending on the direction of message flow. The following describes how to configure load balancing in each direction:
 
Domino to Exchange Message Load Balancing
 
In most coexistence scenarios, message traffic requirements and the duration that coexistence must be maintained does not warrant the use of more than one CMT for Coexistence Domino server acting as the messaging coexistence gateway. Other scenarios may require the deployment of more than one CMT for Coexistence Domino server to serve a Domino Domain. 
 
An example of one such instance may be when the Domino environment is geographically separated by slow or saturated WAN links. If the corresponding Exchange servers are deployed to mirror the Domino environment, it may not make sense for a message from one site to traverse a slow WAN link in order to cross the coexistence gateway, only to have to traverse the same WAN link to be relayed to the intended recipient. This is extremely inefficient and a large amount of traffic can quickly overwhelm the link.  Optimally, the message traffic should be relayed to a coexistence server within the same site as illustrated below.
Coexistence Server
Another scenario may be that the high volume of mail traffic necessitates the deployment of multiple Messaging Coexistence servers. Although a properly sized and configured Domino Coexistence server can easily process and relay more than 20,000 messages per hour, extremely large organizations can quickly reach this level of messaging traffic once they’ve migrated a large number of their users to Microsoft Exchange. In this scenario, a single Domino Coexistence gateway is not enough to handle the amount of mail traffic generated. Message traffic from mail servers in the environment needs to be balanced across multiple coexistence servers as illustrated below: 
Multiple Coexistence Servers
Both scenarios involve deploying multiple Coexistence servers within the Domino Domain and then directing a subset of mail servers to specifically use one of them and not the other.
 
Because CMT for Coexistence requires that Notes routing (NRPC) be used between Domino mail and coexistence servers, deploying multiple coexistence servers requires creating multiple Foreign Domain documents. Since there is no field within a Foreign Domain document to restrict its use to a particular mail server, and because the Mail Server field within that document does not support Domino Cluster or Server Group names, we must limit which Foreign Domain document is replicated to any given mail server.
 
Limiting the replication of a Foreign Domain document is accomplished by setting the '$Readers' field within the document to allow only specific servers to have read access to it. There are three (3) other standard readers fields on the Foreign Domain document that may allow a user or server to read the document. They are the:
  • DocumentAccess
  • LocalAdmin
  • ListOwner
The DocumentAccess field is set to [NetModifier] by default. The LocalAdmin and ListOwner fields correspond to the Owner and Administrators fields on the Administration tab. Because all servers within a Domino Domain are members of the LocalDomainServers group by default, and that group is assigned the [NetModifier] role, it is necessary to change the DocumentAccess field to some other value to keep it from replicating to all servers in the Domain. Unfortunately, there is no direct way to edit this field, as it is not included on the Foreign Domain document form. A simple action agent can be written to adjust this field to another value, such as a distribution hub server.
 
The following steps describe how to deploy two (2) different Foreign Domain documents within a Domino Domain in support of the mail flow shown in the illustration above:
 
READ MORE >>

Posted on 21.07.2011 09:30:00 | with 0 comments


New Year, New Approach
Posted by Carl Baumann, Worldwide Director of Sales

New Year's Day has always been a very sentimental day for me. As I sit here and write my first blog post for Good Migrations, I can't help but to state the obvious, “time really flies".  I stare in awe at how quickly my kids are growing and how fast life progresses. During the year, finding time to reflect is very difficult considering all of the uber-important work meetings and conference calls that I’m involved in on a daily/hourly/secondly basis. When I finally have some down time to reflect on how fast life moves, I can finally take notice of some of the constants in life.
 
The one constant that really occupied my thoughts today is CHANGE. Change is now my constant in life. In the past, I’d resist change and fight it. I mean, who really likes change? Change is unpredictable, absolute, and full of unknowns. Change is downright scary and devoid of any real answers about what will happen in the future. Life would be so much easier if everything just stayed the same. As I grow older (and hopefully wiser), I’ve come to accept, and even embrace, change. Over the past few years, everything that I have known has, in fact, changed. My personal life and work life, in one form or another, has changed. At this point in my life, change is exciting and full of surprises. I have accepted change, warts and all, and embrace it. Change and I now understand each one another.

READ MORE >>

Posted on 06.01.2011 08:38:21 | with 0 comments


Welcome to Binary Tree's Blog!
Welcome to Good Migrations

Binary Tree welcomes you to the launch of Good Migrations, Binary Tree's new and much anticipated blog. Join us as we share everything and anything related to email and application migration and coexistence methodologies, best practices, and solutions.

As the leading provider of cross-platform email migration and coexistence software, we've helped
over 5,000 customers around the world to migrate more than 20,000,000 users. We're eager to share our experiences, best practices, and migration methodologies and provide our readers with top "how-to's" and "tips-and-tricks" in order to enable your migration and coexistence projects in the most successful direction.

We look forward to a creating a very collaborative and synergetic blog. Your comments and feedback are greatly encouraged and always welcomed. Please comment on this post with any and all suggestions for blog posts and "Good Migrations" to you!

READ MORE >>

Posted on 10.12.2010 16:10:31 | with 0 comments