+

Search Tips   |   Advanced Search

unlinkCells|unlinkCellsZOS script

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

(Dist) Use the unlinkCells script to disable communication between Intelligent Management cells that were previously linked using the linkCells|linkCellsZOS script. After we run the unlinkCells script, the on demand router (ODR) no longer routes work requests to the unlinked cell.

(ZOS) On z/OS systems use unlinkCellsZOS.

The unlinkCells script is located in the app_server_root/bin directory.

(ZOS) The unlinkCellsZOS script is located in the app_server_root/bin directory.

(Dist) 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

(ZOS) 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


Example

Consider a scenario in which there are two security-enable cells, center and point1, that were previously linked together 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

  • Configure multi-cell performance management: Star Topology
  • Manually disabling communication between multiple cells
  • linkCells|linkCellsZOS script
  • importOverlayConfig.py script