> $ globusrun-ws -submit -F https://148.100.51.26:8443 -c /bin/date
> Submitting job...Failed.
> globusrun-ws: Error submitting job
> 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
> (ucf-6.linuxclass.marist.edu), and the expected name for the remote
host
> (148.100.51.26) 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.
Looks like your reverse dns does not work:
[rynge@tubby rynge]$ host ucf-6.linuxclass.marist.edu
ucf-6.linuxclass.marist.edu has address 148.100.51.26
[rynge@tubby rynge]$ host 148.100.51.26
Host 26.51.100.148.in-addr.arpa not found: 3(NXDOMAIN)
A possible workaround is to add
148.100.51.26 ucf-6.linuxclass.marist.edu
to /etc/hosts
--
Mats Rynge
USC/Information Sciences Institute - Center for Grid Technologies