cemonitor-config.xml.03Dec08
TestOSGGlueSchema.java cemonitor-config.xml smime.p7s
|
|
| # | Fri Nov 14 11:44:09 2008 | parag@fnal.gov - Ticket created | [Reply] | |||||||||
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 |
||||||||||||
| # | Fri Nov 14 17:08:16 2008 | roy - Priority changed from (no value) to '3' | ||
| # | Fri Nov 14 17:08:17 2008 | roy - Fix scheduled CUR added | ||
| # | Mon Nov 17 09:32:59 2008 | roy - Queue changed from vdt-support to vdt-internal | ||
| # | Tue Dec 02 16:24:35 2008 | kronenfe - Taken | ||
| # | Wed Dec 03 13:24:45 2008 | kronenfe - Correspondence added | [Reply] | |
|
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> |
||||
| # | Wed Dec 03 13:24:47 2008 | RT_System - Status changed from 'new' to 'open' | ||
| # | Wed Dec 03 15:28:23 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Wed Dec 03 16:50:29 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
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 |
||||||||||||
| # | Wed Dec 03 16:59:15 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Wed Dec 03 18:54:51 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
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. |
||||||||||||
| # | Thu Dec 04 10:34:09 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Mon Dec 08 12:20:29 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 ========== 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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Tue Dec 09 03:00:50 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
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 |
||||||||||||
| # | Tue Dec 09 09:55:23 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Tue Dec 09 12:08:43 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
> 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. |
||||||||||||
| # | Wed Dec 10 14:56:11 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Wed Dec 10 15:53:25 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
Parag, I have updated our cemon-server binary with the XML you supplied. It is available in the 1.10.98 cache. Thanks, scot |
||||||||||||
| # | Wed Dec 10 15:54:13 2008 | kronenfe - Correspondence added | [Reply] | |||||||||
> 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. |
||||||||||||
| # | Wed Dec 10 16:17:40 2008 | parag@fnal.gov - Correspondence added | [Reply] | |||||||||
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 MhashilkarFermi 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 ============================================================= |
||||||||||||
| # | Mon Dec 22 15:57:10 2008 | kronenfe - Correspondence added | [Reply] | |
|
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 |
||||
| # | Tue Dec 23 18:02:34 2008 | kronenfe - Priority changed from '3' to '-3' | ||
| # | Tue Apr 21 15:59:02 2009 | kronenfe - Status changed from 'open' to 'resolved' | ||
| # | Tue Apr 21 15:59:02 2009 | kronenfe - Fixed in 1.10.1v added | ||
| # | Fri Oct 23 06:59:38 2009 | guest - Reminder '' added | ||
Time to display: 3.132465
»|« RT 3.8.2 Copyright 1996-2008 Best Practical Solutions, LLC.