Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
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/jbossCreate 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/sourcesInstall 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-ccOptionally 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/jbossCreate 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 EOFInstall 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-ccOptionally 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/jbossCreate 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 EOFInstall 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-ccOptionally install Native Components
Run the followingyum installcommand to install certified and supported native components[root ~]# yum install jboss-eap5-native