These steps describe how to deploy the second gateway server.
Important! Delete any previous installations or data before deploying the gateway. Residual test installations or MySQL data can cause installation problems.
Follow these steps:
NETWORKING_IPV6=no in /etc/sysconfig/network
/etc/sysconfig/clock
yum install ntp
/sbin/chkconfig ntpd on
service ntpd start
sync;sync;reboot
From CA Support:
From Oracle:
From MySQL:
cd ~/download rpm -ivh MySQL-client-5.5.30-1.rhel5.x86_64.rpm rpm -ivh MySQL-server-5.5.30-1.rhel5.x86_64.rpm cp -p my.cnf /etc service mysql start
Note: If the first RPM attempt fails, the base RedHat system may already have another version of MySQL installed. Use rpm -e to remove any conflicts.
Note: System scripts reference the JDK files in this location. Install the JDK in this specific subdirectory only.
cd ~/download mkdir tmp cd tmp tar xvzf ../jdk-7u21-linux-x64.tar.gz mkdir /opt/SecureSpan/ mv jdk1.7.0_21 /opt/SecureSpan/JDK unzip ../UnlimitedJCEPolicyJDK7.zip cp -p UnlimitedJCEPolicy/*jar /opt/SecureSpan/JDK/jre/lib/security/
Set the following values for the preceding command:
cp: overwrite `/opt/SecureSpan/JDK/jre/lib/security/local_policy.jar'?: Y
cp: overwrite `/opt/SecureSpan/JDK/jre/lib/security/US_export_policy.jar'?: Y
cd ~/download rpm -ivh ssg-7.1.1-3_noDB.noarch.rpm mkdir tmp cd tmp tar xvzf ../mysql-connector-java-5.1.20.tar.gz cp -p mysql-connector-java-5.1.20/mysql-connector-java-5.1.20-bin.jar /opt/SecureSpan/Gateway/runtime/lib/mysql-connector-java-5.1.20.jar chown layer7:layer7 /opt/SecureSpan/Gateway/runtime/lib/mysql-connector-java-5.1.20.jar chmod 444 /opt/SecureSpan/Gateway/runtime/lib/mysql-connector-java-5.1.20.jar
cd ~/download chmod +x ssg cp -p ssg /etc/init.d/ssg /sbin/chkconfig --add ssg
|
Copyright © 2013 CA.
All rights reserved.
|
|