Difference between revisions of "Grid UI setup"

From PDP/Grid Wiki
Jump to navigationJump to search
(Created page with "On machines that support the CVMFS file system (stoomboot and most desktop systems), you can easily set up the Grid command-line tools. Check if your machine has CVMFS: stb...")
 
Line 53: Line 53:
 
  stbc-i2:~> voms-proxy-init --voms projects.nl:/projects.nl/modulations
 
  stbc-i2:~> voms-proxy-init --voms projects.nl:/projects.nl/modulations
 
  Enter GRID pass phrase for this identity: ....
 
  Enter GRID pass phrase for this identity: ....
 
 
This brings the following actions for you:
 
* Check if 'voms-proxy-init' is installed (Stoomboot UI)
 
* Configure the UI to recognise the 'projects.nl/modulations' VO group (Stoomboot UI)
 
 
so: checked.
 
 
Data transfer
 
-------------
 
Once the proxy is in place, the necessary commands to handle the interaction between the Stoomboot UI/worker nodes and the SURFsara dCache storage will use the gridftp protocol. The commands to be supplied are:
 
$ uberftp -mkdir gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/projects.nl/modulations/new_dir/
 
$ globus-url-copy file:///`pwd`/new_file.txt gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/projects.nl/modulations/new_dir/new_file.txt
 
This brings the following actions for you:
 
* Check if 'uberftp' is installed (Stoomboot UI and worker nodes)
 
* Check if 'globus-url-copy' is installed (Stoomboot UI and worker nodes)
 
See More
 
Data transfer
 
-------------
 
Once the proxy is in place, the necessary commands to handle the interaction between the Stoomboot UI/worker nodes and the SURFsara dCache storage will use the gridftp protocol. The commands to be supplied are:
 
$ uberftp -mkdir gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/projects.nl/modulations/new_dir/
 
$ globus-url-copy file:///`pwd`/new_file.txt gsiftp://gridftp.grid.sara.nl:2811/pnfs/grid.sara.nl/data/projects.nl/modulations/new_dir/new_file.txt
 
This brings the following actions for you:
 
* Check if 'uberftp' is installed (Stoomboot UI and worker nodes)
 
* Check if 'globus-url-copy' is installed (Stoomboot UI and worker nodes)
 
 
stbc-i2:~> which uberftp
 
/cvmfs/grid.cern.ch/emi3ui-latest/usr/bin/uberftp
 
stbc-i2:~> which globus-url-copy
 
/cvmfs/grid.cern.ch/emi3ui-latest/usr/bin/globus-url-copy
 

Revision as of 14:23, 20 July 2017