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

Fixed in: (no value)
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: Fri Apr 18 11:25:33 2008
Starts: Not set
Started: Not set
Last Contact: Mon Apr 28 17:49:07 2008
Due: Not set
Closed: Tue May 13 16:46:54 2008
Updated: Tue May 13 16:46:54 2008 by roy



History Brief headersFull headers
Subject: Upgrade to new version of CEMon
Date: Fri, 18 Apr 2008 11:18:41 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 1.5k
Begin forwarded message:
> From: Tanya Levshina <tlevshin@fnal.gov>
> Date: April 18, 2008 10:38:06 AM CDT
> To: Alain Roy <roy@cs.wisc.edu>
> Cc: ress-support@fnal.gov
> Subject: new cemon rpms
>
> Hi Alain,
>
> I've just got email from Massimo that rpms are ready. I will retest
> them today (just in case) and hopefully you will be able to download
> them on Monday.
>
>
> 1. Main fix:
> cemonitor had a hardcoded socket timeout set to 1 millisecond
> that caused the error message to be generated
> in the log about failure to send events to a consumer. Actually
> the events have been sent.
> Now the timeout should be set in cemonitor-config.xml file.
>
> This will required changes in your configuration script:
>
> service id="main-service"
> description="cemonitor service"
> sslkeyfile="<hostkey.pem>"
> sslcertfile="<hostcert.pem>"
> sslkeypasswd=""
> sslCAfiles="$X509_CADIR/*.0"
> sslCRLfiles="$X509_CADIR/*.r0"
> expirationTime="100"
> notificationTimeout_sec="120" !!!!!! this should be
> added!!!!
> backendLocation="$VDT_LOCATION/glite/var/cemonitor">
>
> also you have to fix sslCRLfiles in your script - I think you have
> it now as a vdt ticket
>
> 2. Also we have to change verify-gip-for-cemon-wrapper script
> slightly because we have noticed some problems when
> this script is ran simultaneously with glite-info script ran by
> cemon. I will send you changes on Monday
>
> Please let me know if you have any questions,
> Thanks,
>
> Tanya
Download (untitled) / with headers
text/plain 1.9k
Tanya,

I've made this into a VDT ticket so we don't lose track of it. Let me
know (preferably via this ticket, but personal email is okay too) when I
can get the RPMs.

-alain

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

