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

Fixed in: 1.10.1v
Fix scheduled: CUR

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

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

New reminder:

Created: Fri Nov 14 11:44:07 2008
Starts: Not set
Started: Not set
Last Contact: Mon Dec 22 15:57:29 2008
Due: Not set
Closed: Tue Apr 21 15:59:02 2009
Updated: Fri Oct 23 06:59:38 2009 by guest



History Brief headersFull headers
Subject: Upgrade CEMon to 1.10.1.0
Date: Wed, 12 Nov 2008 17:08:01 -0600
To: Alain Roy <roy@cs.wisc.edu>
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 2.3k
Hi Alain,

I did basic testing of the new cemon and got the cemon to advertise to
my test system. I will do more extensive testing once it is available
through test VDT cache


Here is some things that need to be done differently -

TASK - 1: verify-gip-for-cemon-wrapper, new class file attached


TASK - 2: cemonitor-config.xml
(I have attached the cemonitor-config.xml I used for your reference)

- Notable XML differences

New info/elements
---------
ServiceDescription="cemonitor service"

InterfaceVersion="1.0"

ServiceVersion="1.0"

confProvider
=
"org
.glite
.ce.commonj.jndi.provider.fscachedprovider.CEGeneralDirContextFactory"
subscriptionRegistryConfProvider
=
"org
.glite
.ce.commonj.jndi.provider.fscachedprovider.CEGeneralDirContextFactory"

For every sensor to purge the events on start up ....
<property name="purgeAllEventsOnStartup" value="true"/>
----------

Remove info/elements
description="cemonitor service"

Update Values for
1:
<sensor id="sensor-osg-ce"
[...]
<property name="multiple_values_attributes" ......

</sensor>

2:
<plugin name="gridmappdp"
classname="org.glite.ce.commonj.authz.GridMapServicePDP">

3:
<plugin name="vomspdp"
classname="org.glite.ce.commonj.authz.VomsServicePDP">
<parameter name="gridMapFile"
value="/etc/grid-security/grid-mapfile" />
</plugin>



Let me know if you have any questions or when you have the new cemon in
vdt cache available for further testing.


On Fri, 2008-10-31 at 13:59 -0500, Alain Roy wrote:
> Hey Parag--let me know how the testing goes, and we can integrate this
> into the VDT.
>
> -alain
>
> On Oct 31, 2008, at 10:01 AM, Parag Mhashilkar wrote:
>
>> Hi Massimo,
>>
>> That's great! I will go through the release notes and try things out
>> myself.
>>
>> I really appreciate you giving the fixes way ahead of schedule.
>>
>> On Fri, 2008-10-31 at 15:20 +0100, Massimo Sgaravatto - INFN Padova
>> wrote:
>>> Dear all
>>>
>>> A new release for cemon is available (the ce tag is
>>> glite_ce_R_1_10_1_0).
>>>
>>> Please refer to the release notes available at:
>>>
>>> http://grid.pd.infn.it/cemon/field.php?n=Main.ReleaseNotes
>>>
>>>
>>> As usual you can download the rpms from the ETICS repo
>>> (http://eticssoft.web.cern.ch/eticssoft/repository/org.glite)
>>>
>>> Let us know about any issues you might find
>>>
>>> Cheers, Massimo
Download (untitled) / with headers
text/plain 956b
Hi Parag

On Fri Nov 14 11:44:09 2008, parag@fnal.gov wrote:
> TASK - 1: verify-gip-for-cemon-wrapper, new class file attached

There are no attachments on this ticket.

> TASK - 2: cemonitor-config.xml

I extracted cemonitor-config.xml from the rpm, and applied the following
changes. The resulting file is attached. If you see any changes I need
to make, please let me know.

Thanks,
scot



Changes made to default cemonitor-config.xml:

1) Removed GlueInformationServiceURL attribute from
multiple_values_attributes property within sensor osg-ce.
See RT: 3481

2) Changed notificationTimeout_sec from 60 to 120
See RT: 3488

3) Changed policy rate from 60 -> 600
Change propagated from 1.8.0

4) Commented sensor id="sensor-job-cream"
Change propagated from 1.8.0

5) Un-commented sensor id="sensor-osg-ce"
Change propagated from 1.8.0

