개요
IM(Insallation Manager)는 소프트웨어 패키지(HTTP Server, WebSphere 등)를 설치하거나, IM에 의해 설치된 패키지를 관리하는 설치관리 툴입니다. IM은 설치된 소프트웨어에 대해 셋팅, 검색, 수정, 언인스톨및 라이선스 관리를 할수 있습니다.
설치
1. 다운로드
https://www.ibm.com/support/pages/installation-manager-and-packaging-utility-download-documents
2. 설치
2.1 다운받은 파일을 압축 해제할 디렉토리로 이동후 압축 해제
shell>mkdir IM
shell>mv agent.installer.linux.gtk.x86_64_1.8.4000.20151125_0201.zip IM/
shell>cd IM
shell>unzip agent.installer.linux.gtk.x86_64_1.8.4000.20151125_0201
2.2 설치 방법에는 설치 유저에 따라 일반 유저/관리자 설치, 설치 모드에 따라 콘솔/그래픽 모드 설치가 있다.
여기서는 일반유저/콘솔 모드에서 설치를 진행 합니다.
shell>userinstall -c
Platforms | Administrator | Nonadministrator |
Windows | installc.exe -c | userinstc.exe -c |
Linux, UNIX, z/OS, and the OS X operating system | ./installc -c | ./userinstc -c |
[표 1] OS별 콘솔모드 설치 명령어
2.3 IM(Installation Manager) 실행
설치가 끝이 났으니 IM을 실행해 보도록 합니다.
설치시 설치 디렉토리를 /home/websphere/IBM/InstallationManager/eclipse 로 지정했다면
shell>cd /home/websphere/IBM/InstallationManager/eclipse
shell>cd tools
shell>./imcl -c
- -c : 콘솔모드에서 실행, 옵션 미지정시 그래픽 모드로 실행됨
IM을 이용한 패키지 설치
IBM IM(Installation Manager) 을 이용한 패키지 설치 - 오프라인 설치
IBM IM(Installation Manager) 을 이용한 패키지 설치 - 온라인 설치
'WEB & WAS > WebSphere' 카테고리의 다른 글
IBM IM(Installation Manager) 을 이용한 패키지 설치 - 오프라인 설치 (0) | 2019.09.23 |
---|---|
IBM IM(Installation Manager) 을 이용한 패키지 설치 - 온라인 설치 (0) | 2019.09.22 |
[WebSphere] WebSphere Liberty JVM 옵션 설정 (0) | 2019.09.22 |
[WebSphere] WebSphere Liberty 웹어플리케이션 배포 (0) | 2019.09.21 |
[WebSphere] WebSphere Liberty 설치 (0) | 2019.09.21 |