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/에서 다운로드할 수 있습니다. 설치하려는 버전 번호(예: 130/)를 선택한 다음, zips 디렉토리를 선택하십시오.
  2. InstallerImage_platform 서브디렉토리로 이동하십시오.
  3. 다음 명령 중 하나를 입력하십시오:
    • Windows®에서 관리자로 설치하려는 경우: installc –-launcher.ini silent-install.ini -log <로그 파일 경로 및 이름> 예: installc --launcher.ini silent-install.ini -log c:\mylogfile.xml
    • Windows에서 관리자가 아닌 사용자로 설치하려는 경우: userinstc –-launcher.ini user-silent-install.ini -log <로그 파일 경로 및 이름> 예: userinstc --launcher.ini user-silent-install.ini -log c:\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.2.0.20080624_0100'/>
</install>
</agent-input>

피드백