문서의 이전 판입니다!
JBoss EAP 8 update
JBoss EAP 8
부터는 maven repository
형태로 업데이트 파일이 제공된다.
RedHat 고객포털에서 제공되는 maven repository
패치파일을 다운로드 받아 압축을 풀어둔다.
이후 8버전부터 새롭게 제공되는 jboss-eap-installation-manager.sh
로 업데이트를 진행한다.
Ex)./bin/jboss-eap-installation-manager.sh update perform --offline --repositories=file:/root/jboss/jboss-eap-8.0.3.GA-maven-repository/maven-repository/ --yes
[root@test-rhel9 jboss]# cd jboss-eap-8.0 [root@test-rhel9 jboss-eap-8.0]# ll total 464 drwxr-xr-x. 3 root root 27 Jan 19 2024 appclient drwxr-xr-x. 4 root root 4096 Jan 19 2024 bin drwxr-xr-x. 5 root root 52 Jan 19 2024 docs drwxr-xr-x. 4 root root 38 Jan 19 2024 domain -rw-r--r--. 1 root root 419 Jan 19 2024 JBossEULA.txt -rw-r--r--. 1 root root 431592 Jan 19 2024 jboss-modules.jar -rw-r--r--. 1 root root 26530 Jan 19 2024 LICENSE.txt drwxr-xr-x. 3 root root 20 Jan 19 2024 modules drwxr-xr-x. 6 root root 68 Jan 19 2024 standalone -rw-r--r--. 1 root root 63 Jan 19 2024 version.txt drwxr-xr-x. 4 root root 158 Jan 19 2024 welcome-content [root@test-rhel9 jboss-eap-8.0]# ./bin/jboss-eap-installation-manager.sh update perform --offline --repositories=file:/root/jboss/jboss-eap-8.0.3.GA-maven-repository/maven-repository/ --yes Updating server: /root/jboss/jboss-eap-8.0/. Updates found: com.fasterxml:classmate 1.5.1.redhat-00001 ==> 1.5.1.redhat-00004 com.fasterxml.jackson.core:jackson-annotations 2.15.2.redhat-00001 ==> 2.15.4.redhat-00001 com.fasterxml.jackson.core:jackson-core 2.15.2.redhat-00001 ==> 2.15.4.redhat-00001 com.fasterxml.jackson.core:jackson-databind 2.15.2.redhat-00001 ==> 2.15.4.redhat-00001 com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 2.15.2.redhat-00001 ==> 2.15.4.redhat-00001 ... org.wildfly.wildfly-http-client:wildfly-http-client-common 2.0.6.Final-redhat-00001 ==> 2.0.7.Final-redhat-00001 org.wildfly.wildfly-http-client:wildfly-http-ejb-client 2.0.6.Final-redhat-00001 ==> 2.0.7.Final-redhat-00001 org.wildfly.wildfly-http-client:wildfly-http-naming-client 2.0.6.Final-redhat-00001 ==> 2.0.7.Final-redhat-00001 org.wildfly.wildfly-http-client:wildfly-http-transaction-client 2.0.6.Final-redhat-00001 ==> 2.0.7.Final-redhat-00001 org.yaml:snakeyaml 2.0.0.redhat-00003 ==> 2.0.0.redhat-00012 software.amazon.ion:ion-java 1.0.2.redhat-00004 ==> 1.0.2.redhat-00005 wsdl4j:wsdl4j 1.6.3.redhat-2 ==> 1.6.3.redhat-00008 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 15.03 seconds. [root@test-rhel9 jboss-eap-8.0]# bin/jboss-eap-installation-manager.sh history [0cd53c3c] 2024-09-26T05:39:43Z - update [org.jboss.eap.channels:eap-8.0::1.3.0.GA-redhat-00004] [3268b557] 2024-01-19T09:04:16Z - install [org.jboss.eap.channels:eap-8.0::1.0.1.GA-redhat-00003] [root@test-rhel9 jboss-eap-8.0]#
JBoss EAP 8.0.2+
이후 버전부터는 maven repository
파일을 풀지 않고 압축파일 형태로 바로 업데이트도 가능하다.
$ ./bin/jboss-eap-installation-manager.sh update perform --offline --repositories=file:/tmp/jboss-eap-8.0.2-maven-repository.zip --yes
참조링크
로그인하면 댓글을 남길 수 있습니다.