This is still a problem on Big Red. Any other ideas? -Stu
On Jan 9, 2009, at Jan 9, 10:43 AM, Mike Lowe wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Stuart Martin wrote: >> Kate, Mike, >> >> This is not a familiar error to the Globus folks I asked. >> >> Eric Blau mentioned there was an update recently (December) to the list >> of CAs that TG trusts, but I have no idea if its absence (or presence) >> would cause something like that error. >> So compare the ca dirs between the working host and the not working host >> > > The CA dir on BigRed is up to date, the inca user on BigRed gets the > error my user account on BigRed does not get the error. Kate copied > /etc/grid-security/certificates on a working host at SDSC to > ~/.globus/certificates and still got the error. > > I ran the following on BigRed as the inca user. > > BigRed grid-security/certificates> openssl verify -CApath > /etc/grid-security/certificates/ -verbose > /N/soft/certificates/g1.hostcert.pem > /N/soft/certificates/g1.hostcert.pem: OK > > >> Charles suggested to check JAVA_HOME and check CLASSPATH >> > JAVA_HOME and CLASSPATH are identical > >> -Stu >> >> On Jan 8, 2009, at Jan 8, 10:32 AM, Stuart Martin wrote: >> >>> The situation is that a GT4 container is working on bigred except for >>> the inca account from the bigred login host. The inca account can >>> successfully run commands from a different host. >>> >>> Here is the error pulled from below: >>>>>>> >>> BigRed inca/BigRed> wsrf-query -a -s >>> https://g1.bigred.teragrid.iu.edu:8446/wsrf/services/DefaultIndexService >>> >>> Error: ; nested exception is: >>> org.globus.common.ChainedIOException: Authentication failed >>> [Caused by: org.ietf.jgss.GSSException, major code: 11, minor code: 0 >>> major string: General failure, unspecified at GSSAPI level >>> minor string: None [Caused by: Bad certificate >>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not >>> initialized)]] >>> <<<< >>> >>> >>> Any ideas? >>> >>> Thanks, >>> -Stu >>> >>> Begin forwarded message: >>> >>>> From: Mike Lowe <[email protected]> >>>> Date: January 7, 2009 9:01:44 PM CST >>>> To: Kate Ericson <[email protected]> >>>> Cc: Stuart Martin <[email protected]>, Inca Inca <[email protected]> >>>> Subject: Re: globus-mds-info service >>>> >> Good call on the hostname, I made the typo in the kit reg and repeatedly >> missed it. The iu.edu name is now in the reg and is the correct one. >> >> g1:~ # openssl x509 -in /etc/grid-security/containercert.pem -noout >> -subject >> subject= /C=US/O=UTAustin/OU=TACC/CN=g1.bigred.teragrid.iu.edu >> >> >> Kate Ericson wrote: >>>>>> The mds-info service started failing on bigred on Wednesday, Novemeber >>>>>> 5, 2008 at 4PM Pacific. I can get it to pass on SDSC's cluster if I >>>>>> use >>>>>> "g1.bigred.teragrid.iu.edu" instead of "g1.bigred.iu.teragrid.org" >>>>>> (which is what is registered in the core kit for the service). It >>>>>> still >>>>>> fails on bigred though and there wasn't anything set for a trusted cert >>>>>> location, I'm using the same cert as SDSC and the DN's in the >>>>>> grid-mapfile. I decided to copy SDSC's certs into bigred's >>>>>> ~inca/.globus/certificates (see error below) so that I would have the >>>>>> same cert directory that was succeeding at SDSC. The only thing google >>>>>> turned up for me with a similar error was >>>>>> http://www.mail-archive.com/[email protected]/msg00298.html. >>>>>> Any >>>>>> ideas? Here's the debug output: >>>>>> >>>>>> >>>>>> BigRed BigRed/.globus> wsrf-query -d -a -s >>>>>> "https://g1.bigred.teragrid.iu.edu:8446/wsrf/services/DefaultIndexService" >>>>>> >>>>>> "//*[local-name()='V4KitsRP']/*//Kit[Name = 'core.teragrid.org' and >>>>>> Version = '4.0.2']" >>>>>> >>>>>> AxisFault >>>>>> faultCode: >>>>>> {http://schemas.xmlsoap.org/soap/envelope/}Server.userException >>>>>> faultSubcode: >>>>>> faultString: org.globus.common.ChainedIOException: Authentication >>>>>> failed [Caused by: org.ietf.jgss.GSSException, major code: 11, minor >>>>>> code: 0 >>>>>> major string: General failure, unspecified at GSSAPI level >>>>>> minor string: None [Caused by: Bad certificate >>>>>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not initialized)]] >>>>>> faultActor: >>>>>> faultNode: >>>>>> faultDetail: >>>>>> {http://xml.apache.org/axis/}stackTrace:Authentication failed. >>>>>> Caused by org.ietf.jgss.GSSException, major code: 11, minor code: 0 >>>>>> major string: General failure, unspecified at GSSAPI level >>>>>> minor string: None. Caused by >>>>>> COM.claymoresystems.ptls.SSLThrewAlertException: Bad certificate >>>>>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not initialized) >>>>>> at COM.claymoresystems.ptls.SSLConn.alert(SSLConn.java:243) >>>>>> at >>>>>> COM.claymoresystems.ptls.SSLHandshake.recvCertificate(SSLHandshake.java:299) >>>>>> >>>>>> >>>>>> at >>>>>> COM.claymoresystems.ptls.SSLHandshakeClient.processTokens(SSLHandshakeClient.java:128) >>>>>> >>>>>> >>>>>> at >>>>>> COM.claymoresystems.ptls.SSLHandshake.processHandshake(SSLHandshake.java:135) >>>>>> >>>>>> >>>>>> at >>>>>> org.globus.gsi.gssapi.GlobusGSSContextImpl.initSecContext(GlobusGSSContextImpl.java:483) >>>>>> >>>>>> >>>>>> at >>>>>> org.globus.gsi.gssapi.net.GssSocket.authenticateClient(GssSocket.java:102) >>>>>> >>>>>> at >>>>>> org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:140) >>>>>> at >>>>>> org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161) >>>>>> at >>>>>> org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:433) >>>>>> >>>>>> >>>>>> at >>>>>> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135) >>>>>> at >>>>>> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >>>>>> >>>>>> >>>>>> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >>>>>> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >>>>>> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >>>>>> at org.apache.axis.client.Call.invokeEngine(Call.java:2745) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2728) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2405) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2327) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:1767) >>>>>> at >>>>>> org.oasis.wsrf.properties.QueryResourcePropertiesSOAPBindingStub.queryResourceProperties(QueryResourcePropertiesSOAPBindingStub.java:415) >>>>>> >>>>>> >>>>>> at org.globus.wsrf.client.Query.main(Query.java:82) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at >>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) >>>>>> >>>>>> >>>>>> at >>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) >>>>>> >>>>>> >>>>>> at java.lang.reflect.Method.invoke(Method.java:599) >>>>>> at >>>>>> org.globus.bootstrap.BootstrapBase.launch(BootstrapBase.java:95) >>>>>> at org.globus.bootstrap.Bootstrap.main(Bootstrap.java:37) >>>>>> >>>>>> {http://xml.apache.org/axis/}hostname:s10c2b6.dim >>>>>> >>>>>> org.globus.common.ChainedIOException: Authentication failed [Caused by: >>>>>> org.ietf.jgss.GSSException, major code: 11, minor code: 0 >>>>>> major string: General failure, unspecified at GSSAPI level >>>>>> minor string: None [Caused by: Bad certificate >>>>>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not initialized)]] >>>>>> at org.apache.axis.AxisFault.makeFault(AxisFault.java:101) >>>>>> at >>>>>> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144) >>>>>> at >>>>>> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32) >>>>>> >>>>>> >>>>>> at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) >>>>>> at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) >>>>>> at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165) >>>>>> at org.apache.axis.client.Call.invokeEngine(Call.java:2745) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2728) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2405) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:2327) >>>>>> at org.apache.axis.client.Call.invoke(Call.java:1767) >>>>>> at >>>>>> org.oasis.wsrf.properties.QueryResourcePropertiesSOAPBindingStub.queryResourceProperties(QueryResourcePropertiesSOAPBindingStub.java:415) >>>>>> >>>>>> >>>>>> at org.globus.wsrf.client.Query.main(Query.java:82) >>>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>>> at >>>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:45) >>>>>> >>>>>> >>>>>> at >>>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37) >>>>>> >>>>>> >>>>>> at java.lang.reflect.Method.invoke(Method.java:599) >>>>>> at >>>>>> org.globus.bootstrap.BootstrapBase.launch(BootstrapBase.java:95) >>>>>> at org.globus.bootstrap.Bootstrap.main(Bootstrap.java:37) >>>>>> Caused by: org.globus.common.ChainedIOException: Authentication failed >>>>>> [Caused by: org.ietf.jgss.GSSException, major code: 11, minor code: 0 >>>>>> major string: General failure, unspecified at GSSAPI level >>>>>> minor string: None [Caused by: Bad certificate >>>>>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not initialized)]] >>>>>> at >>>>>> org.globus.gsi.gssapi.net.GssSocket.startHandshake(GssSocket.java:145) >>>>>> at >>>>>> org.globus.gsi.gssapi.net.GssSocket.getOutputStream(GssSocket.java:161) >>>>>> at >>>>>> org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:433) >>>>>> >>>>>> >>>>>> at >>>>>> org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:135) >>>>>> ... 17 more >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> Stuart Martin wrote: >>>>>>> There has the possible places where the trusted certs will be loaded. >>>>>>> See if any of these are being used: >>>>>>> >>>>>>> http://www.globus.org/toolkit/docs/4.2/4.2.1/common/javacog/admin/#javacog-admin-configuring-trusted-certs >>>>>>> >>>>>>> >>>>>>> >>>>>>> -Stu >>>>>>> >>>>>>> On Dec 19, 2008, at Dec 19, 1:30 PM, Mike Lowe wrote: >>>>>>> >>>>>>>> Not that I know of, Stu? >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> On Dec 19, 2008, at 1:13 PM, Kate Ericson <[email protected]> wrote: >>>>>>>> >>>>>>>>> Hi Mike, >>>>>>>>> >>>>>>>>> X509_CERT_DIR isn't set for the inca account. When I set it to >>>>>>>>> be only >>>>>>>>> /etc/grid-security/certificates I still get the same error. Is >>>>>>>>> there >>>>>>>>> something else I can look for in the environment? >>>>>>>>> >>>>>>>>> Thanks, >>>>>>>>> Kate >>>>>>>>> >>>>>>>>> >>>>>>>>> Mike Lowe wrote: >>>>>>>>>> -----BEGIN PGP SIGNED MESSAGE----- >>>>>>>>>> Hash: SHA1 >>>>>>>>>> The proxy cert for inca is fine, it's the cert from TACC >>>>>>>>>> (9a1da9f9.0) >>>>>>>>>> used to verify the container cert for g1 issued by them that is >>>>>>>>>> problematic. There seems to be something in the environment for >>>>>>>>>> the >>>>>>>>>> inca user that is causing the globus tools to ignore >>>>>>>>>> /etc/grid-security/certificates. >>>>>>>>>> Kate Ericson wrote: >>>>>>>>>>> Hi Mike, >>>>>>>>>>> >>>>>>>>>>> I don't think the Inca cert is bad since its working everywhere >>>>>>>>>>> else on >>>>>>>>>>> TG. Could it be a bigred cert? Here's what I get: >>>>>>>>>>> >>>>>>>>>>> BigRed inca/BigRed> wsrf-query -a -s >>>>>>>>>>> https://g1.bigred.teragrid.iu.edu:8446/wsrf/services/DefaultIndexService >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Error: ; nested exception is: >>>>>>>>>>> org.globus.common.ChainedIOException: Authentication failed >>>>>>>>>>> [Caused by: org.ietf.jgss.GSSException, major code: 11, minor >>>>>>>>>>> code: 0 >>>>>>>>>>> major string: General failure, unspecified at GSSAPI level >>>>>>>>>>> minor string: None [Caused by: Bad certificate >>>>>>>>>>> (java.security.SignatureException: SHA-1/RSA/PKCS#1: Not >>>>>>>>>>> initialized)]] >>>>>>>>>>> >>>>>>>>>>> BigRed inca/BigRed> grid-proxy-info >>>>>>>>>>> subject : /C=US/O=SDSC/OU=SDSC/CN=Inca User >>>>>>>>>>> Account/UID=inca/CN=1248165438 >>>>>>>>>>> issuer : /C=US/O=SDSC/OU=SDSC/CN=Inca User Account/UID=inca >>>>>>>>>>> identity : /C=US/O=SDSC/OU=SDSC/CN=Inca User Account/UID=inca >>>>>>>>>>> type : Proxy draft (pre-RFC) compliant impersonation proxy >>>>>>>>>>> strength : 512 bits >>>>>>>>>>> path : /tmp/x509up_u61015 >>>>>>>>>>> timeleft : 10:59:20 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> Mike Lowe wrote: >>>>>>>>>>> Seems fine to me, the certificate error looks to me like the inca >>>>>>>>>>> account has a bad or missing cert for the TACC CA. >>>>>>>>>>> >>>>>>>>>>> Note the timestamp in here indicating that the info service is >>>>>>>>>>> reporting >>>>>>>>>>> to the upstream info services. >>>>>>>>>>> >>>>>>>>>>> http://info.teragrid.org/restdemo/html/tg/sites/iu.teragrid.org/resources/bigred.iu.teragrid.org/kits >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> joml...@bigred:~> cat poke-mds-info.sh >>>>>>>>>>> #! /bin/bash >>>>>>>>>>> >>>>>>>>>>> wsrf-query -a -s >>>>>>>>>>> https://g1.bigred.teragrid.iu.edu:8446/wsrf/services/DefaultIndexService >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> "//*[local-name()='V4KitsRP']" >>>>>>>>>>> >>>>>>>>>>> joml...@bigred:~> ./poke-mds-info.sh >>>>>>>>>>> <ns1:V4KitsRP xmlns:ns1="http://mds.teragrid.org/2007/02/ctss"> >>>>>>>>>>> <KitRegistration Timestamp="2008-12-12T18:57:30Z" >>>>>>>>>>> UniqueID="ctss4.bigred.iu.teragrid.org" xmlns=""> >>>>>>>>>>> <ResourceName>IU BigRed</ResourceName> >>>>>>>>>>> >>>>>>>>>>> <ResourceID>bigred.iu.teragrid.org</ResourceID> >>>>>>>>>>> >>>>>>>>>>> <SiteID>iu.teragrid.org</SiteID> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=core.teragrid.org-4.0.0.xml&resourceID=bigred.iu.teragrid.org&suiteName=core.teragrid.org-4.0.0&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGoal> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <UserSupportContact>mailto:[email protected]</UserSupportContact> >>>>>>>>>>> >>>>>>>>>>> <Name>core.teragrid.org</Name> >>>>>>>>>>> >>>>>>>>>>> <Description>TeraGrid Core Integration Kit</Description> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>6.9.3</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+condor-6.9.3-r1</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>condor</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>ctss-core-registration</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>3.20</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+pacman-3.20</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>pacman</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>20070401</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>tg-ca-config</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>0.2</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+tg-policy-2.0</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>tg-policy</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>tgresid</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>0.5.3.2p1</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>gx-map</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>globus-mds4</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.5</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://g1.bigred.teragrid.iu.edu:8446/wsrf/services/DefaultIndexService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>globus-mds-info</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> </Kit> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=login.teragrid.org-4.0.0.xml&resourceID=bigred.iu.teragrid.org&suiteName=login.teragrid.org-4.0.0&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGoal> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <UserSupportContact>mailto:[email protected]</UserSupportContact> >>>>>>>>>>> >>>>>>>>>>> <Description>Remote Login Capability Kit</Description> >>>>>>>>>>> >>>>>>>>>>> <Name>login.teragrid.org</Name> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>ctss-login-registration</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.2p1</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <Name>gsi-openssh</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>0.5.3.2</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+gx-map-0.5.3.2</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>gx-map</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>3.4</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+globus-4.0.1-r3</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>myproxy</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.6.2</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+softenv-1.6.2</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>softenv</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>0.9.1</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+tgproxy-0.9.1</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>tgproxy</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>2.9</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+tgusage-2.9</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>tgusage</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.27</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>yes</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+uberftp-1.27-r1</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>uberftp</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>gsi-openssh</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.2p1</Version> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>login.bigred.iu.teragrid.org:22</Endpoint> >>>>>>>>>>> >>>>>>>>>>> <Name>gsi-openssh</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> </Kit> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=workflow.teragrid.org-4.0.0.xml&resourceID=bigred.iu.teragrid.org&suiteName=workflow.teragrid.org-4.0.0&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGoal> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <UserSupportContact>mailto:[email protected]</UserSupportContact> >>>>>>>>>>> >>>>>>>>>>> <Description>Science Workflow Support Kit</Description> >>>>>>>>>>> >>>>>>>>>>> <Name>workflow.teragrid.org</Name> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>6.8.4</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+condor-g-6.8.4</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>condor-g</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>6.8.4</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+condor-6.8.4</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>condor</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>ctss-workflow-registration</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>0.9.9-9</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+gridshell-0.9.9-9</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>gridshell</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>condor-g</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>6.8.4</Version> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>embedded_in_software</Endpoint> >>>>>>>>>>> >>>>>>>>>>> <Name>condor-g</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> </Kit> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=remote-compute.teragrid.org-4.0.2.xml&resourceID=bigred.iu.teragrid.org&suiteName=remote-compute.teragrid.org-4.0.2&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGoal> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.2</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <UserSupportContact>mailto:[email protected]</UserSupportContact> >>>>>>>>>>> >>>>>>>>>>> <Description>TeraGrid Remote Compute Kit</Description> >>>>>>>>>>> >>>>>>>>>>> <Name>remote-compute.teragrid.org</Name> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.2</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>ctss-remote-compute-registration</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>globus-mds4</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/SecureIndexService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>globus-mds-secure</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>globus-mds4</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/DefaultIndexService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>globus-mds</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>prews-gram</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>gatekeeper.bigred.iu.teragrid.org:2119/jobmanager-fork</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>prews-gram-fork</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>ws-delegation</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/DelegationService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>ws-delegation</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>ws-gram</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/ManagedJobFactoryService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>ws-gram/Fork</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>prews-gram</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>gatekeeper.iu.teragrid.org:2119/jobmanager-loadleveler</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>prews-gram-loadleveler</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>ws-ogsa-dai</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/ogsadai/Teragrid</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>ogsa-dai/TeraGridResource</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> <Service> >>>>>>>>>>> <Type>ws-gram</Type> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.7</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Endpoint>https://gatekeeper.bigred.iu.teragrid.org:8443/wsrf/services/ManagedJobFactoryService</Endpoint> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Name>ws-gram/Loadleveler</Name> >>>>>>>>>>> >>>>>>>>>>> </Service> >>>>>>>>>>> >>>>>>>>>>> </Kit> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=parallel-app.teragrid.org-4.0.0.xml&resourceID=bigred.iu.teragrid.org&suiteName=parallel-app.teragrid.org-4.0.0&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGoal> >>>>>>>>>>> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <UserSupportContact>mailto:[email protected]</UserSupportContact> >>>>>>>>>>> >>>>>>>>>>> <Description>Parallel Application Capability >>>>>>>>>>> Kit</Description> >>>>>>>>>>> >>>>>>>>>>> <Name>parallel-app.teragrid.org</Name> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>4.0.0</Version> >>>>>>>>>>> >>>>>>>>>>> <Name>ctss-parallel-app-registration</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.2.7</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+mpich-mx-1.2.7..1-gcc-64</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>mpich-mx-gcc64</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.2.7</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+mpich-mx-1.2.7..1-gcc-32</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>mpich-mx-gcc32</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.2.7</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+mpich-mx-ibm-32</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>mpich-mx-ibm32</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> <Software> >>>>>>>>>>> <Version>1.2.7</Version> >>>>>>>>>>> >>>>>>>>>>> <Default>no</Default> >>>>>>>>>>> >>>>>>>>>>> <HandleType>softenv</HandleType> >>>>>>>>>>> >>>>>>>>>>> <HandleKey>+mpich-mx-ibm-64</HandleKey> >>>>>>>>>>> >>>>>>>>>>> <Name>mpich-mx-ibm64</Name> >>>>>>>>>>> >>>>>>>>>>> </Software> >>>>>>>>>>> >>>>>>>>>>> </Kit> >>>>>>>>>>> >>>>>>>>>>> <Kit> >>>>>>>>>>> >>>>>>>>>>> <StatusURL>http://sapa.sdsc.edu:8080/inca/xslt.jsp?xmlFile=app-support.teragrid.org-4.0.0.xml&resourceID=bigred.iu.teragrid.org&suiteName=app-support.teragrid.org-4.0.0&xsl=ctssv4.xsl&markOld</StatusURL> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> <Installed>true</Installed> >>>>>>>>>>> >>>>>>>>>>> <SupportLevel>production</SupportLevel> >>>>>>>>>>> >>>>>>>>>>> <UserSupportOrganization>TeraGrid</UserSupportOrganization> >>>>>>>>>>> >>>>>>>>>>> <SupportGoal>production</SupportGo >>>>>> >> >>> > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (Darwin) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAklnfq0ACgkQM6gExNk180jM0ACglYjS8FSFfubNa5IZMYHtBcVo > M1wAoILDv8MZ+VlJcPA+GrIEVHyKEaze > =jHgM > -----END PGP SIGNATURE-----
