Changes between Version 2 and Version 3 of Howtos/ESGFDownloadScript
- Timestamp:
- 18/11/10 10:25:30 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Howtos/ESGFDownloadScript
v2 v3 8 8 Two different client programs are described here: 9 9 1. Java [wiki:Howtos/ESGFDownloadScript#MyProxyLogonWebStart MyProxyLogon Webstart] application 10 1. Python [wiki:Howtos/ESGFDownloadScript#MyProxyClientPackage !MyProxyClient] package10 1. Python [wiki:Howtos/ESGFDownloadScript#MyProxyClientPackage MyProxyClient] package 11 11 12 12 They are alternative means of performing the same task of getting credentials. 13 13 14 == !MyProxyLogon !WebStart==14 === !MyProxyLogon !WebStart === 15 15 Select this [http://grid.ncsa.illinois.edu/myproxy/MyProxyLogon/MyProxyLogon.jnlp link] to invoke the !WebStart application. If this doesn't work the application can be [http://grid.ncsa.illinois.edu/myproxy/MyProxyLogon/MyProxyLogon.jar downloaded] and run from a command line instead: 16 16 {{{ … … 19 19 A window should appear when the program is run. 20 20 1. Enter your usual username/password in the Username and Passphrase textboxes respectively. 21 1. For the `Hostname` field enter, `myproxy.ceda.ac.uk` for CEDAs MyProxy service.21 1. For the `Hostname` field enter, `myproxy.ceda.ac.uk` for CEDAs !MyProxy service. 22 22 1. Alter the `Output` field to read, `<home directory>/.esg/credentials.pem` where <home directory> is your home directory path e.g. `/home/jbloggs` 23 23 1. Click on the tickbox to select `Write trust roots` … … 28 28 }}} 29 29 30 == !MyProxyClient Package==30 === !MyProxyClient Package === 31 31 This package provides a command line script for obtaining credentials from a !MyProxy server. To install, 32 32 {{{ … … 35 35 If you don't have `sudo` or admin access rights see [below] for alternative installation instructions. 36 36 37 === Call the script===37 ==== Call the script ==== 38 38 Give your usual CEDA / BADC username and when prompted enter your password. 39 39 {{{