Difference: BasicUsage (5 vs. 6)

Revision 62007-12-04 - AndrasLaszlo

Line: 1 to 1
 
META TOPICPARENT name="WebHome"

How to submit simple jobs onto the Grid

Line: 10 to 10
  After you have logged onto a UI machine, you are able to submit commands to the Grid.
Added:
>
>
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.

 

Log onto the Grid (get authenticated on the Grid)

 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright &© by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback