3.4.3. Install ISO
- Red Hat Enterprise Linux 4 users must follow Procedure 3.6, “Install ISO on Red Hat Enterprise Linux 4”.
- Red Hat Enterprise Linux 5 users must follow Procedure 3.7, “Install ISO on Red Hat Enterprise Linux 5”.
- Red Hat Enterprise Linux 6 users must follow Procedure 3.8, “Install ISO on Red Hat Enterprise Linux 6”
Procedure 3.6. Install ISO on Red Hat Enterprise Linux 4
Important
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
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
Install JBoss Enterprise Application Platform
Run the followingup2datecommand, replacing WS_CHOICE withjbossas-ws-nativeorjbossas-ws-cxf[root ~]# up2date -i jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingup2datecommand to install certified and supported native components[root ~]# up2date jboss-eap5-native
Procedure 3.7. Install ISO on Red Hat Enterprise Linux 5
Important
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
Create Repository
Create a local repository for the ISO to retrieve packages from during installation.Create a file namedjbosslocal.repoin/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
Install JBoss Enterprise Application Platform
Run the followingyumcommand, replacing WS_CHOICE withjbossas-ws-nativeorjbossas-ws-cxf:[root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingyum installcommand 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
Important
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
Create Repository
Create a local repository for the ISO to retrieve packages from during installation.Create a file namedjbosslocal.repoin/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
Install JBoss Enterprise Application Platform
Run the followingyumcommand, replacing WS_CHOICE withjbossas-ws-nativeorjbossas-ws-cxf[root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingyum installcommand to install certified and supported native components[root ~]# yum install jboss-eap5-native

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.