Install System Changes

From UGP-Wiki

Revision as of 20:28, 13 February 2007 by Joan (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

[edit] VII. System changes after installation

Here is a summary of system file changes that occurr during the installation of UGP. The changes in item 1 occurr during installation as user globus. The changes in items 2 and 3 are done during post-install as root. Item 4 is done only if the Grid Portal machine runs iptables.

1. Lines added to /home/globus/.bash_profile:
       export ANT_HOME=/home/globus/JDK-ANT/apache-ant-1.6.2
       export JAVA_HOME=/home/globus/JDK-ANT/jdk1.5.0_05
       export PATH=$JAVA_HOME/bin:$ANT_HOME/bin:$PATH
       #ADD by UCLA Grid Portal
       export GLOBUS_LOCATION=/home/globus/UCPortal/GT4
       export GPT_LOCATION=$GLOBUS_LOCATION
       . $GLOBUS_LOCATION/etc/globus-user-env.sh
       export CATALINA_HOME=/home/globus/UCPortal/apache-tomcat-5.5.17
2. Lines added to /etc/services:
       gsiftp 2811/tcp
3. Various files under /etc/grid-security are modified.
4. The following line is added to /etc/sysconfig/iptables (for Fedora Core):
       -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 9443
       -j ACCEPT
Personal tools