Difference between revisions of "XGrid Command Line"

From dftwiki3
Jump to: navigation, search
(Created page with ' =Example of Command-Line access to the Host= xgrid -h mathgrid0.smith.edu -password xxxxxxxx -grid list An alternative to providing the name of the controller and the passw…')
 
(Example of Command-Line access to the Host)
 
Line 17: Line 17:
 
<br />
 
<br />
 
<br />
 
<br />
[[Category:XGrid]]
+
[[Category:XGrid]][[Category:Tutorials]]

Latest revision as of 22:11, 15 February 2010

Example of Command-Line access to the Host

xgrid -h mathgrid0.smith.edu -password xxxxxxxx -grid list

An alternative to providing the name of the controller and the password on the command line is to store these commands in your .bash_profile file (assuming bash is your shell):

export XGRID_CONTROLLER_HOSTNAME=131.229.72.40
export XGRID_CONTROLLER_PASSWORD=xxxxxx

(If you do not remember the password, ask one of the Screms participants)