이 나왔다. 이전 버전들을 모두 포함하고 있다.
자세한 설치 관련 내용은 다음의 링크를
Unix나 Linux에서 GUI 환경으로 설치하기 어려울 때,
b. For a silent install, open a command prompt to the extracted directory. For example, C:\temp. Run the command:
Windows: installc --launcher.ini silent-install.ini
Linux and UNIX systems: ./install --launcher.ini silent-install.ini
이렇게 인스톨된 IM으로 설치하려는 제품 자체도 silent 인스톨 하고 싶을 때.
• Record a response file and install the product:
IBMIM -record <response file path and name> -log <log file path and name>
• Record a response file without installing the product:
IBMIM -record <response file path and name> -log <log file path and name> -skipInstall <agentDataLocation>
를 이용하여 record파일(xml)을 만들어 낸다.
이 record파일을 이용하여, 다음의 명령으로 실제로 설치를 할 수 있다.
IBMIM --launcher.ini silent-install.ini -input <response file path and name> -log <log file path and name>
이 글은 스프링노트에서 작성되었습니다.