[AIX Solaris HP-UX Linux Windows][z/OS]

unlinkCells|unlinkCellsZOS script

You can use unlinkCells script to disable the overlay communication between multiple cells. On z/OS systems, use unlinkCellsZOS.

[AIX Solaris HP-UX Linux Windows]Use the unlinkCells script to disable communication between Intelligent Management cells that were previously linked by using the linkCells|linkCellsZOS script. After you run the unlinkCells script, the on demand router (ODR) no longer routes work requests to the unlinked cell.

[z/OS]On z/OS systems use unlinkCellsZOS.

[AIX Solaris HP-UX Linux Windows]The unlinkCells script is located in the app_server_root/bin directory.

[z/OS]The unlinkCellsZOS script is located in the app_server_root/bin directory.

[AIX Solaris HP-UX Linux Windows]Run the unlinkCells script from the center cell to unlink the center cell from a point cell.
./unlinkCells.sh center_cell_deployment_manager:center_cell_soap_port:user_id:password point_cell_deployment_manager:point_cell_soap_port:user_id:password
[z/OS]Run the unlinkCellsZOS script from the center cell to unlink the center cell from a point cell.
./unlinkCellsZOS.sh center_cell_deployment_manager:center_cell_soap_port:user_id:password point_cell_deployment_manager:point_cell_soap_port:user_id:password
Consider a scenario in which there are two security-enable cells, center and point1, that were previously linked together by using the linkCells.sh|.bat script. For the center cell, the host name of the deployment manager is centerHost, the SOAP port is 8879, the user name is centerUID, and the password is centerPWD. For the point cell, the host name of the deployment manager is point1Host, the SOAP port is 8880, the user name is point1UID, and the password is point1PWD. The following example illustrates how to unlink the center and point1 cells.
./unlinkCells.sh centerHost:8879:centerUID:centerPWD point1Host:8880:point1UID:point1PWD