Start of topic | Skip to actions
Globus 2.4.3 InstallerFollow the simple steps below to install Globus 2.4.3 (server or client tools).Step 0 - Know your node!?If you already have a Globus installation on your node it's a good idea to back this up before you begin...
$ mv /pathto/globus /pathto/globus.OLD
$ mv /etc/grid-security /etc/grid-security.OLD
Information you need to know about your node...
Step 1 - InstallationDownload the following self installer for Unix:
$ bash badg_install_2.4.3.sh
Once you've answered the questions installation will begin and you can leave it unattended.
Installation can take a couple of hours!
At the end you may be prompted for the Root password a few times for final setup.
Step 1.1 - ProblemsLook at the install.log file if there were any problems. If you are able to fix a problem you can rerun badg_install_2.4.3.sh to continue the installation.Step 2 - Post-InstallationFollow the instructions provided at the end of installation. These can also be found at the end of the install.log file.Further Configuration, Administration, TroubleshootingTry reading the Administration documentation found in $GLOBUS_LOCATION/share/doc/SystemAdmin.html once Globus has been installed. If anything seems to be broken check the install.log file for problems. Globus GPT occassionally doesn't report problems back to the installer. If a particular packages seems to have had errors you can try to fix the problem (eg. install dependencies) and force rebuild...
$ less install.log
gpt-build ====> CHECKING BUILD DEPENDENCIES FOR globus_gridftp_server
gpt-build ====> Changing to /opt/globus2.4.3/packages/BUILD/globus_gridftp_server-1.12/
gpt-build ====> BUILDING FLAVOR gcc32dbg
make: *** [all] Error 2
$ cd /opt/globus2.4.3/packages/BUILD/globus_gridftp_server-1.12/
$ gpt-build -force gcc32dbg
| |