Swift Notes: Difference between revisions

From Cheaha
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:02, 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.