6) Make sure all <sensors> are commented except for sensor-osg-ce
Change propagated from 1.8.0
<?xml version="1.0" encoding="ISO-8859-1"?>

<service id="main-service"
ServiceDescription="cemonitor service"
InterfaceVersion="1.0"
ServiceVersion="1.0"
sslkeyfile="/usr/share/tomcat5/hostkey.pem"
sslcertfile="/usr/share/tomcat5/hostcert.pem"
sslkeypasswd=""
sslCAfiles="/etc/grid-security/certificates/*.0"
sslCRLfiles="/etc/grid-security/certificates/*.r0"
maxSubscriptionExpirationTime_hours="200"
notificationTimeout_sec="120"
backendLocation="/opt/glite/var/cemonitor"
confProvider="org.glite.ce.commonj.jndi.provider.fscachedprovider.CEGeneralDirContextFactory"
subscriptionRegistryConfProvider="org.glite.ce.commonj.jndi.provider.fscachedprovider.CEGeneralDirContextFactory">


<authzchain name="chain-1">
<plugin name="gridmappdp"
classname="org.glite.ce.commonj.authz.GridMapServicePDP">
<parameter name="gridMapFile"
value="/etc/grid-security/grid-mapfile" />
</plugin>

<plugin name="vomspdp"
classname="org.glite.ce.commonj.authz.VomsServicePDP">
<parameter name="gridMapFile"
value="/etc/grid-security/grid-mapfile" />
</plugin>

</authzchain>

<!-- Actions and queryprocessors -->
<!-- You shouldn't need to change anything here -->

<action id="1"
name="SendNotification"
type="action"
jarpath="file:/usr/share/tomcat5/webapps/ce-monitor/actions/glite-ce-monitor-SendNotificationAction.jar">
<!--
<property name="TTLCEinfo" value="300" />
<property name="supportedDialectsList" value="LFID,ISM_LDIF,ISM_LDIF_GLUE_1.2,OLD_CLASSAD,NEW_CLASSAD,ISM_CLASSAD,ISM_CLASSAD_GLUE_1.2"/>
-->
</action>

<action id="2"
name="DoNotSendNotification"
type="action"
jarpath="file:/usr/share/tomcat5/webapps/ce-monitor/actions/glite-ce-monitor-DoNotSendNotificationAction.jar">
<!--
<property name="supportedDialectsList" value="LFID,ISM_LDIF,ISM_LDIF_GLUE_1.2,OLD_CLASSAD,NEW_CLASSAD,ISM_CLASSAD,ISM_CLASSAD_GLUE_1.2"/>
-->
</action>


<action id="3"
name="SendExpiredNotification"
type="action"
jarpath="file:/usr/share/tomcat5/webapps/ce-monitor/actions/glite-ce-monitor-SendExpiredNotificationAction.jar">
<!--
<property name="supportedDialectsList" value="LFID,ISM_LDIF,ISM_LDIF_GLUE_1.2,OLD_CLASSAD,NEW_CLASSAD,ISM_CLASSAD,ISM_CLASSAD_GLUE_1.2"/>
-->
</action>


<queryprocessor id="processor-1"
name="ClassAd"
type="queryprocessor"
jarpath="file:/usr/share/tomcat5/webapps/ce-monitor/query_processors/glite-ce-monitor-ClassAdProcessor.jar" />

<queryprocessor id="processor-2"
name="RegEx"
type="queryprocessor"
jarpath="file:/usr/share/tomcat5/webapps/ce-monitor/query_processors/glite-ce-monitor-RegExProcessor.jar" />


