응답 파일을 사용하여 분산 운영 체제에서 Liberty 설치 제거

Installation Manager 응답 파일을 사용하여 WebSphere® Application Server Liberty를 설치 제거할 수 있습니다.

시작하기 전에

선택사항: Installation Manager 설치 및 시스템 중 하나의 임시 설치 디렉토리에 제품 설치를 수행하거나 기록하면 Installation Manager가 설치된 표준 레지스트리를 사용하지 않고도 이 임시 레지스트리를 사용하여 설치 제거를 레코드할 수 있습니다.

이 태스크 정보

Installation Manager를 사용하면 응답 파일을 사용하여 다양한 방법으로 제품을 설치 제거할 수 있습니다. 다음 프로시저에서 설명한 대로 GUI를 사용하여 응답 파일을 기록하거나 수동으로 또는 예를 가져와서 수정하여 새로운 응답 파일을 생성할 수 있습니다.

프로시저

  1. WebSphere Application Server Liberty 설치에서 모든 서버와 애플리케이션을 중지하십시오.
  2. 옵션: 응답 파일을 레코딩하여 제품 설치 제거: 시스템 중 하나에서 다음 조치를 수행하여 제품을 설치 제거할 응답 파일을 레코드하십시오.
    1. 명령행에서 Installation Manager를 설치한 디렉토리의 eclipse 서브디렉토리로 변경하십시오.
    2. -record 옵션을 사용하여 명령행에서 Installation Manager를 시작하십시오.
      예:
      • For Windows platforms 관리자 또는 비관리자:
        IBMIM.exe -skipInstall "C:\temp\imRegistry" 
          -record C:\temp\uninstall_response_file.xml
      • For AIX platformsFor HP UNIX platformsFor LINUX platformsFor Solaris platforms관리자:
        ./IBMIM -skipInstall /var/temp/imRegistry
          -record /var/temp/uninstall_response_file.xml
      • For AIX platformsFor HP UNIX platformsFor LINUX platformsFor Solaris platforms비관리자:
        ./IBMIM -skipInstall user_home/var/temp/imRegistry 
          -record user_home/var/temp/uninstall_response_file.xml
      팁: 시작하기 전에에 설명된 대로 작성된 임시 설치 레지스트리와 함께 -skipInstall 매개변수를 사용하도록 선택하는 경우 Installation Manager는 응답 파일 레코드 중에 임시 설치 레지스트리를 사용합니다. -skipInstall 매개변수가 지정된 경우에는 제품 패키지가 설치 또는 설치 제거되지 않습니다. Installation Manager에서 수행하는 모든 조치는 지정된 임시 레지스트리에 저장되는 설치 데이터를 간단하게 업데이트합니다. 응답 파일이 생성되면 제품을 설치 제거하고 제품 파일을 제거하며 표준 설치 레지스트리를 업데이트하는 데 사용될 수 있습니다.

      Installation Manager에서 사용되는 실제 에이전트 데이터 위치에서는 -skipInstall 조작을 사용하면 안 됩니다. 이 조작은 지원되지 않습니다. 명확하게 쓰기 가능한 위치를 사용하고 나중에 레코딩 세션에 해당 위치를 재사용하십시오.

      자세한 정보는 IBM® Installation Manager 제품 문서를 읽으십시오.

    3. 설치 제거를 클릭하십시오.
    4. 패키지 설치 제거 창에서, 설치 제거할 Liberty 패키지를 선택하고 다음을 클릭하십시오.
    5. 요약 정보를 검토하십시오.
    6. 설치 제거를 클릭하십시오.
      • 성공적으로 설치가 제거되면 성공을 나타내는 메시지가 표시됩니다.
      • 성공적으로 설치 제거되지 않은 경우 로그 보기를 클릭하여 문제점을 해결하십시오.
    7. 완료를 클릭하십시오.
    8. 파일 > 종료를 클릭하여 Installation Manager를 닫으십시오.
  3. 응답 파일을 사용하여 제품 설치 제거: 제품을 설치 제거할 각 시스템의 명령행에서 Installation Manager가 설치된 디렉토리에 있는 eclipse/tools 서브디렉토리로 변경한 후, 작성한 응답 파일을 사용하여 제품을 설치 제거하십시오.
    예:
    • For Windows platforms 관리자 또는 비관리자:
      imcl.exe 
        input C:\temp\uninstall_response_file.xml 
        -log C:\temp\uninstall_log.xml
    • For AIX platformsFor HP UNIX platformsFor LINUX platformsFor Solaris platforms관리자:
      ./imcl
        input /var/temp/uninstall_response_file.xml
        -log /var/temp/uninstall_log.xml
    • For AIX platformsFor HP UNIX platformsFor LINUX platformsFor Solaris platforms비관리자:
      ./imcl
        input user_home/var/temp/uninstall_response_file.xml
        -log user_home/var/temp/uninstall_log.xml

    자세한 정보는 IBM Installation Manager 제품 문서로 이동하십시오.

  4. 옵션: 설치된 패키지를 모두 나열하여 설치 제거를 확인하십시오.
    For AIX platformsFor HP UNIX platformsFor LINUX platformsFor Solaris platforms
    ./imcl listInstalledPackages
    For Windows platforms
    imcl listInstalledPackages
  5. 옵션: IBM Installation Manager를 설치 제거하십시오.
    중요사항: IBM Installation Manager를 설치 제거하기 전에 Installation Manager에 의해 설치된 모든 패키지를 설치 제거해야 합니다.

    이 프로시저를 수행하기 위해 설치 제거 스크립트를 사용하는 것에 대한 정보는 IBM Installation Manager 제품 문서를 읽으십시오.

For Windows platforms

다음은 제품을 설치 제거하는 응답 파일의 예입니다.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input clean='true' temporary='true'>
<uninstall modify='false'>
<offering id='com.ibm.websphere.liberty.ND' 
  profile='WebSphere Liberty'/>
</uninstall>
<profile id='WebSphere Liberty' 
  installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
</agent-input>
팁: WebSphere Application Server Liberty 패키지를 설치 제거하는 경우에는 WebSphere Application Server Liberty 패키지에 대한 확장기능인 동일한 패키지 그룹 아래의 모든 패키지를 설치 제거해야 합니다. Installation Manager를 사용하는 Liberty용 IBM WebSphere SDK, Java™ Technology Edition, 버전 8.0은 이러한 확장기능입니다. 전체 패키지 그룹을 설치 제거하려면 단순히 응답 파일에서 <offering ../> 스탠자의 ID 속성을 제거하십시오(이전 예제의 id='com.ibm.websphere.liberty.ND'). 그런 다음, Installation Manager가 패키지 그룹에서 모든 패키지를 설치 제거합니다.

주제의 유형을 표시하는 아이콘 태스크 주제

파일 이름: twlp_ins_uninstallation_dist_silent.html