Red Hat Training

A Red Hat training course is available for JBoss Enterprise Application Platform Common Criteria Certification

3.4.3. Install ISO

The version of Red Hat Enterprise Linux you run in your production environment determines what procedure to follow to install the ISO:
All ISO images contain the relevant security errata and patches for the evaluated configuration. You do not need to install any other errata when you choose the ISO installation method.

Procedure 3.6. Install ISO on Red Hat Enterprise Linux 4

Important

You must activate superuser privileges to install the ISO image.
  1. Mount ISO Image

    Mount the ISO image downloaded in Procedure 3.5, “Download the JBoss Enterprise Application Platform ISO” to /mnt/jboss.
    [root ~]# mkdir /mnt/jboss
    [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
  2. Create Local up2date Repository

    Create a local repository for the ISO to retrieve packages from during installation.
    Add the following line to /etc/sysconfig/rhn/sources.
    echo "dir jbosslocal /mnt/jboss/RedHat/RPMS/" >> /etc/sysconfig/rhn/sources
  3. Install JBoss Enterprise Application Platform

    Run the following up2date command, replacing WS_CHOICE with jbossas-ws-native or jbossas-ws-cxf
    [root ~]# up2date -i jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
  4. Optionally install Native Components

    Run the following up2date command to install certified and supported native components
    [root ~]# up2date jboss-eap5-native

Procedure 3.7. Install ISO on Red Hat Enterprise Linux 5

Important

You must activate superuser privileges to install the ISO image.
  1. Mount ISO Image

    Mount the ISO image downloaded in Procedure 3.5, “Download the JBoss Enterprise Application Platform ISO” to /mnt/jboss.
    [root ~]# mkdir /mnt/jboss
    [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
  2. Create Repository

    Create a local repository for the ISO to retrieve packages from during installation.
    Create a file named jbosslocal.repo in /etc/yum.repos.d/.
    [root ~]# cat << EOF > /etc/yum.repos.d/jbosslocal.repo 
    [jbosslocal] 
    name=jbosslocal 
    baseurl=file:///mnt/jboss/JBEAP 
    enabled=1 
    gpgcheck=0 
    EOF
  3. Install JBoss Enterprise Application Platform

    Run the following yum command, replacing WS_CHOICE with jbossas-ws-native or jbossas-ws-cxf:
    [root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
  4. Optionally install Native Components

    Run the following yum install command to install certified and supported native components:
    [root ~]# yum install jboss-eap5-native

Procedure 3.8. Install ISO on Red Hat Enterprise Linux 6

Important

You must activate superuser privileges to install the ISO image.

Important

This procedure is only relevant for Red Hat Enterprise Linux 6 and JBoss Enterprise Application Platform 5.1.1.
JBoss Enterprise Application Platform 5.1.0 ISOs are not compatible with Red Hat Enterprise Linux 6.
  1. Mount ISO Image

    Mount the ISO image downloaded in Procedure 3.5, “Download the JBoss Enterprise Application Platform ISO” to /mnt/jboss.
    [root ~]# mkdir /mnt/jboss
    [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
  2. Create Repository

    Create a local repository for the ISO to retrieve packages from during installation.
    Create a file named jbosslocal.repo in /etc/yum.repos.d/.
    [root ~]# cat << EOF > /etc/yum.repos.d/jbosslocal.repo 
    [jbosslocal] 
    name=jbosslocal 
    baseurl=file:///mnt/jboss 
    enabled=1 
    gpgcheck=0 
    EOF
  3. Install JBoss Enterprise Application Platform

    Run the following yum command, replacing WS_CHOICE with jbossas-ws-native or jbossas-ws-cxf
    [root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
  4. Optionally install Native Components

    Run the following yum install command to install certified and supported native components
    [root ~]# yum install jboss-eap5-native