Editing the multibroker.xml file after removing a cluster

Edit the multibroker.xml file to remove a specific line after removing the cluster.

About this task

The multibroker.xml file resides in the following location in the deployment manager profile:

WebSphere install location/appserver/profiles/STSCDmgrProfile/config/cells/cellname/multibroker.xml

Procedure

Edit the multibroker.xml file to remove the following line:
<multibroker:DataReplicationDomain xmi:id="DataReplicationDomain_
1286203735111" name="stCellDRS"/>
In the example, the multibroker statement is above the last line of text in the following sample file:
<?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" 
   xmlns:multibroker="http://www.ibm.com/websphere/appserver/schemas/5.0/multibroker.xmi">
<multibroker:DataReplicationDomain xmi:id="DataReplicationDomain_1285353668677" name="CsCellDRS">
<defaultDataReplicationSettings xmi:id="DataReplication_1285353669177" 
   requestTimeout="5" encryptionType="NONE" numberOfReplicas="-1">
<partition xmi:id="DRSPartition_1285353669474" partitionOnEntry="false"/>
<serialization xmi:id="DRSSerialization_1285353669490" entrySerializationKind="BYTES" 
   propertySerializationKind="BYTES"/>
<pooling xmi:id="DRSConnectionPool_1285353669505" poolConnections="false"/>
</defaultDataReplicationSettings>
</multibroker:DataReplicationDomain>
<multibroker:DataReplicationDomain xmi:id="DataReplicationDomain_1285354058851" 
   name="stCellDRS">
<defaultDataReplicationSettings xmi:id="DataReplication_1286203735454" 
   requestTimeout="5" encryptionType="NONE" numberOfReplicas="-1">
<partition xmi:id="DRSPartition_1286203735689" partitionOnEntry="false"/>
<serialization xmi:id="DRSSerialization_1286203735704" entrySerializationKind="BYTES" 
   propertySerializationKind="BYTES"/>
<pooling xmi:id="DRSConnectionPool_1286203735720" poolConnections="false"/>
</defaultDataReplicationSettings>
</multibroker:DataReplicationDomain>
<multibroker:DataReplicationDomain xmi:id="DataReplicationDomain_1286203735111" 
   name="stCellDRS"/>
</xmi:XMI>