![[AIX Solaris HP-UX Linux Windows]](../images/dist.gif)
![[z/OS]](../images/ngzos.gif)
unlinkCells|unlinkCellsZOS 스크립트
unlinkCells 스크립트를 사용하여 다중 셀 간에 오버레이 통신을 사용 불가능하게 할 수 있습니다. z/OS 시스템에서는 unlinkCellsZOS를 사용하십시오.
목적
linkCells|linkCellsZOS 스크립트를 사용하여 이전에 링크한
지능형 관리 셀 간에 통신을 사용 불가능하게 하려면
unlinkCells 스크립트를 사용하십시오.
unlinkCells 스크립트를 실행한 후에는 ODR(On Demand Router)이
더 이상 링크 해제된 셀로 작업 요청을 라우팅하지 않습니다.
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 스크립트를 사용하여 이전에 함께 링크한
두 개의 보안 사용 셀(center 및 point1)이 있는 시나리오를 고려하십시오.
센터 셀의 경우,
배치 관리자의 호스트 이름은 centerHost이고 SOAP
포트는 8879이며 사용자 이름은 centerUID이고
비밀번호는 centerPWD입니다. 포인트 셀의 경우,
배치 관리자의 호스트 이름은 point1Host이고 SOAP
포트는 8880이며 사용자 이름은 point1UID이고
비밀번호는 point1PWD입니다. 다음 예제는
center 및 point1 셀을 함께 링크 해제하는 방법을 보여줍니다.
./unlinkCells.sh centerHost:8879:centerUID:centerPWD point1Host:8880:point1UID:point1PWD