Archiv der Kategorie 'grid'

“urgl! argl! aua!”, sagt teldemokles zu mac’s java_home

Dienstag, den 29. Juni 2010

Falls Ihr bei einem GT4 ./configure einen:
hobro:gt4.2.1-all-source-installer globus$ ./configure
–prefix=$GLOBUS_LOCATION –enable-xacml
checking build system type… i686-apple-darwin10.4.0
checking for javac… /usr/bin/javac
configure: WARNING: the javac in your path is not from your $JAVA_HOME environment
checking for ant… /usr/bin/ant
configure: creating ./config.status
config.status: creating Makefile
bekommt, dann tauscht doch einfach Euer $JAVA_HOME von /usr/ zu /usr.
Sagt Teldemokles! Hört auf ihn!

globus toolkit 4.2.1 und der XACML authorization test

Freitag, den 4. Juni 2010

Hier ein paar Dinge, die ich - auf Anraten des guten alten Teldemokles - bisher getan habe:

Installation des GT4.2.1, logo!
Installation der SAML/XACML WS Authorization Komponenten, incl. JUnit-Tests

Nun kommt Part drei, nämlich das Laufen lassen des XACML JUnit-Tests. Hierbei wählte ich als nutzer meinen Globus-Nutzer (globus), der auch administrative Tätigkeiten für das installierte Globus Toolkit ausführt, […]

installation of a gt4 simpleCA: a step-by-step tutorial….

Dienstag, den 10. November 2009

Another note from Teldemokles: “User globus needs read/write permissions in the $GLOBUS_LOCATION dir!”
1. Creating a simple CA
setup simple CA
as globus:
$GLOBUS_LOCATION/setup/globus/setup-simple-ca
setup gsi things
as root:
$GLOBUS_LOCATION/setup/globus_simple_ca_#CAHASH#_setup/setup-gsi -default
or as globus: add
-nonroot
2. Obtaining and signing the host certificate - using the simple CA cert
request host certificate
as root:
grid-cert-request -host ‘my.host’
sign the host cert using the CA cert
as globus:
grid-ca-sign -in /etc/grid-security/hostcert_request.pem -out […]

ein neuer globus simpleCA!

Dienstag, den 10. November 2009

Tekdemokles sagte neulich zu mir:
“Lieber fugu, falls Du jemals einen neuen simpleCA brauchen solltest, und Du bekommst folgende Meldung beim Verifizieren Deines Proxy-Zertifikates:
fugu@my_globus_host:/etc> grid-proxy-init -debug -verify
User Cert File: /home/fugu/.globus/usercert.pem
User Key File: /home/fugu/.globus/userkey.pem
Trusted CA Cert Dir: /home/fugu/.globus/certificates
Output File: /tmp/x509up_u2004
Your identity: /O=Grid/OU=GlobusTest/OU=simpleCA-my.globus.host/OU=globus.host/CN=fugu
Enter GRID pass phrase for this identity:
Creating proxy ……..++++++++++++
…++++++++++++
Done
Error: Couldn’t verify the authenticity of the […]

hmpf. why is my globus toolkit (4.2.1) gridftp not working?

Donnerstag, den 8. Oktober 2009

Now it does! Please have a look into the following:
Xinet logs: /var/log/xinetd.log
Xinetd config files: /etc/xinetd.d/gridftp or /etc/xinetd.d/gsiftp
Check your gridmap-file: /etc/grid-security/grid-mapfile for the correct GRID user and local user!
You can log via server_args = -i -d all -l /tmp/gridftp.log and don’t forget to mention some ports: env += GLOBUS_TCP_PORT_RANGE=20000,25000 in your /etc/xinetd.d/gridftp (don’t forget to restart […]

containercert’s owner settings

Mittwoch, den 7. Oktober 2009

Teldemokles says: “If you always check the containercert’s files’ owner and permissions, then you can start the globus’ container!”.
Permissions for containercert (644) and containerkey (600) files in /etc/grid-security must be set to globus:globus, respectively to your globus admin user! Else you get the following error:
Failed to start container: Failed to initialize ‘ReliableFileTransferFactoryService’ service [Caused by: […]

compiling globus toolkit 4.2.1

Dienstag, den 29. September 2009

Mein alter Kumpel Teldemokles sagte neulich:
“Kompilierst Du gerade ein neues Globus Toolkit, dann muss Dein bin/javac zu Deiner $JAVA_HOME passen!”
Recht hat er!

globus toolkit und das containercert…

Sonntag, den 27. September 2009

Da erinnere ich mich doch gerade an einen Ausruf von Teldemokles:
“Willst Du schreiben in DAS GRID, nimm dir ein hostcert.pem mit!Klappt es dann noch immer nicht, kopier’s Dir auch als containercert.pem!”
:-)
Hm, ja, reimt sich nicht so ganz, aber so gut im Reimen waren die alten Griechen eben doch nicht… also nochmal im Klartext: Für einen […]