This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/wiki/do/viewPage/projects.gin/wiki/Clients at Fri, 04 Nov 2022 20:12:47 GMT SourceForge : View Wiki Page: Clients

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Search Wiki Pages Project: GIN-CG     Wiki > Clients > View Wiki Page
wiki1646: Clients

EGEE

A list of LDAP URLs representing EGEE sites can be found here.

Theses URLS can be used to do and ldapsearch in the following way.

Site-Name ldap://<host>:<port>/bind

ldapsearch -x -h <hots> -p port -b <bind>

Note: For the bind point the forward slash should be change to a comma.

OSG

A list of LDAP URLs representing OSG sites can be found here.

Theses URLS can be used to do and ldapsearch in the following way.

Site-Name ldap://<host>:<port>/bind

ldapsearch -x -h <hots> -p port -b <bind>

Note: For the bind point the forward slash should be change to a comma.

NDGF

A list of LDAP URLs representing NDGF sites can be found here.

Theses URLS can be used to do and ldapsearch in the following way.

Site-Name ldap://<host>:<port>/bind

ldapsearch -x -h <hots> -p port -b <bind>

Note: For the bind point the forward slash should be change to a comma.

Naregi

Install the naregi-infoservice-client tarball.

Use the API for querying the system

Teragrid

After installing GT4, wsrf-query command can be used.

wsrf-query -a -s https://mds.teragrid.org:8443/wsrf/services/DefaultIndexService

Pragma

wget "http://pragma-goc.rocksclusters.org/cgi-bin/scmsweb/glue.cgi?format=ldif&compat=1" -O pragma.ldif

DEISA

The WSDL for the WS interface can be found here.

Using goap, the C header file can be created with the following command

wsdl2h -c -o GINService.h http://gin.deisa.org/ginservice/services/GINService?wsdl

soapcpp2 -C -L -c GINService.h

gcc -O3 -o client Client.c soapClient.c soapC.c -lgsoap

NGS

The top-level MDS GIIS can be queried in the following way.

ldapsearch -x -h ngsinfo.grid-support.ac.uk -p 2135 -b ,o=grid

APAC

The top-level MDS GIIS can be queried in the following way.

ldapsearch -x -h ng1.vpac.org -p 2135 -b mds-vo-name=apac,o=grid

Attachments:
Client.c [Clients/Client.c]
 



Versions Associations Attachments (1) Back Links  
Version Version Comment Created By
Version 12 Laurence Field - 11/17/2006
Version 11 Laurence Field - 11/17/2006
Version 10 Laurence Field - 11/17/2006
Version 9 Laurence Field - 11/16/2006
Version 8 Laurence Field - 11/15/2006
Version 7 Laurence Field - 11/15/2006
Version 6 Laurence Field - 11/15/2006
Version 5 Laurence Field - 11/15/2006
Version 4 Laurence Field - 11/15/2006
Version 3 Laurence Field - 11/15/2006
Version 2 Laurence Field - 11/15/2006
Version 1 Laurence Field - 11/15/2006



The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/wiki/do/viewPage/projects.gin/wiki/Clients at Fri, 04 Nov 2022 20:12:55 GMT