Swift Notes: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
 
Line 18: Line 18:
* Connect to UABgrid
* Connect to UABgrid
   grid-proxy-init
   grid-proxy-init
*This will bring up a request for your GRID passphrase.  Enter the passphrase that was used when the private key was created.
* This will bring up a request for your GRID passphrase.  Enter the passphrase that was used when the private key was created.
* The [http://www.ci.uchicago.edu/swift Swift website] contains an excellent tutorial on scripting with Swift.

Revision as of 17:11, 11 February 2008

Swift

  • Create account for user on stage.uabgrid.uab.edu.
  • User can connect to stage.uabgrid.uab.edu:
  ssh stage.uabgrid.uab.edu
  • You will need a UABgrid certificate
  • From UABgrid CA, go to "Manage Your UABgrid User Certificate."
  • Download the user key and certificate. Save them to Desktop as userkey.pem and usercert.pem.
  • Put the files into .globus and copy .globus to stage:
 mkdir .globus
 mv Desktop/user* .globus
 ls -lc .globus
 cd .globus 
 chmod 400 userkey.pem
 cd $HOME
  • Connect to UABgrid
 grid-proxy-init
  • This will bring up a request for your GRID passphrase. Enter the passphrase that was used when the private key was created.
  • The Swift website contains an excellent tutorial on scripting with Swift.