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

Fixed in: 1.10.1
Fix scheduled: CUR

Owner: Scot Kronenfeld
Requestors: tlevshin@fnal.gov
Cc:
AdminCc:

More about tlevshin@fnal.gov
Comments about this user:
No comment entered about this user
This user's 10 highest priority tickets:
Groups this user belongs to:
  • Everyone
  • Unprivileged

New reminder:

Created: Tue Apr 15 12:22:54 2008
Starts: Not set
Started: Not set
Last Contact: Tue Apr 29 09:58:46 2008
Due: Not set
Closed: Tue Apr 29 09:58:46 2008
Updated: Tue Apr 29 10:42:43 2008 by kronenfe



History Brief headersFull headers
Subject: Fwd: cemonor-config.xml
Date: Tue, 15 Apr 2008 12:13:56 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 582b
Begin forwarded message:
> From: Tanya Levshina <tlevshin@fnal.gov>
> Date: April 15, 2008 11:53:14 AM CDT
> To: Alain Roy <roy@cs.wisc.edu>
> Subject: cemonor-config.xml
>
> Hi Alain,
>
> Thanks a lot for your help. I have noticed one problem with
> configuration of cemon while doing this installation:
>
> in cemonitor-config.xml sslCRLfiles is set to
>
> sslCRLfiles="/etc/grid-security/certificates/*.r0"
>
> instead of
>
> sslCRLfiles="$VDT_LOCATION/globus/TRUSTED_CA/*.r0"
>
> that could cause problem if /etc/grid-security/certificates/ doesn't
> exist.
>
> Tanya
>
Download (untitled) / with headers
text/plain 746b
(I've converted this into a VDT ticket so we don't lose track of it.)

Thanks Tanya! We'll try to fix that ASAP.

-alain

-----------------------------------------------------------------
Alain Roy vdt-support@opensciencegrid.org
VDT Support http://vdt.cs.wisc.edu/support.html

> > Thanks a lot for your help. I have noticed one problem with
> > configuration of cemon while doing this installation:
> >
> > in cemonitor-config.xml sslCRLfiles is set to
> >
> > sslCRLfiles="/etc/grid-security/certificates/*.r0"
> >
> > instead of
> >
> > sslCRLfiles="$VDT_LOCATION/globus/TRUSTED_CA/*.r0"
> >
> > that could cause problem if /etc/grid-security/certificates/ doesn't
> > exist.
> >
> > Tanya
Subject: changes in cemonitor-config.xml
Date: Thu, 24 Apr 2008 15:34:17 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tanya Levshina <tlevshin@fnal.gov>
Download (untitled) / with headers
text/plain 246b
Hi,

The following entry needs to be deleted from cemonitor-config.xml:

look for the tag:

<sensor id="sensor-osg-ce"

....
<property name="not_supported_attributes" ...


Delete "GlueInformationServiceURL," from the list.


Thanks,

