
6
RPM Installation
Instead of using the OVF with the CentOS 6.2 64 bit architecture, you can use the RPM to install the AFM software. For
information about using the OVF to deploy the AFM, see Deploying the OVF.
Pre-requisites
Before you begin, install the following:
1. CentOS 6.x 64-bit.
For information about installing CentOS 6.x, see http://www.centos.org/modules/tinycontent/index.php?id=30. We
recommend that you use the CentOS 6.2 64 bit architecture. For information about the CentOS 6.2 release notes,
see http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.2
2. PostgreSQL 64 bit software, version 9.1
The PostgresSQL core distribution and download URL is located at http://www.postgresql.org/download/linux/
redhat/.
3. Download the AFM RPM files from iSupport.
Step 1: Configuring CentOS
Because the default iptables configuration on the CentOS does not allow access to HTTP (TCP Port 80) and HTTPS (TCP
Port 443) ports used by web server, make sure that you configure your firewall to allow access to these ports so that
they can be used for HTTP services.
To configure the firewall on CentOS to allow the HTTP and HTTPS port to connect to the AFM server:
1. Set the hostname of web server. The following example shows you how to set the hostname to Centos62.
# vi /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=Centos62
GATEWAY=10.16.148.254
:wq
2. 2. Add the hostname in etc/hosts file. The following example, adds the IP address 10.16.148.119 and hostname
Centos62 to this file.
# vi /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
10.16.148.119 Centos62
3.
Configure the IP table to accept the webserver port 443 and 80. AFM uses HTTPs port 443 and HTTP port 80 for the
webserver.
# vi /etc/sysconfig/iptables
# Firewall configuration written by system-config-firewall
31
Komentarze do niniejszej Instrukcji