Archive for the ‘Globus’ Category

globusrun-ws error! [part.3]

Thursday, January 10th, 2008

when i submit job from portal machine (blade2.computer.ee.its.ac.id) to headnode machine (cluster-03.grid2.computer.ee.its.ac.id). it give me error like this

coba@blade2:~$ globusrun-ws -submit -streaming -F https://cluster-03.grid2.computer.ee.its.ac.id:8443/wsrf/services/ManagedJobFactoryService -c /usr/bin/whoami
Delegating user credentials…Done.
Submitting job…Done.
Job ID: uuid:42e51b9e-bf3a-11dc-aa28-0016e68e8fdc
Termination time: 01/11/2008 05:09 GMT
globusrun-ws: globus_service_engine_module: Session failed to start
globus_xio_gsi: The peer authenticated as /O=ID/OU=AC/OU=ITS/OU=Elektro/OU=Grid/CN=host/cluster-03.grid2.computer.ee.its.ac.id. Expected the peer to authenticate as /CN=host/cluster-01.computer.ee.its.ac.id
(more…)

globusrun-ws condor error!

Sunday, January 6th, 2008

condor@cluster-03:~$ globusrun-ws -Ft Condor -submit -s -c /bin/hostname
Delegating user credentials…Done.
Submitting job…Done.
Job ID: uuid:a2ab584a-bc01-11dc-b2b7-00192113ab6d
Termination time: 01/07/2008 02:46 GMT
Current job state: Failed
Destroying job…Done.
Cleaning up any delegated credentials…Done.
globusrun-ws: Job failed: The executable could not be started.

Neither the environment variable CONDOR_CONFIG,
/etc/condor/, nor ~condor/ contain a condor_config source.
Either set CONDOR_CONFIG to point to a valid config source,
or put a "condor_config" file in /etc/condor or ~condor/
Exiting.