<!-- Sensors -->
<!-- Uncomment/comment the sensors you want to enable/disable -->
<!-- See http://grid.pd.infn.it/cemon/field.php?n=Main.ExistingCEMonSensors -->
<!--sensor id="sensor-ice"
name="ICE Job Sensor"
type="ICE"
jarpath="file:/opt/glite/share/java/glite-ce-job-plugin-ice.jar">
<property name="executionDelay" value="60" />
<property name="creamScratchURI" value="/opt/glite/var/cream" />
<property name="providerFactory" value="org.glite.ce.commonj.jndi.provider.fscachedprovider.CEGeneralDirContextFactory" />
<property name="pushMode" value="true" />
<property name="expiration" value="30" />
</sensor-->
<!-- sensor id="sensor-job-cream"
name="CREAM Job Sensor"
type="CREAM_JOBS"
jarpath="file:/opt/glite/share/java/glite-ce-job-plugin.jar">
<property name="executionDelay" value="60" />
<property name="pushMode" value="false" />
<property name="expiration" value="10" />
<property name="purgeAllEventsOnStartup" value="false"/>
</sensor -->
<!--sensor id="sensor-ce"
name="CE Sensor"
type="CE_MONITOR"
jarpath="file:/opt/glite/share/java/glite-ce-ce-plugin.jar">
<property name="executionDelay" value="60" />
<property name="scriptURI" value="/opt/glite/etc/glite-ce-ce-plugin/glite-ce-info" />
<property name="multiple_attributes" value="GlueChunkKey,GlueForeignKey,GlueServiceName,GlueServiceVersion,GlueServiceEndpoint,GlueServiceStatusInfo,GlueServiceSemantics,GlueServiceOwner,GlueServiceDataValue,GlueSiteName,GlueSiteSponsor,GlueSiteOtherInfo,GlueCEAccessControlBaseRule,GlueClusterService,GlueHostApplicationSoftwareRunTimeEnvironment,GlueHostLocalFileSystemClient,GlueHostRemoteFileSystemServer,GlueCESEBindGroupSEUniqueID,GlueSEHostingSL,GlueSEArchitecture,GlueSEType,GlueSEAccessProtocolSupportedSecurity,GlueSEAccessProtocolCapability,GlueSEControlProtocolCapability,GlueSLServiceGlueSLLocalFileSystemClient,GlueSAAccessControlBaseRule" />
<property name="purgeAllEventsOnStartup" value="false"/>
</sensor-->

<sensor id="sensor-osg-ce"
name="OSG CE Sensor"
type="OSG_CE"
jarpath="file:/opt/glite/share/java/glite-ce-osg-ce-plugin.jar">
<property name="executionDelay" value="60000" />
<property name="scriptURI" value="/opt/glite/etc/glite-ce-ce-plugin/glite-ce-info" />
<property name="not_supported_attributes" value="GlueSiteDescription,GlueSiteLocation,GlueSiteWeb,GlueSiteSponsor,GlueSiteOtherInfo,GlueForeignKey,GlueChunkKey,createTimestamp,GlueCESEBindCEUniqueID,GlueCESEBindCEAccesspoint,GlueCESEBindGroupCEUniqueID,GlueCESEBindSEUniqueID,GlueCESEBindGroupSEUniqueID,entryTtl,modifyTimestamp,dn,ObjectClass" />
<property name="multiple_values_attributes" value="GlueSiteSponsor,GlueSiteOtherInfo,GlueServiceAccessPointURL,GlueServiceAccessControlRule,GlueChunkKey,GlueForeignKey,GlueCEAccessControlBaseRule,GlueClusterService,GlueHostService,GlueHostApplicationSoftwareRunTimeEnvironment,GlueHostLocalFileSystemClient,GlueHostRemoteFileSystemServer,GlueCESEBindGroupSEUniqueID,GlueSEHostingSL,GlueSEAccessProtocolSupportedSecurity,GlueSLService,GlueSLLocalFileSystemClient,GlueSAAccessControlBaseRule" />
<property name="purgeAllEventsOnStartup" value="false"/>
</sensor>

<!-- sensor id="sensor-gridice"
name="GridICE Sensor"
type="org.gridice.extended"
jarpath="file:/opt/glite/share/java/glite-ce-gridice-plugin.jar">
<parameter name="executionDelay" value="60" />
<parameter name="scriptURI" value="pathname_of_gridice_script" />
<property name="purgeAllEventsOnStartup" value="false"/>
</sensor -->



<!-- Predefined subscriptions -->

<!-- subscription id="subscription-1"
monitorConsumerURL="URL_of_the_CE_Monitor_Client"
sslprotocol="SSLv3"
retryCount="-1">
<topic name="CE_MONITOR">
<dialect name="ISM_CLASSAD" />
</topic>
<policy rate="600">
<query queryLanguage="ClassAd"><![CDATA[GlueCEStateWaitingJobs<2]]></query>
<action name="SendNotification" doActionWhenQueryIs="true" />
<action name="SendExpiredNotification" doActionWhenQueryIs="false" />
</policy>
</subscription -->

