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 followingup2date
command, replacing WS_CHOICE withjbossas-ws-native
orjbossas-ws-cxf
[root ~]# up2date -i jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingup2date
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
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.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
Install JBoss Enterprise Application Platform
Run the followingyum
command, replacing WS_CHOICE withjbossas-ws-native
orjbossas-ws-cxf
:[root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingyum 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
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.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
Install JBoss Enterprise Application Platform
Run the followingyum
command, replacing WS_CHOICE withjbossas-ws-native
orjbossas-ws-cxf
[root ~]# yum install jbossas-messaging WS_CHOICE jbossas jbossas-security-policy-cc
Optionally install Native Components
Run the followingyum install
command to install certified and supported native components[root ~]# yum install jboss-eap5-native