How to determine JBOSS EAP version used in RHEV 3

Solution Verified - Updated -

Environment

  • Red Hat Enterprise Virtualization (RHEV) 3.3
  • Red Hat Enterprise Virtualization (RHEV) 3.2
  • Red Hat Enterprise Virtualization (RHEV) 3.1

Issue

  • Need to determine what version of JBOSS EAP is currently installed on RHEV-M

Resolution

  • Method 1

    • Find out the JBOSS-AS rpm version currently installed on RHEV-M
    # rpm -qa jboss-as*
    jboss-as-osgi-7.2.0-8.Final_redhat_8.ep6.el6.noarch
    jboss-as-osgi-configadmin-7.2.0-8.Final_redhat_8.ep6.el6.noarch
    .
    .
    <snip>
    
    • Use the above rpm version to determine JBOSS EAP version
    JBOSS-AS 7.2.0 Final == JBOSS EAP 6.1.0
    

    Note : Version mappings can be retrieved from this article

  • Method 2 ( Only if JBOSS is running )

    # grep EAP /var/log/ovirt-engine/boot.log 
    17:25:15,098 INFO  [org.jboss.as] JBAS015899: JBoss EAP 6.0.0.GA (AS 7.1.2.Final-redhat-1) starting
    

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments