이벤트 메시징 엔터프라이즈 응용프로그램을 제거하려면 wsadmin 도구를 사용하여
event-message.jacl 스크립트를 실행하십시오. Windows 시스템에서 스크립트를 실행하려면
install_root\event\application 디렉토리로 이동하여 다음 명령을
실행하십시오(모든 명령을 한 행에 작성).
wsadmin -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root\event\lib\cei_installer.jar -action
uninstall -node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
Linux 또는 UNIX 시스템에서 이 스크립트를 실행하려면
install_root/event/application 디렉토리로 이동하여 다음 명령을
실행하십시오(모든 명령을 한 행에 작성).
wsadmin.sh -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
-node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
이 스크립트를 실행하려면
install_root/event/application 디렉토리로
이동하여 다음 명령을 실행하십시오(모든 명령을 한 행에 작성).
wsadmin.sh -f event-message.jacl -profile event-profile.jacl
-wsadmin_classpath install_root/event/lib/cei_installer.jar -action install
-node node_name -server server_name
[-eventprofilescope scope] -appname app_name [-trace]
event-message.jacl 스크립트의 매개변수는 다음과 같습니다.
- node_name
- 제거하려는 이벤트 메시징 엔터프라이즈 응용프로그램의
WebSphere ESB 노드입니다.
노드 이름을 찾으려면 다음 중 한 가지 방법을 수행하십시오.
- Windows 시스템에서는 install_root\bin\setupCmdLine 스크립트를 실행한 다음
echo %WAS_NODE% 명령을 실행하십시오.
- Linux 및 UNIX 시스템에서는 install_root/bin/setupCmdLine를 실행한 다음
echo $WAS_NODE 명령을 실행하십시오.
노드 이름을 찾으려면 install_root/bin/setupCmdLine를 실행한 다음
echo $WAS_NODE 명령을 실행하십시오.
- server_name
- 제거하려는 이벤트 메시징 엔터프라이즈 응용프로그램의
WebSphere ESB입니다. 이 매개변수는 선택적입니다. 서버를 지정하지 않을 경우 지정 노드에 있는 모든 서버에서 이 응용프로그램을 삭제하게 됩니다.
- scope
- 제거해야 하는 공통 이벤트 하부 구조
구성 프로파일 오브젝트의 범위입니다. 이 매개변수는 선택적입니다. 범위를 지정할 경우 지정 범위에 있는
JMS 전송 프로파일과 이미터 팩토리 프로파일이 제거됩니다. 유효값은 cell, node 및
server입니다.
- app_name
- 제거하려는 배치된 메시징 엔터프라이즈 응용프로그램의 이름입니다. 이 매개변수가 필요합니다.
선택적 -trace 매개변수는 추가 디버깅 정보를
표준 출력에서 표시하는 원인이 됩니다.