Installation Manager 자동 설치

Installation Manager 설치 프로그램을 사용하면 Installation Manager를 자동으로 설치할 수 있습니다.

Installation Manager 설치 프로그램은 Installation Manager를 설치하는 데 사용됩니다. Installation Manager를 관리자 모드 또는 비관리자 모드로 설치할 수 있습니다. 다음 예제에 따라 Installation Manager를 설치하십시오.

  1. Installation Manager 설치 프로그램을 압축 해제하십시오. Installation Manager 킷은 http://download.boulder.ibm.com/ibmdl/pub/software/rationalsdp/v7/im/ 사이트에서 다운로드할 수 있습니다. 설치하려는 버전 번호(예: 143)를 선택한 다음 zips 디렉토리를 선택하십시오.
  2. InstallerImage_platform 서브디렉토리로 이동하십시오.
  3. 다음 명령 중 하나를 입력하십시오.
    • Windows에서 관리자로 설치하는 경우: installc.exe -log <로그 파일 경로 및 이름> 예: installc.exe -log c:\mylogfile.xml
    • Windows에서 관리자가 아닌 사용자로 설치하는 경우: userinstc.exe -log <log file path and name> 예: installc.exe -log c:\mylogfile.xml
    • 기타 플랫폼에서 관리자로 설치하는 경우: ./installc -log <로그 파일 경로 및 이름> 예: ./installc -log /root/mylogs/mylogfile.xml
    • 기타 플랫폼에서 관리자가 아닌 사용자로 설치하는 경우: ./userinstc -log <로그 파일 경로 및 이름> 예: ./userinstc -log /root/mylogs/mylogfile.xml
Installation Manager를 자동으로 설치한 후 Installation Manager 또는 Installation Manager 설치 프로그램을 사용하여 패키지를 자동으로 설치할 수 있습니다.

기본 설치 위치 변경

install.xml 응답 파일을 수정하여 Installation Manager의 기본 위치를 변경할 수 있습니다.

Installation Manager 설치 프로그램은 기본 응답 파일을 사용하여 Installation Manager 설치 프로그램을 설치합니다. 기본 설치 위치를 변경하도록 파일을 수정할 수 있습니다.
  1. InstallerImage_platform 디렉토리로 이동하십시오.
  2. install.xml 응답 파일을 찾으십시오.
  3. 프로파일 정보를 추가하고 data keyvalue 속성을 사용하여 설치 위치를 지정하여 Installation Manager 설치 위치를 수정하십시오. 설치 위치는 eclipse 디렉토리여야 합니다.
기본 install.xml 응답 파일을 수정하여 설치 위치를 C:\IBM\InstallationManager로 변경합니다.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>

<!-- add a profile and specify the installation location using the data value attribute. The location must end in \eclipse -->
<profile kind='self' installLocation='C:\IBM\InstallationManager\eclipse' id='IBM Installation Manager'>
<data key='eclipseLocation' value='C:\IBM\InstallationManager\eclipse'/>
</profile>

<server>
<repository location='.'/>
</server>

<!-- add the profile information but do not modify the features, id, and version number -->
<install>
<offering profile='IBM Installation Manager' features='agent_core,agent_jre' id='com.ibm.cic.agent' version='1.4.3.20110624_0100'/>
</install>
</agent-input>