WebSphere Application Server versions 5 and 6.0.x support foreign cell bindings, but support is limited to a single bootstrap address and you cannot configure foreign cell bindings in the console. The single bootstrap address used in versions 5 and 6.0.x has been deprecated, replaced in version 6.1 by a list of bootstrap addresses. Configure server clusters for failover support as needed.
This topic describes how to migrate any version 5 or 6.0.x bootstrap addresses to use version 6.1 foreign cell bindings. V6.1 foreign cell bindings enable you to specify more than one bootstrap address and enhance failover support.
The bootstrap address properties are in the context of the ForeignCell class. The fully qualified name for the version 5.x or 6.0.x property now deprecated is the following:
topology.cell:Cell/foreignCells/bootstrapAddress
The fully qualified name for the bootstrap address list property introduced in version 6.1 is the following:
topology.cell:Cell/foreignCells/bootstrapAddresses
Version 6.1 and later foreign cell binding scripts should use the bootstrap address list property, bootstrapAddresses.
Nodes running at a version later than version 6.0.x ignore the old single bootstrap address setting in preference for the bootstrap address list. If the convertScriptCompatibility command encounters a foreign cell binding configuration with the old single bootstrap address and the newer bootstrap address list both set, the old single bootstrap address is removed and the bootstrap address list is left unchanged.
Console
foreign cell binding panels added in version 6.1 only display and update the
bootstrap address list that is new in version 6.1. They do not change the
single bootstrap address configuration setting. If you use the console to
edit a foreign cell binding configuration that existed when the cell was initially
migrated, and you have not yet run the convertScriptCompatibility command,
the updated binding configuration contains both the original single bootstrap
address and whatever list of bootstrap addresses you configure in the console.
In the migrated cell, nodes still running at version 5 or 6.0.x continue to
use the single bootstrap address configuration setting to bind foreign cell
bindings in the name space.