Tanya
Subject: Re: [vdt-support #3494] AutoReply: changes in cemonitor-config.xml
Date: Thu, 24 Apr 2008 15:52:10 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tanya Levshina <tlevshin@fnal.gov>
Download (untitled) / with headers
text/plain 1.4k
CORRECTION:

The value should be deleted from
list of <property name="multiple_values_attributes"


Thanks
Tanya

----- Original Message -----
From: VDT support tickets via RT <vdt-support@opensciencegrid.org>
Date: Thursday, April 24, 2008 3:34 pm
Subject: [vdt-support #3494] AutoReply: changes in cemonitor-config.xml
To: tlevshin@fnal.gov


> Greetings from the VDT support system!
>
> This message was generated automatically in response to the creation
> of a
> ticket regarding:
>
> changes in cemonitor-config.xml
>
> Your original request is copied below for reference.
>
> There is no need to reply to this message right now -- someone from
> the VDT
> team will respond to you as soon as possible. If you wish to view your
> support ticket online, visit:
>
> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?user=guest&pass=guest&id=3494
>
> Your ticket has been assigned an ID as follows:
>
> [vdt-support #3494]
>
> Please include the ticket ID in the subject line of all future email about
> this issue. To do so, you may reply to this message.
>
> Thank you for your interest in the VDT.
>
>
>
> -------------------------------------------------------------------------
> Hi,
>
> The following entry needs to be deleted from cemonitor-config.xml:
>
> look for the tag:
>
> <sensor id="sensor-osg-ce"
>
> ....
> <property name="not_supported_attributes" ...
>
>
> Delete "GlueInformationServiceURL," from the list.
>
>
> Thanks,
>
> Tanya
Subject: [vdt-support #3481] SVN commit, rev 7574
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 273b
Commit comment:
Remove GlueInformationServiceURL from multiple_values_attributes
property, as requested by Tanya Levshina.


Changed files:
U vdt/branches/vdt-1.10/Configure-CEMon/vdt/setup/configure_cemon

To generate a diff:
svn diff -c 7574 file:///p/vdt/workspace/svn
Download (untitled) / with headers
text/plain 1.4k
Hi Tanya,

Regarding the sslCRLfiles change requested:

I found the following code snippet in our configure_cemon script, which
is trying to remove the sslCRLfiles attribute. I say "trying", because
it no longer parses the xml correctly, and does not actually remove it.

# Remove 'sslCRLfiles' attribute

# This is temporary fix for the 'OutOfMemory' error that occurs

$config =~ s|(sslCRLfiles="[^\"]*")>|>\n<!-- $1 -->|;

What is the right thing to do? Should I fix this check that removes
this attribute, or should I point this attribute at the correct location
as you are requesting below?

Thanks,
Scot


> [roy - Tue Apr 15 12:22:55 2008]:
>
> Begin forwarded message:
> > From: Tanya Levshina <tlevshin@fnal.gov>
> > Date: April 15, 2008 11:53:14 AM CDT
> > To: Alain Roy <roy@cs.wisc.edu>
> > Subject: cemonor-config.xml
> >
> > Hi Alain,
> >
> > Thanks a lot for your help. I have noticed one problem with
> > configuration of cemon while doing this installation:
> >
> > in cemonitor-config.xml sslCRLfiles is set to
> >
> > sslCRLfiles="/etc/grid-security/certificates/*.r0"
> >
> > instead of
> >
> > sslCRLfiles="$VDT_LOCATION/globus/TRUSTED_CA/*.r0"
> >
> > that could cause problem if /etc/grid-security/certificates/ doesn't
> > exist.
> >
> > Tanya
> >
>
>
Subject: Re: [vdt-support #3481] Fwd: cemonor-config.xml
Date: Mon, 28 Apr 2008 16:56:42 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tanya Levshina <tlevshin@fnal.gov>
Hi,

I do not know why it was removed before. I do not think that you should do that.
If OSG people for some reason don't want to check CRL, they can do it in osg-configure script.


Tanya


----- Original Message -----
From: Scot Kronenfeld via RT <vdt-support@opensciencegrid.org>
Date: Monday, April 28, 2008 4:49 pm
Subject: [vdt-support #3481] Fwd: cemonor-config.xml
To: tlevshin@fnal.gov


> Hi Tanya,
>
> Regarding the sslCRLfiles change requested:
>
> I found the following code snippet in our configure_cemon script, which
> is trying to remove the sslCRLfiles attribute. I say "trying", because
> it no longer parses the xml correctly, and does not actually remove it.
>
> # Remove 'sslCRLfiles' attribute
>
>
>
> # This is temporary fix for the 'OutOfMemory' error that occurs
>
>
>
> $config =~ s|(sslCRLfiles="[^\"]*")>|>\n<!-- $1 -->|;
>
> What is the right thing to do? Should I fix this check that removes
> this attribute, or should I point this attribute at the correct location
> as you are requesting below?
>
> Thanks,
> Scot
>
>
> > [roy - Tue Apr 15 12:22:55 2008]:
> >
> > Begin forwarded message:
> > > From: Tanya Levshina <tlevshin@fnal.gov>
> > > Date: April 15, 2008 11:53:14 AM CDT
> > > To: Alain Roy <roy@cs.wisc.edu>
> > > Subject: cemonor-config.xml
> > >
> > > Hi Alain,
> > >
> > > Thanks a lot for your help. I have noticed one problem with
> > > configuration of cemon while doing this installation:
> > >
> > > in cemonitor-config.xml sslCRLfiles is set to
> > >
> > > sslCRLfiles="/etc/grid-security/certificates/*.r0"
> > >
> > > instead of
> > >
> > > sslCRLfiles="$VDT_LOCATION/globus/TRUSTED_CA/*.r0"
> > >
> > > that could cause problem if /etc/grid-security/certificates/
> doesn't
> > > exist.
> > >
> > > Tanya
> > >
> >
> >
>
>
> --
> View ticket at <
> VDT Support, vdt-support@ivdgl.org
Subject: [vdt-support #3481] SVN commit, rev 7577
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 223b
Commit comment:
Fix the sslCRLfiles property to point at the right path.


Changed files:
U vdt/branches/vdt-1.10/Configure-CEMon/vdt/setup/configure_cemon

To generate a diff:
svn diff -c 7577 file:///p/vdt/workspace/svn
Download (untitled) / with headers
text/plain 103b
Tanya,
I have fixed these 2 issues on the xml file. This will be released in
VDT 1.10.1.

Thanks,
Scot