Yes, we'll integrate this before OSG 1.0.
> 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.
> ***************************************************************************
>
>
> # 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