본문 바로가기
IBM - old/IBM BPM

[BPM]IBM BPM 8.5.5 ifix 설치 방법

by freeman98 2017. 11. 14.

IBM BPM 8.5.5 ifix 설치 방법


IBM BPM 의 ifix 는 각 형태마다 조금씩 설치 방법이 다르기 때문에 반드시 readme 파일을 읽어보고 진행을 해야 합니다.


예를 들어 하단의 ifix 를 적용한다고 가정하면


JR54004: PURGING MANY TASKS OR INSTANCES MIGHT CAUSE OUT OF MEMORY ERROR ON NODES PROCESSING TASK AND INSTANCE INDEXING INFORMATION

https://www-01.ibm.com/support/docview.wss?uid=swg1JR54004


실제 ifix 파일인 8.5.5.0-WS-BPM-IFJR54004.zip 파일과 readme 파일인 8.5.5.0-WS-BPM-IFJR54004-Readme.txt 가 존재합니다.


8.5.5.0-WS-BPM-IFJR54004-Readme.txt 에는 하단과 같이 설치를 위한 가이드가 자세히 나와있습니다. 


---------------------------------------------------------------------------------------------------------------

APAR JR54004 for IBM Business Process Manager Express, Standard, Advanced v8.5.5.0

1. Interim fix dependencies

===========================

1.1. Process Center

-------------------

a. Prerequisites

Direct prerequisites:

JR54684

Indirect prerequisites:

JR54684 prerequisites JR50384, JR53021, JR53056, JR53240

......

2. Interim fix install order (Installation Manager)

===================================================

Process Center:

JR51009 (repository name 8.5.5.0-WS-BPM-IFJR51009)

JR51513 (repository name 8.5.5.0-WS-BPM-IFJR51513)

  PD51513 (repository name 8.5.5.0-WS-BPMPCPD-IFPD52974, it is part of 8.5.5.0-WS-BPM-IFJR51513.zip)

......

Process Server:

JR51009 (repository name 8.5.5.0-WS-BPM-IFJR51009)

JR51513 (repository name 8.5.5.0-WS-BPM-IFJR51513)

......

3. Interim fix Installation Manager Install Instructions

========================================================

a. Download 8.5.5.0-WS-BPM-IFJR54004.zip

......

4.1. Update Database

--------------------

a. Back up the BPM and Performance Data Warehouse databases.

......

5. Post Install Instructions (before starting servers)

======================================================

N/A

6. Post Install Instructions (after starting servers)

=====================================================

a. Start the stand-alone server or network deployment environment.

.....

7. Uninstall instructions

=========================

a. Stop the entire environment, including cluster members, node agents, and the deployment manager for a network deployment environment.

b. Uninstall the JR54004 interim fix using Installation Manager.

---------------------------------------------------------------------------------------------------------------


#0) IBM 의 fix central 사이트에 가서 JR54004 와 연관된 ifix 파일을 다운로드 받습니다. 

(JR54004 를 선택하면 연관된 ifix 들의 리스트가 나오고 다 다운로드 가능합니다. 또한 readme 파일도 같이 다운로드 받습니다. 기 언급한 것처럼 거기에 설치 방법이 다 적혀 있습니다.)


#1) 우선 가장 쉬운 방법은 Installation manager 를 GUI 로 활용할 수 있으면 한번에 GUI 로 설치 가능(적용할 각 ifix 의 respository.config 를 전부다 등록 후 업데이트 해주면 됨) GUI 모드 없이 silent mode 로 설치할 경우에는 설치된 Installation Manager 위치/eclipse/tools 디렉토리로 이동



#2) imcl -c 를 통해서 콘솔모드로 GUI 와 유사하게 작업 가능



#2) P > 1 >  D 로 각 ifix 에 대한 저장소 정보 추가 (참고로 이름에 BPMPCPD 가 들어간 ifix 는 Process Designer 용 ifix 임)


#3) 이제 메인 메뉴로 돌아와서 업데이트를 선택후에 설치된 IBM BPM(WAS 로 보임)을 선택합니다. (중간에 IBM 사이트에 접속하려고 시도하면 C 로 취소하시면 됩니다.)


#4) 업데이트 진행 중에 패키지 업데이트가 나오면 현재 ifix 랑 연관이 없는 WAS 는 제외합니다. (2 를 입력하면 됨)



#5) 해당 ifix 의 redeme 파일을 확인하여 필요한 ifix 들을 선택합니다.(Process Center 와 Process Server 의 경우가 다름)



#6) 이후 업데이트 수행 



#7) 업데이트 완료 확인



#8) readme 파일에 따라서 'Post Installation Manager' 단계를 수행 (BPM 과 PDW 관련 DB 백업 및 content-integration-toolkit.twx 백업)



#9) readme 파일에 따라서 각 노드의 bin 디렉토리에서 BPMUpdateSystemApp 명령 수행하여 SystemApp 업데이트 수행


wsadmin -lang jython -conntype none -javaoption -Xms256m -javaoption -Xmx1024m


AdminTask.BPMUpdateSystemApp( [ '-twxFile', 'C:\IBM\BPM855\AppServer\BPM\Lombardi\imports\content-integration-toolkit.twx', '-clusterName', 'SingleCluster' ] )



#10) Post 작업이 완료되면 Process Designer 의 경우 readme 에 가이드 된데로 다시 다운로드 받아서 업데이트 수행



댓글