</service>
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 03 Dec 2008 15:27:25 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 1.5k
Hi Scott,

I am attaching fixed cemonitor-config.xml and new class file
(TestOSGGlueSchema.java) for the verify-gip-for-cemon-wrapper

Please let me know if you have any questions.

On Wed, 2008-12-03 at 13:24 -0600, Scot Kronenfeld via RT wrote:
> Hi Parag
>
> On Fri Nov 14 11:44:09 2008, parag@fnal.gov wrote:
> > TASK - 1: verify-gip-for-cemon-wrapper, new class file attached
>
> There are no attachments on this ticket.
>
> > TASK - 2: cemonitor-config.xml
>
> I extracted cemonitor-config.xml from the rpm, and applied the following
> changes. The resulting file is attached. If you see any changes I need
> to make, please let me know.
>
> Thanks,
> scot
>
>
>
> Changes made to default cemonitor-config.xml:
>
> 1) Removed GlueInformationServiceURL attribute from
> multiple_values_attributes property within sensor osg-ce.
> See RT: 3481
>
> 2) Changed notificationTimeout_sec from 60 to 120
> See RT: 3488
>
> 3) Changed policy rate from 60 -> 600
> Change propagated from 1.8.0
>
> 4) Commented sensor id="sensor-job-cream"
> Change propagated from 1.8.0
>
> 5) Un-commented sensor id="sensor-osg-ce"
> Change propagated from 1.8.0
>
> 6) Make sure all <sensors> are commented except for sensor-osg-ce
> Change propagated from 1.8.0
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 3 Dec 2008 16:50:24 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 479b
On Wed, Dec 3, 2008 at 3:28 PM, parag@fnal.gov via RT
<vdt-internal@cs.wisc.edu> wrote:
> Hi Scott,
>
> I am attaching fixed cemonitor-config.xml and new class file
> (TestOSGGlueSchema.java) for the verify-gip-for-cemon-wrapper

Should I still remove the GlueInformationServiceURL attribute from
multiple_values_attributes property within sensor osg-ce.

Tanya Levshina asked us to do this

All our other changes to this file are addressed by your latest version.

Thanks,
scot
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 03 Dec 2008 16:58:21 -0600
To: vdt-internal@cs.wisc.edu, Tanya Levshin <tlevshin@fnal.gov>
From: Parag Mhashilkar <parag@fnal.gov>
Tanya, do you remember if we need to remove GlueInformationServiceURL
from multiple_values_attributes? I don't remember talking about this
earlier.


On Wed, 2008-12-03 at 16:50 -0600, Scot Kronenfeld via RT wrote:
> On Wed, Dec 3, 2008 at 3:28 PM, parag@fnal.gov via RT
> <vdt-internal@cs.wisc.edu> wrote:
> > Hi Scott,
> >
> > I am attaching fixed cemonitor-config.xml and new class file
> > (TestOSGGlueSchema.java) for the verify-gip-for-cemon-wrapper
>
> Should I still remove the GlueInformationServiceURL attribute from
> multiple_values_attributes property within sensor osg-ce.
>
> Tanya Levshina asked us to do this
>
> All our other changes to this file are addressed by your latest version.
>
> Thanks,
> scot
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 3 Dec 2008 18:54:40 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 394b
Parag,
When we hear back from Tanya, I can adjust the file if necessary.
Currently, CEMon is available in a "test" cache here:

To get just CEMon
pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:CEMon-Server

To install an entire ce, you can use this
pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:ce


This is with GlueInformationServiceURL *removed* from the
cemonitor-config.xml file.
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Thu, 04 Dec 2008 10:26:22 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 1.1k
Hi Scott,

On Wed, 2008-12-03 at 18:55 -0600, Scot Kronenfeld via RT wrote:
> Parag,
> When we hear back from Tanya, I can adjust the file if necessary.
> Currently, CEMon is available in a "test" cache here:
>
> To get just CEMon
> pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:CEMon-Server
>
> To install an entire ce, you can use this
> pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:ce
>
>
> This is with GlueInformationServiceURL *removed* from the
> cemonitor-config.xml file.
>
>

