|
META TOPICPARENT |
name="WebHome" |
How to submit simple jobs onto the Grid |
|
setenv GLITE_USER_HOME /some_directory/glite (for tcsh). |
|
> > | By default, on every User Interface machine, the Grid Certificates of the trusted sites are located under the /etc/grid-security/certificates 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:
export X509_CERT_DIR=/some_directory/certificates (for bash), or
setenv X509_CERT_DIR /some_directory/certificates (for tcsh). |
| To customize the Grid behavior, the environmental variable GLITE_WMSUI_CONFIG_VAR can be used to point to a configuration file, like:
export GLITE_WMSUI_CONFIG_VAR=/some_directory/glite_wms.conf (for bash), or
setenv GLITE_WMSUI_CONFIG_VAR /some_directory/glite_wms.conf (for tcsh). |
|
< < | The default version of the file glite_wms.conf may be obtained from /opt/glite/etc//glite_wms.conf on any UI machine. (However, the prefix /opt may be different on various platforms, if non-standard installation directory is used for GLite.) |
> > | The default version of the file glite_wms.conf may be obtained from /opt/glite/etc/glite_wms.conf on any UI machine. (However, the prefix /opt may be different on various platforms, if non-standard installation directory is used for GLite.) |
|
Log onto the Grid (get authenticated on the Grid) |