Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
5.2. Uninstall Fuse on EAP Integration Patch
To uninstall Red Hat Fuse on EAP Integration patch, perform following steps:
-
Navigate to
$EAP_HOME/bindirectory. Query the server to view the installed patches:
[userid@localhost bin]./fusepatch.sh --query-server kie-eap-distribution-6.5.0.Final-redhat-15 fuse-patch-distro-wildfly-2.4.0.redhat-1 fuse-integration-eap-distro-1.7.0.redhat-630036 fuse-eap-distro-6.3.0.redhat-377
[userid@localhost bin]./fusepatch.sh --query-server kie-eap-distribution-6.5.0.Final-redhat-15 fuse-patch-distro-wildfly-2.4.0.redhat-1 fuse-integration-eap-distro-1.7.0.redhat-630036 fuse-eap-distro-6.3.0.redhat-377Copy to Clipboard Copied! Toggle word wrap Toggle overflow Disable the Red Hat Fuse Integration configuration layers as follows:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Disable the JBoss BPMS configuration layers as follows:
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Uninstall
integration-eapandkie-eappackages as follows:[userid@localhost bin]./fusepatch.sh --uninstall fuse-integration-eap-distro-1.7.0.redhat-630036 Uninstall fuse-integration-eap-distro-1.7.0.redhat-630036 [userid@localhost bin]./fusepatch.sh --uninstall kie-eap-distribution-6.5.0.Final-redhat-15 Uninstall kie-eap-distribution-6.5.0.Final-redhat-15
[userid@localhost bin]./fusepatch.sh --uninstall fuse-integration-eap-distro-1.7.0.redhat-630036 Uninstall fuse-integration-eap-distro-1.7.0.redhat-630036 [userid@localhost bin]./fusepatch.sh --uninstall kie-eap-distribution-6.5.0.Final-redhat-15 Uninstall kie-eap-distribution-6.5.0.Final-redhat-15Copy to Clipboard Copied! Toggle word wrap Toggle overflow Verify that the patches are uninstalled and then restart JBoss EAP server to verify that it’s working.
[userid@localhost bin]./fusepatch.sh --query-server fuse-patch-distro-wildfly-2.4.0.redhat-1 fuse-eap-distro-6.3.0.redhat-377 [userid@localhost bin]./jboss-cli.sh -c "shutdown --restart=true"
[userid@localhost bin]./fusepatch.sh --query-server fuse-patch-distro-wildfly-2.4.0.redhat-1 fuse-eap-distro-6.3.0.redhat-377 [userid@localhost bin]./jboss-cli.sh -c "shutdown --restart=true"Copy to Clipboard Copied! Toggle word wrap Toggle overflow