Great! I will try this out. Tanya mentioned that the list of attributes
needs to be checked against Glue Schema which I wasn't aware of earlier.
I will do it and let you know in case there are any changes to the
multiple attributes, non supported list attributes in the config file.
Till then lets exclude GlueInformationServiceURL from the config file.
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Mon, 08 Dec 2008 12:19:44 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 2.8k
On Wed, 2008-12-03 at 18:55 -0600, Scot Kronenfeld via RT wrote:
> Parag,
> When we hear back from Tanya, I can adjust the file if necessary.
> Currently, CEMon is available in a "test" cache here:
>
> To get just CEMon
> pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:CEMon-Server
>

For some reason this does not work anymore and fails with following
error messages. I have seen this happening with recent versions of VDT
more often. I will continue with full ce install which may work but it
would be nice to be able to just install CEMon server independently.

========
========== IMPORTANT ==========
The VDT no longer installs certificate authority certificates at install
time.
Most of the software installed by the VDT *will not work* until you
install
certificates. To complete your CA certificate installation, see the
notes
in the post-install/README file.



Package
[/data/ress/vtb:http://vdt.cs.wisc.edu/vdt_11098_cache:CEMon-Server] not
[installed]:
None of the following alternatives succeeded:
Environment variable [VDT_ALLOW_UNSUPPORTED] has not been set.
Environment variable [VDT_PRETEND_32] has not been set.
system processor [i686] is not equal to [ia64].
Package
[/data/ress/vtb:http://vdt.cs.wisc.edu/vdt_11098_cache:Generic-Information-Provider] not [installed]:
Error can't access /data/ress/vtb/globus
Pacman install failed
===== Getting help with VDT installation Failures =====

Apparently you just had a failure installing the VDT. Our sincere
apologies!

If you would like help with your problem, please collect whatever
information you can from the list below and mail it to us. If you are
doing an Open Science Grid installation, mail it to
goc@opensciencegrid.org.
If you are not doing an Open Science Grid installation, or if you
prefer to contact the VDT team directly, please mail it to
vdt-support@opensciencegrid.org.

Information to collect:

1) If your VDT installation got far enough to create
$VDT_LOCATION/vdt/bin/vdt-system-profiler, please run it and send
us the resulting vdt-profile.txt file. You might need to set
$VDT_LOCATION in your environment first.

2) If you can't do that, send us your vdt-install.log, and any
supporting information: what Pacman command you ran, what OS and
architecture you are installing on, etc.

We hope that we can help you fix your problem quickly.

========
> To install an entire ce, you can use this
> pacman -get http://vdt.cs.wisc.edu/vdt_11098_cache:ce
>
>
> This is with GlueInformationServiceURL *removed* from the
> cemonitor-config.xml file.
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Tue, 9 Dec 2008 03:00:45 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 470b
Parag,
There is currently a bug in the configure_gip script that errors out
if the directory $VDT_LOCATION/globus does not exist. However, this
is usually not an issue because people generally do not want to
install only CEMon (that we know of).

A new version of GIP is coming out soon - the current estimate is
January. We can ask the developers to fix this issue for that
release.

Is that timeframe ok, or is it important to you to see a fix sooner?

Thanks,
scot
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Tue, 09 Dec 2008 09:54:39 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 1.1k
Hi Scot,

The timeframe is ok. I wasn't sure if this was a known issue and wanted
to bring to your attention.

Meanwhile, I am not done with the testing yet. My test infrastructure
was dismantle without my knowledge and I am tracing it down.

On Tue, 2008-12-09 at 03:01 -0600, Scot Kronenfeld via RT wrote:
> Parag,
> There is currently a bug in the configure_gip script that errors out
> if the directory $VDT_LOCATION/globus does not exist. However, this
> is usually not an issue because people generally do not want to
> install only CEMon (that we know of).
>
> A new version of GIP is coming out soon - the current estimate is
> January. We can ask the developers to fix this issue for that
> release.
>
> Is that timeframe ok, or is it important to you to see a fix sooner?
>
> Thanks,
> scot
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Tue, 9 Dec 2008 12:08:39 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 192b
> The timeframe is ok. I wasn't sure if this was a known issue and wanted
> to bring to your attention.

