Pascal's Weblog
The Grid...



Archives
« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 9

« Globus on Solaris 10... | Main | DRMAA »
Thursday Nov 09, 2006
Globus client certificates
These steps are used to connect to a GridFTP server and set up the security certificates appropriately; they are provided by Gabriele Carcassi, a senior engineer here at Sun.

We will be using the Commodity Grid (CoG) Kits on the client.

On your machine, as yourself:
> ./cog-4_1_4/bin/grid-cert-request -cn "Pascal Ledru"
>scp .globus/usercert_request.pem root@myserver.central.sun.com:usercert_request.ledru.pem

On myserver, as root:
> /usr/local/globus-4.0.3/bin/grid-ca-sign -in usercert_request.ledru.pem -out usercert.ledru.pem

On the client machine, as yourself:
> scp root@myserver.central.sun.com:usercert.ledru.pem .globus/usercert.pem
> ./install/cog-4_1_4/bin/grid-proxy-init

On the server, edit the /etc/grid-security/grid-mapfile to add an entry such as:
"/O=Grid/OU=GlobusTest/OU=simpleCA-myserver/CN=Pascal Ledru" globus

On the client, try the file-transfer script:
 ./cog-file-transfer -s file:///home/pl108086/test.txt -d gridftp://myserver.central.sun.com:2811/tmp/TEST.txt


Et voila...
Posted at 02:00PM Nov 09, 2006 by Pascal Ledru in Grid Computing  |  Comments[0]

Comments:

Post a Comment:
  • HTML Syntax: NOT allowed