![[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
例
以前に linkCells.sh|.bat スクリプトを使用してリンクされていた、セキュリティーが有効になった 2 つのセル center と point1 がある場合のシナリオについて検討します。センター・セルでは、デプロイメント・マネージャーのホスト名は
centerHost、SOAP ポートは 8879、ユーザー名は centerUID、パスワードは centerPWD です。
ポイント・セルでは、デプロイメント・マネージャーのホスト名は
point1Host、SOAP ポートは 8880、ユーザー名は point1UID、パスワードは point1PWD です。
以下の例は、center セルと point1 セルのリンク解除方法を示しています。
./unlinkCells.sh centerHost:8879:centerUID:centerPWD point1Host:8880:point1UID:point1PWD