Swift Notes: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Swift) |
||
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
- The link for UABgrid CA is in UABgrid Documentation.
- Obtain an account on UABgrid first; you will have to log in to get the 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.