3.2. jboss-eap-installation-manager를 사용하여 오프라인 상태로 JBoss EAP 업데이트
시스템에서 로컬로 새 업데이트를 사용할 수 있는 경우 인터넷에 액세스하지 않고 JBoss EAP 설치를 업데이트할 수 있습니다. 이 오프라인 업데이트 기능을 사용하면 업데이트 프로세스를 보다 효과적으로 제어할 수 있으며 외부 Maven 리포지토리에 액세스할 수 없거나 수동으로 업데이트를 관리하려는 경우에 유용할 수 있습니다.
사전 요구 사항
- Red Hat 고객 포털에서 계정을 생성했습니다.
-
JBoss EAP
jboss-eap-installation-manager를 다운로드했습니다.
프로세스
- Red Hat 고객 포털에서 오프라인 리포지토리를 다운로드합니다.
- 다운로드한 아카이브 파일을 추출합니다.
서버를 중지합니다.
참고계속하기 전에 추출된 Maven-repository 하위 폴더를 가리키도록 경로를 올바르게 설정해야 합니다.
업데이트를 수행합니다.
$ ./jboss-eap-installation-manager.sh update perform \ --dir jboss-eap-8.0 \ --repositories mrrc::file:<PATH_TO_EXTRACTED_REPOSITORY>/jboss-eap-8.0.1.GA-maven-repository/maven-repository \ --offline나머지 프롬프트에 따라 JBoss EAP의 업데이트 프로세스를 완료합니다.
Updates found: io.undertow:undertow-core 2.3.7.SP1-redhat-00001 ==> 2.3.8.Final-redhat-00001 Continue with update [y/N]: y Building updates Feature-packs resolved. Packages installed. Downloaded artifacts. JBoss modules installed. Configurations generated. JBoss examples installed. Build update complete! Applying updates Update complete! Operation completed in 46.35 seconds.