![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
![[z/OS]](../images/ngzos.gif)
unlinkCells|unlinkCellsZOS 脚本
可以使用 unlinkCells 脚本禁用多个单元之间的覆盖通信。在 z/OS 系统上,使用 unlinkCellsZOS。
目的
使用 unlinkCells 脚本可禁用先前使用 linkCells|linkCellsZOS 脚本链接的 Intelligent Management 单元之间的通信。运行 unlinkCells 脚本后,随需应变路由器 (ODR) 不再将工作请求路由到未链接的单元。
在 z/OS 系统上,使用 unlinkCellsZOS。
位置
unlinkCells 脚本位于 app_server_root/bin 目录中。
unlinkCellsZOS 脚本位于 app_server_root/bin 目录中。
用法
![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
./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]](../images/ngzos.gif)
./unlinkCellsZOS.sh center_cell_deployment_manager:center_cell_soap_port:user_id:password point_cell_deployment_manager:point_cell_soap_port:user_id:password
示例
考虑其中有两个启用了安全的单元(center 和 point1)的方案,这两个单元先前使用 linkCells.sh|.bat 脚本链接在一起。对于中心单元,Deployment Manager 的主机名称是 centerHost,SOAP 端口是 8879,用户名是centerUID,密码是 centerPWD。对于点单元,Deployment Manager 的主机名是 point1Host,SOAP 端口是 8880,用户名是 point1UID,密码是 point1PWD。以下示例说明如何取消 center和 point1 单元之间的链接。
./unlinkCells.sh centerHost:8879:centerUID:centerPWD point1Host:8880:point1UID:point1PWD