Hi!!
I was installing the Globus toolkit 5.0 . After it has successfully
installed I was setting the environment variables.
1.
As globus, set *GLOBUS_LOCATION* to where you installed the Globus
Toolkit. This will be one of the following:
-
Using Bourne shells:
globus$ export GLOBUS_LOCATION=/path/to/install
export
GLOBUS_LOCATION=/home/globus/Desktop/globus/gt5.0.0-all-source-installer
This is the GLOBAL_LOCATION value
2.
Source $GLOBUS_LOCATION/etc/globus-user-env.*{sh,csh}* depending on your
shell.
-
Use *.sh* for Bourne shell:
globus$ . $GLOBUS_LOCATION/etc/globus-user-env.sh
After doing the second command I get an error No such file or directory. I
am not able to get what I am doing wrong.
Ankuj Gupta