Access Keys:
Skip to content (Access Key - 0)

GTS

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
## Supply the *PointOfContact*. This is the person responsible for maintaining the service.
A completed example:
{code:XML}<ns1:hostingResearchCenter><ns53:ResearchCenter displayName="Ohio State University"shortName="OSU"xmlns:ns53="gme://caGrid.caBIG/1.0/gov.nih.nci.cagrid.metadata.common"><ns53:Address country="US"locality="Columbus"postalCode="43210"stateProvince="OH"street1="3190 Graves Hall"street2="333 W. 10th Ave."/><ns53:pointOfContactCollection><ns53:PointOfContact affiliation="OSU"email="John.Doe@osumc.edu"firstName="John"lastName="Doe"phoneNumber="(555) 555-5555"role="Maintainer"/></ns53:pointOfContactCollection></ns53:ResearchCenter></ns1:hostingResearchCenter>
{code:XML}
<ns1:hostingResearchCenter>
<ns53:ResearchCenter displayName="Ohio State University"shortName="OSU"xmlns:ns53="gme://caGrid.caBIG/1.0/gov.nih.nci.cagrid.metadata.common">
<ns53:Address country="US"locality="Columbus"postalCode="43210"stateProvince="OH"street1="3190 Graves Hall"street2="333 W. 10th Ave."/>
<ns53:pointOfContactCollection>
<ns53:PointOfContact affiliation="OSU"email="John.Doe@osumc.edu"firstName="John"lastName="Doe"phoneNumber="(555) 555-5555"role="Maintainer"/>
</ns53:pointOfContactCollection>
</ns53:ResearchCenter>
</ns1:hostingResearchCenter>
{code}
{info:title=Note}By default, the GTS registers with and publishes its service metadata to the Index Service. The default Index Service is configured as the Index Service of the target grid you selected when you installed the GTS. You can find configuration details on registering and publishing to the Index Service, including disabling registration and changing which Index Service to register with, on the [Registration and Discovery] page. {info}
\\
\\
{noformat}ant addAdmin Buildfile: build.xml setGlobus: checkGlobus: [echo] Globus: /Users/langella/ext/ws-core-4.0.3 addAdmin: [input] Please enter the grid identity for the admin you wish to add: /O=caBIG/OU=caGrid/OU=Training/OU=Dorian/CN=langella Warning: Reference service.run.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference service.run.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference service.build.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference service.build.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference base.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. Warning: Reference base.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets. [java] The user /O=caBIG/OU=caGrid/OU=Training/OU=Dorian/CN=langella was succesfully added as an administrator of the GTS (GTS) BUILD SUCCESSFUL Total time: 2 seconds
{noformat}ant addAdmin
Buildfile: build.xml setGlobus: checkGlobus:
[echo] Globus: /Users/langella/ext/ws-core-4.0.3 addAdmin:
[input] Please enter the grid identity for the admin you wish to add:
/O=caBIG/OU=caGrid/OU=Training/OU=Dorian/CN=langella

Warning: Reference service.run.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
Warning: Reference service.run.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
Warning: Reference service.build.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
Warning: Reference service.build.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
Warning: Reference base.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
Warning: Reference base.extended.classpath has not been set at runtime, but was found during build file parsing, attempting to resolve. Future versions of Ant may support referencing ids defined in non-executed targets.
[java]
The user /O=caBIG/OU=caGrid/OU=Training/OU=Dorian/CN=langella was succesfully added as an administrator of the GTS (GTS)
BUILD SUCCESSFUL Total time: 2 seconds
{noformat}

{info}In order for the initial administrators to authenticate with the GTS, Globus must trust the certificate authority that issued their credentials. If your credentials were issued by a certificate authority in the target grid you chose, you do not have to worry about this because SyncGTS handles it for you. Otherwise, you would have to manually copy the CA certificate to the Globus trusted certificates directory, which is usually USER_HOME/.globus/certificates. Globus requires all CA certificates in its trusted certificates directory to be in PEM format and to have a digit extension (0-9). For example, if a CA certificate is stored in the file cacert.pem in PEM format, then to configure Globus to trust this certificate authority, you would need to copy it into the directory USER_HOME/.globus/certificates (create directory if needed) with the file name cacert.0. Once the initial trust fabric has been set up, [SyncGTS|SyncGTS] should be deployed. It then takes over the management of the Globus trusted certificates directory, keeping in it sync with the trust fabric.
{info}
Last edited by
Mark Grand (791 days ago) , ...
Adaptavist Theme Builder Powered by Atlassian Confluence