WEB & WAS/WebSphere

IBM IM(Installation Manager) 업데이트

날았다 고양이 2019. 9. 24. 16:25
반응형

개요

IM(Installation Manager)를 이용하여 패키지를 설치하고자 하는 경우 IM 버전이 낮아 패키지 다운로드 안되는 경우가 발생한다. 다음은 CLI 상에서 IM을 업데이트 하는 방법에 대해서 알아본다.

참조

https://www.ibm.com/support/knowledgecenter/en/SSDV2W_1.8.5/com.ibm.cic.commandline.doc/topics/t_imcl_update_im.html

 

1. 인터넷 연결이 가능한 경우

운영체제 커맨드
Windows imcl.exe install com.ibm.cic.agent
Linux, UNIX, IBM® i, z/OS®, and the OS X operating system ./imcl install com.ibm.cic.agent

* imcl 명령어는 IM_Install_dir/tools 디렉토리에 있다.

2. 인터넷 연결이 안되는 경우

Step 1) 다운로드 위치 Installation Manager download links

Fix Pack(com.ibm.cic.agent.offering​​_version.zip)을 다운로드 한다.  OS 플랫폼 이름이 들어간  설치 파일을 다운로드 해서는 안된다.

Step 2) 다운로드 받은 파을을 압축해제

shell> unzip com.ibm.cic.agent.offering_1.9.0.20190715_0328.zip

Step 3) 각 운영체제 커맨드로 업데이트

운영체제 커맨드
Windows imcl.exe install com.ibm.cic.agent -repositories installation_files\repository.config -preferences offering.service.repositories.areUsed=false
Linux, UNIX, IBM® i, z/OS®, and the OS X operating system ./imcl install com.ibm.cic.agent -repositories installation_files/repository.config -preferences offering.service.repositories.areUsed=false
  • com.ibm.cic.agent : IM의 PackageID 
  • installation_files : IM 업데이트 파일을 압축해제한 디렉토리
  • -preferences offering.service.repositories.areUsed=false 옵션 : 서비스 저장소에서 업데이트 프로세스 차단, 오프라인 환경이므로 불필요한 인터넷 연결이 발생하는 것을 차단
반응형