Installing Red Hat Application Stack - Red Hat APPLICATION STACK 2.1 - RELEASE NOTES Release Note

Table of Contents

Advertisement

Chapter 3.

Installing Red Hat Application Stack

To install Red Hat Application Stack V.2.1:
1. If you have an existing database, back up your data and shut down the database:
• If you are using PostgreSQL:
Back-up your database. For example, run:
su -
rm -rf /tmp/pg.backup
su - postgres
/usr/bin/pg_dumpall > /tmp/pg.backup
exit
• If you are using MySQL:
Backing-up your database is optional but recommended. Run as root:
mysqldump --all-databases -p > /tmp/mysqldumpfile.sql
2. Stop the daemons:
/sbin/service httpd stop
• To shut down MySQL:
/sbin/service mysqld stop
• To shut down PostgreSQL:
/sbin/service postgresql stop
3. Install the software:
• Option 1. To install from RHN, which is the preferable option to avoid dependency issues:
• Subscribe to the Red Hat Application Stack child channel:
e.g:
rhel-x86_64-5-appstk-2
• Subscribe to the Enterprise Application Platfrom child channel:
or
rhel-i386-5-appstk-2
7

Advertisement

Table of Contents
loading

This manual is also suitable for:

Application stack v.2.1

Table of Contents