Skip Menu | Logged in as guest | Logout
 
Ticket metadata
Id: 3153
Status: resolved
Priority: 3/0
Queue: vdt-internal

Fixed in: (no value)
Fix scheduled: CUR

Owner: Alain Roy
Requestors: Alain Roy
Cc:
AdminCc:

Attachments
New reminder:

Created: Fri Dec 07 14:08:35 2007
Starts: Not set
Started: Fri Dec 07 14:14:58 2007
Last Contact: Not set
Due: Not set
Closed: Fri Dec 07 14:14:58 2007
Updated: Fri Dec 07 14:14:58 2007 by roy



History Brief headersFull headers
Subject: site_verify is missing hostname
Download (untitled) / with headers
text/plain 1.2k
> Hi Tim/Alain,
>
> I reviewed the site_verify code this morning and was able to fix the
> problem. The problem was that when the file system was AFS the
> site_verify code was trying to form the command string, but it did not
> have the variables defined correctly in the function, so the contact
> string was malformed leading to VORS getting an Globus error 96 when
> it executed the command.
>
> Reviewing the code, I was able to find that the hash recorded the
necessary information. I have a\
dded the following lines to site verify and I believe this problem
should be resolved.
>
> + if ( exists $opts->{'GATEKEEPER_HOST'} )
> + {
> + $host = $opts->{'GATEKEEPER_HOST'};
> + }else
> + {
> + return undef
> + }
> + my $dest = $host;
> + if ( exists $opts->{'GATEKEEPER_PORT'} )
> + {
> + $port = $opts->{'GATEKEEPER_PORT'};
> + $dest .= ":$port";
> + }
> +
>
> I am attaching a modified copy of site_verify. Tim could you test and
> verify that this change resolves the problem. Alain can include the
> patched version into the VDT, once we have a green signal from Tim.
>
> Let me know if you have questions
>
> Thanks,
> Anand
Subject: site_verify.pl.tar.gz

Download site_verify.pl.tar.gz
application/x-gzip 26.7k

Message body not shown because it is too large or is not plain text.