> > From: Tanya Levshina <tlevshin@fnal.gov>
> > Date: April 18, 2008 10:38:06 AM CDT
> > To: Alain Roy <roy@cs.wisc.edu>
> > Cc: ress-support@fnal.gov
> > Subject: new cemon rpms
> >
> > Hi Alain,
> >
> > I've just got email from Massimo that rpms are ready. I will retest
> > them today (just in case) and hopefully you will be able to download
> > them on Monday.
> >
> >
> > 1. Main fix:
> > cemonitor had a hardcoded socket timeout set to 1 millisecond
> > that caused the error message to be generated
> > in the log about failure to send events to a consumer. Actually
> > the events have been sent.
> > Now the timeout should be set in cemonitor-config.xml file.
> >
> > This will required changes in your configuration script:
> >
> > service id="main-service"
> > description="cemonitor service"
> > sslkeyfile="<hostkey.pem>"
> > sslcertfile="<hostcert.pem>"
> > sslkeypasswd=""
> > sslCAfiles="$X509_CADIR/*.0"
> > sslCRLfiles="$X509_CADIR/*.r0"
> > expirationTime="100"
> > notificationTimeout_sec="120" !!!!!! this should be
> > added!!!!
> > backendLocation="$VDT_LOCATION/glite/var/cemonitor">
> >
> > also you have to fix sslCRLfiles in your script - I think you have
> > it now as a vdt ticket
> >
> > 2. Also we have to change verify-gip-for-cemon-wrapper script
> > slightly because we have noticed some problems when
> > this script is ran simultaneously with glite-info script ran by
> > cemon. I will send you changes on Monday
> >
> > Please let me know if you have any questions,
> > Thanks,
> >
> > Tanya
>
>
Subject: Re: [vdt-support #3488] Upgrade to new version of CEMon
Date: Mon, 21 Apr 2008 10:02:53 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tanya Levshina <tlevshin@fnal.gov>
Download (untitled) / with headers
text/plain 3.5k
Hi Alain,

Could you please incorporate new cemon rpm into vdt release.


1. rpm is at

http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/org.glite.ce.monitor/1.9.0/noarch/glite-ce-monitor-1.9.0-0.noarch.rpm

cemonitor.war and cemonitor-config.xml files that are in the rpm should replaced the old one

2. the new attribute is added to <service> tag
notificationTimeout_sec="120"
3. the attribute sslCRLfiles shoud be fixed and be set to:
sslCRLfiles="$X509_CADIR/*.r0"


4. Below is slightly modifed wrapper script. It looks that it doesn't have a version. I do not know if you keep it
under cvs.
***************************************************************************

#!/bin/sh

# Source the setup.sh file to get JAVA_HOME and get java in the PATH
. $VDT_LOCATION/setup.sh

# Source
$VDT_LOCATION/glite/etc/glite-ce-ce-plugin/glite-ce-info > /tmp/verify-gip-for-cemon.out
java -DVDT_LOCATION=$VDT_LOCATION -classpath $VDT_LOCATION/verify-gip-for-cemon TestOSGGlueSchema /tmp/verify-gip-for-cemon.out
rm /tmp/verify-gip-for-cemon.out
*****************************************************************************


Let me know if you have any questions.

Tanya








----- Original Message -----
From: Alain Roy via RT <vdt-support@opensciencegrid.org>
Date: Friday, April 18, 2008 11:50 am
Subject: [vdt-support #3488] Upgrade to new version of CEMon
To: tlevshin@fnal.gov


> Tanya,
>
> I've made this into a VDT ticket so we don't lose track of it. Let me
> know (preferably via this ticket, but personal email is okay too) when
> I
> can get the RPMs.
>
> -alain
>
> -----------------------------------------------------------------
> Alain Roy vdt-support@opensciencegrid.org
> VDT Support http://vdt.cs.wisc.edu/support.html
>
> > > From: Tanya Levshina <tlevshin@fnal.gov>
> > > Date: April 18, 2008 10:38:06 AM CDT
> > > To: Alain Roy <roy@cs.wisc.edu>
> > > Cc: ress-support@fnal.gov
> > > Subject: new cemon rpms
> > >
> > > Hi Alain,
> > >
> > > I've just got email from Massimo that rpms are ready. I will
> retest
> > > them today (just in case) and hopefully you will be able to
> download
> > > them on Monday.
> > >
> > >
> > > 1. Main fix:
> > > cemonitor had a hardcoded socket timeout set to 1 millisecond
>
> > > that caused the error message to be generated
> > > in the log about failure to send events to a consumer.
> Actually
> > > the events have been sent.
> > > Now the timeout should be set in cemonitor-config.xml file.
> > >
> > > This will required changes in your configuration script:
> > >
> > > service id="main-service"
> > > description="cemonitor service"
> > > sslkeyfile="<hostkey.pem>"
> > > sslcertfile="<hostcert.pem>"
> > > sslkeypasswd=""
> > > sslCAfiles="$X509_CADIR/*.0"
> > > sslCRLfiles="$X509_CADIR/*.r0"
> > > expirationTime="100"
> > > notificationTimeout_sec="120" !!!!!! this should be
> > > added!!!!
> > > backendLocation="$VDT_LOCATION/glite/var/cemonitor">
> > >
> > > also you have to fix sslCRLfiles in your script - I think you
> have
> > > it now as a vdt ticket
> > >
> > > 2. Also we have to change verify-gip-for-cemon-wrapper script
> > > slightly because we have noticed some problems when
> > > this script is ran simultaneously with glite-info script ran by
> > > cemon. I will send you changes on Monday
> > >
> > > Please let me know if you have any questions,
> > > Thanks,
> > >
> > > Tanya
> >
> >
>
>
> --
> View ticket at <
> VDT Support, vdt-support@ivdgl.org
Subject: Re: [vdt-support #3488] Upgrade to new version of CEMon
Date: Mon, 21 Apr 2008 17:12:15 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Alain Roy <roy@cs.wisc.edu>
Download (untitled) / with headers
text/plain 3.7k
Yes, we'll integrate this before OSG 1.0.

Thanks!
-alain

On Apr 21, 2008, at 10:06 AM, tlevshin@fnal.gov via RT wrote:
> http://vdt.cs.wisc.edu/rt/Ticket/Display.html?id=3488
>
> Hi Alain,
>
> Could you please incorporate new cemon rpm into vdt release.
>
>
> 1. rpm is at
>
> http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/org.glite.ce.monitor/1.9.0/noarch/glite-ce-monitor-1.9.0-0.noarch.rpm
>
> cemonitor.war and cemonitor-config.xml files that are in the rpm
> should replaced the old one
>
> 2. the new attribute is added to <service> tag
> notificationTimeout_sec="120"
> 3. the attribute sslCRLfiles shoud be fixed and be set to:
> sslCRLfiles="$X509_CADIR/*.r0"
>
>
> 4. Below is slightly modifed wrapper script. It looks that it
> doesn't have a version. I do not know if you keep it
> under cvs.
> ***************************************************************************
>
> #!/bin/sh
>
> # Source the setup.sh file to get JAVA_HOME and get java in the PATH
> . $VDT_LOCATION/setup.sh
>
> # Source
> $VDT_LOCATION/glite/etc/glite-ce-ce-plugin/glite-ce-info > /tmp/
> verify-gip-for-cemon.out
> java -DVDT_LOCATION=$VDT_LOCATION -classpath $VDT_LOCATION/verify-
> gip-for-cemon TestOSGGlueSchema /tmp/verify-gip-for-cemon.out
> rm /tmp/verify-gip-for-cemon.out
> *****************************************************************************
>
>
> Let me know if you have any questions.
>
> Tanya
>
>
>
>
>
>
>
>
> ----- Original Message -----
> From: Alain Roy via RT <vdt-support@opensciencegrid.org>
> Date: Friday, April 18, 2008 11:50 am
> Subject: [vdt-support #3488] Upgrade to new version of CEMon
> To: tlevshin@fnal.gov
>
>
>> Tanya,
>>
>> I've made this into a VDT ticket so we don't lose track of it. Let me
>> know (preferably via this ticket, but personal email is okay too)
>> when
>> I
>> can get the RPMs.
>>
>> -alain
>>
>> -----------------------------------------------------------------
>> Alain Roy vdt-support@opensciencegrid.org
>> VDT Support http://vdt.cs.wisc.edu/support.html
>>
>>>> From: Tanya Levshina <tlevshin@fnal.gov>
>>>> Date: April 18, 2008 10:38:06 AM CDT
>>>> To: Alain Roy <roy@cs.wisc.edu>
>>>> Cc: ress-support@fnal.gov
>>>> Subject: new cemon rpms
>>>>
>>>> Hi Alain,
>>>>
>>>> I've just got email from Massimo that rpms are ready. I will
>> retest
>>>> them today (just in case) and hopefully you will be able to
>> download
>>>> them on Monday.
>>>>
>>>>
>>>> 1. Main fix:
>>>> cemonitor had a hardcoded socket timeout set to 1 millisecond
>>
>>>> that caused the error message to be generated
>>>> in the log about failure to send events to a consumer.
>> Actually
>>>> the events have been sent.
>>>> Now the timeout should be set in cemonitor-config.xml file.
>>>>
>>>> This will required changes in your configuration script:
>>>>
>>>> service id="main-service"
>>>> description="cemonitor service"
>>>> sslkeyfile="<hostkey.pem>"
>>>> sslcertfile="<hostcert.pem>"
>>>> sslkeypasswd=""
>>>> sslCAfiles="$X509_CADIR/*.0"
>>>> sslCRLfiles="$X509_CADIR/*.r0"
>>>> expirationTime="100"
>>>> notificationTimeout_sec="120" !!!!!! this should be
>>>> added!!!!
>>>> backendLocation="$VDT_LOCATION/glite/var/cemonitor">
>>>>
>>>> also you have to fix sslCRLfiles in your script - I think you
>> have
>>>> it now as a vdt ticket
>>>>
>>>> 2. Also we have to change verify-gip-for-cemon-wrapper script
>>>> slightly because we have noticed some problems when
>>>> this script is ran simultaneously with glite-info script ran by
>>>> cemon. I will send you changes on Monday
>>>>
>>>> Please let me know if you have any questions,
>>>> Thanks,
>>>>
>>>> Tanya
>>>
>>>
>>
>>
>> --
>> View ticket at <
>> VDT Support, vdt-support@ivdgl.org
Download (untitled) / with headers
text/plain 344b
Hi Tanya,
For CE-Monitor version 1.8.0, we shipped the glite-ce-ce-plugin, but I
cannot find this for 1.9.0.

I tried to find it at this web page, but there is no rpm available for
1.9.0.
http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/org.glite.ce.ce-plugin/

Should I be using the previous rpm from 1.8.0 (or 1.8.1)?

Thanks,
Scot
Subject: Re: [vdt-support #3488] Upgrade to new version of CEMon
Date: Tue, 29 Apr 2008 09:22:22 -0500
To: vdt-support@OPENSCIENCEGRID.ORG
From: Tanya Levshina <tlevshin@fnal.gov>
Download (untitled) / with headers
text/plain 745b
Hi,

The only one rpm glite-ce-monitor-1.9.0-0.noarch.rpm should be updated at this time.
Tanya

----- Original Message -----
From: Scot Kronenfeld via RT <vdt-support@opensciencegrid.org>
Date: Monday, April 28, 2008 5:49 pm
Subject: [vdt-support #3488] Upgrade to new version of CEMon
To: tlevshin@fnal.gov


> Hi Tanya,
> For CE-Monitor version 1.8.0, we shipped the glite-ce-ce-plugin, but I
> cannot find this for 1.9.0.
>
> I tried to find it at this web page, but there is no rpm available for
> 1.9.0.
> http://eticssoft.web.cern.ch/eticssoft/repository/org.glite/org.glite.ce.ce-plugin/
>
> Should I be using the previous rpm from 1.8.0 (or 1.8.1)?
>
> Thanks,
> Scot
>
> --
> View ticket at <
> VDT Support, vdt-support@ivdgl.org
Subject: [vdt-support #3488] SVN commit, rev 7581
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 172b
Commit comment:
Upgraded CEMon-Server from 1.8.0 to 1.9.0.


Changed files:
U vdt/branches/vdt-1.10/defs

To generate a diff:
svn diff -c 7581 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7582
To: vdt-support@cs.wisc.edu
From: kronenfe@cs.wisc.edu
Download (untitled) / with headers
text/plain 300b
Commit comment:
Updated verify-gip-for-cemon-wrapper for CEMon-Server version 1.9.0.
Changes provided by Tanya Levshina.


Changed files:
U vdt/branches/vdt-1.10/Verify-GIP-For-CEMon/verify-gip-for-cemon/verify-gip-for-cemon-wrapper

To generate a diff:
svn diff -c 7582 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7722
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 310b
Commit comment:
Upated CEMON_SERVER_VERSION from 1.9.0-1 to 1.9.0-2. This contains an
update from MAssimo to fix a bug where advertising to two
subscriptions could suddenly advertise to just one.


Changed files:
U vdt/branches/vdt-1.10/defs

To generate a diff:
svn diff -c 7722 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7723
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 235b
Commit comment:
Tweaked the log4j configuration based on advice from Tanya Levshina.


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

To generate a diff:
svn diff -c 7723 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7724
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 209b
Commit comment:
Further tweaking to get the logging right.


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

To generate a diff:
svn diff -c 7724 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7735
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 225b
Commit comment:
Update CEMON_SERVER from 1.9.0-2 to 1.9.1. This is just a retagged
version, but identical code.


Changed files:
U vdt/branches/vdt-1.10/defs

To generate a diff:
svn diff -c 7735 file:///p/vdt/workspace/svn
Subject: [vdt-support #3488] SVN commit, rev 7736
To: vdt-support@cs.wisc.edu
From: roy@cs.wisc.edu
Download (untitled) / with headers
text/plain 170b
Commit comment:
Oops, forgot the -0 on the CEMON_VERSION


Changed files:
U vdt/branches/vdt-1.10/defs

To generate a diff:
svn diff -c 7736 file:///p/vdt/workspace/svn