Installation Manager 자동 설치

Installation Manager 설치 프로그램을 사용하여 Installation Manager를 자동으로 설치합니다.

이 태스크 정보

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

프로시저

  1. http://www.ibm.com/support/entry/portal/All_download_links/Software/Rational/IBM_Installation_Manager에서 Installation Manger의 최신 버전을 다운로드하십시오.
  2. Installation Manager 설치 프로그램의 압축을 해제하십시오.
  3. InstallerImage_platform 서브디렉토리로 이동하십시오.
  4. 다음 명령 중 하나를 입력하십시오:
    • Windows에서 관리자로 설치하려는 경우: installc.exe -log log_file_path_and_name -acceptLicense. 예: installc.exe -log c:\mylogfile.xml -acceptLicense.
    • Windows에서 비관리자로 설치하려는 경우: userinstc.exe -log log_file_path_and_name -acceptLicense. 예: userinstc.exe -log c:\mylogfile.xml -acceptLicense.
    • 기타 플랫폼에서 관리자로 설치하는 경우: installc -log log_file_path_and_name -acceptLicense. 예: installc -log /root/mylogs/mylogfile.xml -acceptLicense.
    • 기타 플랫폼에서 비관리자로 설치하는 경우: userinstc -log log_file_path_and_name -acceptLicense. 예: userinstc -log /root/mylogs/mylogfile.xml -acceptLicense.

결과

Installation Manager를 자동으로 설치한 후 Installation Manager 또는 Installation Manager 설치 프로그램을 사용하여 패키지를 자동으로 설치할 수 있습니다.

기본 설치 위치 변경

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

이 태스크 정보

Installation Manager 설치 프로그램은 기본 응답 파일을 사용하여 Installation Manager 설치 프로그램을 설치합니다. 기본 설치 위치를 변경하도록 파일을 수정할 수 있습니다.

프로시저

  1. InstallerImage_platform 디렉토리로 이동하십시오.
  2. 응답 파일 install.xml을 찾으십시오.
  3. 프로파일 정보를 추가하고 데이터 키 속성을 사용하여 설치 위치를 지정해서 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>

피드백