> > | You should have your Grid user key files usercert.pem and userkey.pem under ~/.globus directory. If they are located, for whatever reason, under an alternative location, it can be told to the Grid applications by setting the following environmental variables, like:
export X509_USER_CER=/some_directory/globus/usercert.pem
export X509_USER_KEY=/some_directory/globus/userkey.pem (for bash), or
setenv X509_USER_CER /some_directory/globus/usercert.pem
setenv X509_USER_KEY /some_directory/globus/userkey.pem (for tcsh).
To customize the Grid behavior, the environmental variable EDG_WL_UI_CONFIG_VAR can be used to point to a configuration file file, like:
export EDG_WL_UI_CONFIG_VAR=/some_directory/edg.conf (for bash), or
setenv EDG_WL_UI_CONFIG_VAR /some_directory/edg.conf (for tcsh).
The default version of the file edg.conf may be obtained from /opt/edg/etc/edg_wl_ui_cmd_var.conf on any UI machine. |