응답 파일을 사용하여 분산 운영 체제에서 Liberty 수정팩 설치 제거
Installation Manager 응답 파일을 사용하여 WebSphere® Application Server Liberty를 이전 버전으로 롤백할 수 있습니다.
시작하기 전에
롤백 프로세스 중 Installation Manager가 이전 버전의 패키지에서 파일에 액세스해야 합니다. 기본적으로 이 파일은 패키지 설치 시 컴퓨터에 저장됩니다. 기본 설정을 변경하거나 저장된 파일을 삭제하는 경우, Installation Manager가 이전 버전을 설치하는 데 사용한 저장소에 액세스해야 합니다.
프로시저

예
다음은 제품을 이전 버전으로 롤백하는 응답 파일의 예입니다.
<?xml version="1.0" encoding="UTF-8"?>
<agent-input>
<server>
<repository location='https://www.ibm.com/software/repositorymanager/com.ibm.websphere.liberty.ND'/>
</server>
<profile id='WebSphere Liberty' installLocation='C:\Program Files\IBM\WebSphere\Liberty'>
</profile>
<rollback>
<offering profile='WebSphere Liberty' id='com.ibm.websphere.liberty.ND' version='16.0.2.20161025_2108'/>
</rollback>
</agent-input>
팁: