본문 바로가기
IBM - old/IBM Middleware 문제&해결

[BPM]IBM BPM 에서 잘못 구성된 De 강제로 삭제하는 방안

by freeman98 2016. 7. 25.
1. 솔루션 이름/버전 : IBM BPM

2. OS : All

3. Error 발생 시점 : IBM BPM 에서 잘못 구성된 De 강제로 삭제하는 방안

4. Error message : 

관리 콘솔에서 De 삭제시 오류와 함게 정상적으로 삭제되지 않음

5. 예상 이유 :  Dmgr 구동과 함께  De 관련된 설정 일부분을 참고해서 Dmgr 이 구동하여 삭제가 정상적으로 이루어지지 않음

6. 조치 방안 : Dmgr 을 중지하고 하단과 같은 방법으로 offline 에서 삭제 작업 수행

1. On the dmgr machine, run "wsadmin -conntype none -lang jython -profileName DmgrProfile"                         
2. At the interactive prompt, enter the following commands:              
2.a de2 = AdminConfig.getid("/Cell:/BPMCellConfigExtension:/BPMDeploymentEnvironment:De2/")         
2.b AdminConfig.remove(de2)                                              
2.c AdminConfig.save()                                                   
3. Exit the wsadmin interactive prompt                                   
4. Restart the dmgr

Dmgr 이 정상적으로 구동되면 하단과 같이 삭제한 De 의 남은 정보들에 대한 clear 작업 필요

1. Server "De2.SingleCluster.Node1.0"                                    
2. All applications with a "_De2.SingleCluster.Node1.0" suffix in their name                    
3. All authentication data aliases with "_De2" in their name             
4. The "HTMMailSession_De2.SingleCluster" mail session                   
5. The IBMBPMKeyStore-De2 key store and the IBMBPMKeySet-De2 key set     
6. The BPM.De2.Bus SI bus    


댓글