반응형
개요
IM(Installation Manager)를 이용하여 패키지를 설치하고자 하는 경우 IM 버전이 낮아 패키지 다운로드 안되는 경우가 발생한다. 다음은 CLI 상에서 IM을 업데이트 하는 방법에 대해서 알아본다.
참조
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 옵션 : 서비스 저장소에서 업데이트 프로세스 차단, 오프라인 환경이므로 불필요한 인터넷 연결이 발생하는 것을 차단
반응형
'WEB & WAS > WebSphere' 카테고리의 다른 글
[WebSphere] Application Server 프로파일 생성 및 관리 (0) | 2019.09.25 |
---|---|
[WebSphere] WebSphere Application Server 와 Network Deployment 설치 (5) | 2019.09.24 |
[WebSphere] IHS 와 WebSphere Liberty 연동 (0) | 2019.09.23 |
IBM PU(Packaging Utility) 사용 방법 및 IBM HTTP Server 설치 (0) | 2019.09.23 |
IBM IM(Installation Manager) 을 이용한 패키지 설치 - 오프라인 설치 (0) | 2019.09.23 |