Installation Manager를 사용하여 자동 설치

IBM® Installation를 자동 모드로 사용하여 Rational® Engineering Lifecycle Manager를 자동으로 설치할 수 있습니다. 이를 수행하려면 설치 프로세스 도중 필요한 명령 및 입력이 들어 있는 응답 파일을 작성해야 합니다.

시작하기 전에

Installation Manager를 설치하십시오.

프로시저

  1. 응답 파일을 기록하여 Rational Engineering Lifecycle ManagerLifecycle Query Engine을 설치하십시오. 응답 파일은 다음의 형식으로 환경 설정을 정의하는 XML 문서입니다.
    <preference
    		name = "the key of the preference"
    		value = "the value of the preference to be set">
    </preference>
    자세한 정보는 자동 설치 환경 설정 키의 내용을 참조하십시오.
    1. 명령행에서 Installation Manager eclipse 서브디렉토리로 변경하십시오.
      • Windows의 경우.cd C:\installation_directory\InstallationManager\eclipse
      • Linux의 경우.cd /InstallationManager/eclipse
    2. Rational Engineering Lifecycle Manager 설치를 위한 relm_response.xml 응답 파일을 기록할 명령을 실행하십시오. 응답 파일은 response_files 디렉토리에 작성됩니다. 이 명령은 -skipInstall agentDataLocation 인수를 사용합니다. 이 인수는 제품을 설치하지 않고 설치 명령을 기록합니다. agentDataLocation은 비어 있는 새 디렉토리여야 합니다. 입력하는 파일 경로가 있는지 확인하십시오. Installation Manager는 응답 파일의 디렉토리를 작성하지 않습니다. 에이전트 데이터 위치에 대한 자세한 정보는 Installation Manager 문서를 참조하십시오.
      • Windows의 경우.IBMIM.exe -record C:\response_files\relm_response.xml -skipInstall C:\skip_install\RELM
      • Linux의 경우../IBMIM -record /response_files/relm_response.xml -skipInstall /skip_install/RELM
    Installation Manager 시작 페이지에서 저장소 위치를 지정하십시오. 파일 > 환경 설정을 클릭한 후 저장소를 클릭하십시오. 저장소 페이지에서 사용 가능한 저장소, 저장소의 위치, 저장소 연결 여부를 확인합니다. 저장소 추가 방법을 학습하려면 저장소 지정에 대해 읽어 보십시오.
  2. 응답 파일을 수정하십시오.
  3. Installation Manager가 설치된 디렉토리로 이동하여 다음과 같은 자동 설치 명령을 실행하십시오.
    • Windows의 경우.imcl.exe input C:\response_files\relm_response.xml -log C:\InstallLogs\relm_silent_install_log.xml -acceptLicense
    • Linux의 경우../imcl input /response_files/relm_response.xml -log /InstallLogs/relm_silent_install_log.xml -acceptLicense

피드백