Yes, thanks for letting us know. I have submitted a fix request to
the GIP developer.
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 10 Dec 2008 14:55:28 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 1.8k
Hi Scot,

Here is the multiple_values_attributes tag again. I have removed some
attributes while added some.

<property name="multiple_values_attributes"
value="GlueSiteSponsor,GlueSiteOtherInfo,GlueServiceAccessControlRule,GlueChunkKey,
GlueForeignKey,GlueCEAccessControlBaseRule,
GlueHostApplicationSoftwareRunTimeEnvironment,GlueCESEBindGroupSEUniqueID,
GlueSEHostingSL,GlueSEAccessProtocolSupportedSecurity,GlueSLService,
GlueSLLocalFileSystemClient,GlueSAAccessControlBaseRule,GlueSoftwareLocalID,
GlueSoftwareName,GlueSoftwareVersion,GlueSoftwareInstalledRoot,
GlueSoftwareEnvironmentSetup,GlueSoftwareModuleName,GlueSoftwareDataParams,
GlueSEAccessProtocolLocalID,GlueSEAccessProtocolMaxStreams,
GlueSEAccessProtocolType,GlueSEAccessProtocolVersion,
GlueSEAccessProtocolCapability,GlueSEAccessProtocolEndpoint,
GlueSEControlProtocolLocalID,GlueSEControlProtocolEndpoint,
GlueSEControlProtocolType,GlueSEControlProtocolVersion,
GlueSEControlProtocolCapability,GlueVOInfoAccessControlBaseRule,
GlueCEAccessControlBaseRuleOriginal,GlueCECapability,GlueSACapability" />




On Tue, 2008-12-09 at 12:08 -0600, Scot Kronenfeld via RT wrote:
> > The timeframe is ok. I wasn't sure if this was a known issue and wanted
> > to bring to your attention.
>
> Yes, thanks for letting us know. I have submitted a fix request to
> the GIP developer.
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 10 Dec 2008 15:53:20 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 126b
Parag,
I have updated our cemon-server binary with the XML you supplied.

It is available in the 1.10.98 cache.

Thanks,
scot
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 10 Dec 2008 15:54:08 -0600
To: vdt-internal@cs.wisc.edu
From: "Scot Kronenfeld" <kronenfe@cs.wisc.edu>
Download (untitled) / with headers
text/plain 195b
> It is available in the 1.10.98 cache.

By the way, you should be able to run:
pacman -update CEMon-Server

to fetch the latest version without re-installing. If you have
trouble, let me know.
Subject: Re: [vdt-internal #4383] Upgrade CEMon to 1.10.1.0
Date: Wed, 10 Dec 2008 16:16:54 -0600
To: vdt-internal@cs.wisc.edu
From: Parag Mhashilkar <parag@fnal.gov>
Download (untitled) / with headers
text/plain 682b
Hi Scot,

That's great, I will try this out as well

On Wed, 2008-12-10 at 15:54 -0600, Scot Kronenfeld via RT wrote:
> > It is available in the 1.10.98 cache.
>
> By the way, you should be able to run:
> pacman -update CEMon-Server
>
> to fetch the latest version without re-installing. If you have
> trouble, let me know.
>
>
--
Thanks & Regards
=============================================================
Parag Mhashilkar
Fermi National Accelerator Laboratory, MS 120
Wilson & Kirk Road, Batavia, IL - 60510.

Location: Wilson Hall, WH863
Phone: +1 (630) 840-6530
Fax: +1 (630) 840-2783
Email: parag@fnal.gov
=============================================================
Download smime.p7s
application/x-pkcs7-signature 3.8k
Download (untitled) / with headers
text/plain 694b
On Tue Dec 09 03:00:50 2008, kronenfe wrote:
> Parag,
> There is currently a bug in the configure_gip script that errors out
> if the directory $VDT_LOCATION/globus does not exist. However, this
> is usually not an issue because people generally do not want to
> install only CEMon (that we know of).
>
> A new version of GIP is coming out soon - the current estimate is
> January. We can ask the developers to fix this issue for that
> release.

Hi Parag,
The new version of the GIP has removed the configure_gip script (the
script still exists for backwards compatibility, but it does not real
work). So this bug is now fixed, and CEMon-Server should be able to
install standalone.

-scot