Solusi: belum tau :(

globus make install error [2]

Saturday, January 5th, 2008

saat make install, keluar error:
ERROR: Required perl module XML::Parser not found
ERROR: Command failed
make: *** [postinstall] Error 9

solusi: xml parser perl belum diinstall
# apt-get install libxml-parser-perl libxml-perl
$ make install

it works!

globus-condor make install error

Saturday, January 5th, 2008

$ ./configure --prefix=/usr/local/globus-4.0.5 --enable-wsgram-condor
$ make
$ make install
find-condor-provider-tools: error: "Cannot locate condor_status"
checking for condor_status... no
Error locating Condor commands, aborting!
ERROR: Command failed
make: *** [postinstall] Error 9

solusi: condor path belum di set.
$ export PATH=$PATH:/path/condor/anda

globusrun-ws error! [part. 2]

Saturday, December 15th, 2007

coba@blade2:~$ globusrun-ws -submit -streaming -F https://bagong.grid.computer.ee.its.ac.id:8443/wsrf/services/ManagedJobFactoryService -c /usr/bin/whoami
Delegating user credentials…Failed.
globusrun-ws: Error trying to delegate
globus_delegation_client_util: DelegationFactoryPortType_RequestSecurityToken callback failed.
globus_soap_message_module: SOAP Fault
Fault code: soapenv:Server.userException
Fault string: org.globus.wsrf.impl.security.authorization.exceptions.AuthorizationException: “/O=ID/OU=AC/OU=ITS/OU=Elektro/OU=Grid/OU=computer.ee.its.ac.id/CN=coba blade2″ is not authorized to use operation: {http://www.globus.org/08/2004/delegationService}requestSecurityToken on this service

user coba@blade2 belum ada yg menangani di host bagong.grid.computer.ee.its.ac.id, silahkan ditambahkan di /etc/grid-security/grid-mapfile

coba@blade2:~$ globusrun-ws -submit -streaming -F https://bagong.grid.computer.ee.its.ac.id:8443/wsrf/services/ManagedJobFactoryService -c /usr/bin/whoami
Delegating user credentials…Failed.
globusrun-ws: Error trying to delegate
globus_xio_gsi: gss_init_sec_context failed.
GSS Major Status: Unexpected Gatekeeper or Service Name
globus_gsi_gssapi: Authorization denied: The name of the remote host (bagong.computer.ee.its.ac.id), and the expected name for the remote host (bagong.grid.computer.ee.its.ac.id) do not match. This happens when the name in the host certificate does not match the information obtained from DNS and is often a DNS configuration problem.

sertifikat bermasalah. coba cek lagi deh ;)

error starting globus-gridftp-server

Wednesday, November 28th, 2007

globus@bagong:~/UCPortal/GT4$ sbin/globus-gridftp-server -p 2811 -S
sbin/globus-gridftp-server: error while loading shared libraries: libglobus_gridftp_server_gcc32.so.0:cannot open shared object file: No such file or directory

menurut laporan bug yang ini. ternyata hanya belum di set pathnya :D

globus@bagong:~$. .bash_profile

globusrun-ws error!

Monday, November 19th, 2007

globus@bagong:~$ cat a.rsl
<job>
<executable>my_echo</executable>
<directory>${GLOBUS_USER_HOME}</directory>
<argument>Hello</argument>
<argument>World!</argument>
<stdout>${GLOBUS_USER_HOME}/stdout</stdout>
<stderr>${GLOBUS_USER_HOME}/stderr</stderr>
<fileStageIn>
<transfer>
<sourceUrl>gsiftp://bagong.computer.ee.its.ac.id:2811/bin/echo</sourceUrl>
<destinationUrl>file:///${GLOBUS_USER_HOME}/my_echo</destinationUrl>
</transfer>
</fileStageIn>
<fileCleanUp>
<deletion>
<file>file:///${GLOBUS_USER_HOME}/my_echo</file>
</deletion>
</fileCleanUp>
</job> globus@bagong:~$ globusrun-ws -submit -S -f a.rsl
Delegating user credentials…Done.
Submitting job…Done.
Job ID: uuid:af5cd87e-9687-11dc-8211-0016e685acd4
Termination time: 11/20/2007 10:10 GMT
Current job state: StageIn
Current job state: Failed
Destroying job…Done.
Cleaning up any delegated credentials…Done.
globusrun-ws: Job failed: Staging error for RSL element fileStageIn.

Tolooooong…ada yang tau gak caranya?

GridFTP error!!!

Monday, November 19th, 2007

globus@bagong:~$ globus-url-copy -vb gsiftp://bagong.computer.ee.its.ac.id/etc/hosts file:///tmp/tes2
Source: gsiftp://bagong.computer.ee.its.ac.id/etc/
Dest: file:///tmp/
hosts -> tes2 error: globus_ftp_client: the server responded with an error
530 530-globus_xio: Server side credential failure
530-globus_gsi_gssapi: Error with gss credential handle
530-globus_credential: Valid credentials could not be found in any of the possible locations specified by the credential search order.
530-Valid credentials could not be found in any of the possible locations specified by the credential search order.
530-
530-Attempt 1
530-
530-globus_credential: Error reading host credential
530-globus_sysconfig: Error with certificate filename
530-globus_sysconfig: Error with certificate filename
530-globus_sysconfig: File is not owned by current user: /etc/grid-security/hostcert.pem is not owned by current user
530-
530-Attempt 2
530-
530-globus_credential: Error reading proxy credential
530-globus_sysconfig: Could not find a valid proxy certificate file location
530-globus_sysconfig: Error with key filename
530-globus_sysconfig: File does not exist: /tmp/x509up_u0 is not a valid file
530-
530-Attempt 3
530-
530-globus_credential: Error reading user credential
530-globus_sysconfig: Error with certificate filename: The user cert could not be found in:
530-1) env. var. X509_USER_CERT
530-2) $HOME/.globus/usercert.pem
530-3) $HOME/.globus/usercred.p12
530-
530-
530-
530 End.

SOLUSI:liat 3 solusi punya mas josef :p
http://grid.ui.ac.id/blog/2006/02/20/err-gridftp-001-unable-connect
http://grid.ui.ac.id/blog/2006/02/20/err-gridftp-002-please-login-user-and-pass
http://grid.ui.ac.id/blog/2006/02/20/err-gridftp-003-530-globus-xio-server-side-credential-failure

thx josef….

install ucla grid portal

Wednesday, October 31st, 2007

mengikuti tutorial mas fajran yang ini. ekstrak file http://grid.ui.ac.id/files/uclagridportal/UCLAGridPortal-3.0.tar.gz. untuk menginstall UCLAGridPortal setidaknya membutuhkan panduan di INSTALL.txt dan manual quickstart globus di http://www.globus.org/toolkit/docs/4.0/admin/docbook/quickstart.html. berikut gabungan dari keduanya sesuai pengalaman saya untuk menginstall portal (portal saya masih belum jalan dg sempurna. ini hanya sbg pengingat saja :D ). (more…)