JiscMail Logo
Email discussion lists for the UK Education and Research communities

Help for UKHEPGRID Archives


UKHEPGRID Archives

UKHEPGRID Archives


UKHEPGRID@JISCMAIL.AC.UK


View:

Message:

[

First

|

Previous

|

Next

|

Last

]

By Topic:

[

First

|

Previous

|

Next

|

Last

]

By Author:

[

First

|

Previous

|

Next

|

Last

]

Font:

Proportional Font

LISTSERV Archives

LISTSERV Archives

UKHEPGRID Home

UKHEPGRID Home

UKHEPGRID  2002

UKHEPGRID 2002

Options

Subscribe or Unsubscribe

Subscribe or Unsubscribe

Log In

Log In

Get Password

Get Password

Subject:

[WP2-mgmt] WP2 release notes (fwd)

From:

Gavin McCance <[log in to unmask]>

Reply-To:

[log in to unmask]

Date:

Mon, 19 Aug 2002 11:50:09 +0100

Content-Type:

MULTIPART/MIXED

Parts/Attachments:

Parts/Attachments

TEXT/PLAIN (25 lines) , releaseNotes1.2.txt (220 lines)

Hi all,

updates to gdmp and the replica manager attached.

cheers,
gav


---------- Forwarded message ----------
Date: Fri, 09 Aug 2002 17:16:34 +0200
From: Erwin Laure <[log in to unmask]>
To: Anders Waananen <[log in to unmask]>
Cc: Cal Loomis <[log in to unmask]>,
     WP2-Managers <[log in to unmask]>
Subject: [WP2-mgmt] WP2 release notes

Hi Anders,

Please find attached the WP2 release notes for TB 1.2

Regards,

-- Erwin



WP2: ==== WP2 released three packages: edg_replica_manager-1.0 (a new package) gdmp-3.0 edg_replica_catalog-2.0 ============================================================          FEATURES OF EDG-REPLICA-MANAGER-1.0 ============================================================ The EDG-Replica-Manager is a wrapper around a patched version of the Globus replica manager. It provides an API and CLI for copying and replicating files using gridftp and the edg replica catalog. It provides the following functionality: 1) registerEntry - registers a file in the RC 2) unregisterEntry - removes a file entry from the RC 3) copyFile - simple file copy 4) copyAndRegisterFile - a combination of 2) and 3) 5) replicateFile - creates a new replica by copying and registering                    an already registered file 6) deleteFile - removes a file physically and its entry in the RC For more information refer to the installation and user guide: http://www.cern.ch/grid-data-management/edg-replica-manager/edg-replica-manager-1.0.pdf http://www.cern.ch/grid-data-management/edg-replica-manager/edg-replica-manager-1.0.ps The following bugzilla bugs have been fixed: 490, 491 Known problems: --------------- 1. Timeout in gsiftp with Globus 2.0b21 ============================================================        CHANGES AND NEW FEATURES IN GDMP 3.0 ============================================================ Please refer also to Section "2 New Features and Improvements in Version 3.0" in the GDMP User Guide where you can find details on the Section numbers where changes are documented in the User Guide. The GDMP version 3.0.1 to 3.0.10 mainly provided bug fixes but no changes to interfaces nor functionality. http://www.cern.ch/GDMP/userguide/userguide-gdmp-3.0.ps http://www.cern.ch/GDMP/userguide/userguide-gdmp-3.0.pdf The following bugzilla bugs have been fixed: 5, 122, 125, 162, 187, 293, 296, 304, 401, 424, 432, 444, 472, 483, 487, 488, 489, 498, 512, 515, 516, 520, 521, 522 Changes in commands and API: ---------------------------   1. gdmp_replicate_get will now search for all the possible replicas      for the file which have been published. If a replica is not accessible      or the GDMP server for that replica is down or the replica is not      stagable on the remote GDMP server, gdmp_replicate_get will go for the      next replica to transfer.   2. C++ API to GDMP client commands.   3. The command line tool gdmp_filter_catalogue does not exist      anymore but now the filters can be flexibly applied as command line      arguments.   4. new command line tools: gdmp_job_status, gdmp_replicate_put and      gdmp_remove_local_file   5. Command line options of existing commands have been changed      slightly. Check the syntax for details.   6. Command line tools for the C++ Replica Catalogue API have been      provided and can be used      independently of GDMP to access the Globus Replica Catalogue.   7. Improved error messages in case of communication/connection errors      between client and server.   8. The Replica Catalogue API and CLI do not return anymore multiple      entries for the same PFN for the same LFN. Changes in configuration, internal mechanisms: ----------------------------------------------   1. The GDMP server can use any host or user certificate that does      not require a password. It is strongly recommended to use the host      certificate/key pair (which is the default one used in the      configuration step. The GDMP_Server cert (as it was used until version      2.1) is not used anymore.   2. Every client request is now delegated to a GDMP server that      checks for authentication/authorisation and then contacts the remote      GDMP server that needs to trust the local server. Thus, GDMP now uses      a delegation mechanism for client server interaction. This also      requires that GDMP servers rather than single users are registered in      the remote GDMP specific grid-mapfile.A client will be authenticated      once per connection. Once a connection b/w client and server is      established, only one authentication is needed (no more authentication      per message/request).      User certificates only need to be entered into the local      grid-mapfile of GDMP servers where they need to have access to. For      remote interaction between GDMP servers, the servers need to trust      each other and no user certificate is used. Thus, the grid-mapfile      needs to have an entry of the remote GDMP server accessing the local      server.   3. New client/server messaging system is added. Now, for each      request there will be an acknowledgement. See the server log file      gdmp_server_log.out for details. (It did not add any feature but just      to make the code easily maintainable.)   4. GDMP exists in the form of a full installation (GDMP server plus      all client application) and a client installation.   5. A GDMP client is now independent of installation and storage      directories for file/objectivity of a remote GDMP server. Now, the      remote GDMP administrator can change the installation directory of      GDMP or storage directories and he/she does not need to inform other      GDMP sites about it. These attributes will be obtained by the client      from the GDMP server at run time.      However, we do not recommend to change the storage directories      since these directory might be stored in the Information Service (as      it is the case for EDG).   6. Hierarchical structure of GDMP configuration files that allow a      single server to be used for multiple Virtual Organisations. Instead      of a single gdmp.conf file, there are now a gdmp.conf,      gdmp.shared.conf and gdmp.private.conf files.   7. ``real'' multiple VO support: one GDMP server can server multiple      VOs and listens only on one port. In GDMP 2.1, we had several ports      for each VO.   8. The directory utils has been changed to sbin.   9. Logging of the server output is new: all log information (stdout      and stderr) is now in file      GDMP_INSTALL_DIR/var/gdmp_server_log.out. gdmp_server_log.err does not      exist anymore.  10. changes of variables in the GDMP configuration file:         GDMP_FLATFILE_ROOT_DIR is now called GDMP_STORAGE_DIR         GDMP_OBJY_ROOT_DIR is now called GDMP_OBJY_STORAGE_DIR         GDMP_REP_CAT_FLATFILE_COLL_NAME is now called GDMP_REP_CAT_FILE_COLL_NAME         GDMP_REP_CAT_FLATFILE_COLL_URL is now called GDMP_REP_CAT_FILE_COLL_URL  11. description of GDMP monitoring tool: GDMP Heartbeat Monitor added.  12. Now it is possible to automatically create rpms using gmake.  13. The installation directory structure for supporting multiple VOs      has been changed.  14. The configuration requires new grid-mapfiles to be installed in      the VO specific directories. A script to automatically      create/update these files has been provided. This script requires      the hostcert.pem to be user readeable.  15. Default behaviour for configuration file is changed: GDMP looks by      default only into /opt/edg/etc and does not look in any other      default locations anymore.  16. configure_gdmp searches for non-default locations of hostcert.pem      and hostkey.pem in /etc/globus.conf  17. create_gridmapfile looks /etc/globus.conf      file to find out the location of the global grid-mapfile. It now      checks for the existence of the VO      specified by the user on the command line, by verifying the      presence of the VO directory under etc; accommodates EDG static      or dynamic account mapping.  18. BrokerInfo and ReplicaCatalogue rpms can be installed concurrently      without conflicts. Also the gdmp and BrokerInfo rpms are independent. Note that GDMP 3.0 is not backwards compatible to any other previous GDMP versions ! Known problems: =============== 1. Timeout in gsiftp with Globus 2.0b21 ============================================================         CHANGES IN EDG-REPLICA-CATALOG-2.0 ============================================================ 1) The catalog now uses ldap V3 instead of the old ldap V2. 2) The catalog can be configured to allow GSI authorised access. For more information on the configuration see the README file contained in the rpm. Known problems: =============== none.

Top of Message | Previous Page | Permalink

JiscMail Tools


RSS Feeds and Sharing


Advanced Options


Archives

February 2024
January 2024
September 2022
July 2022
June 2022
February 2022
December 2021
August 2021
March 2021
November 2020
October 2020
August 2020
March 2020
February 2020
October 2019
August 2019
June 2019
May 2019
April 2019
March 2019
February 2019
January 2019
December 2018
November 2018
August 2018
July 2018
June 2018
May 2018
April 2018
March 2018
February 2018
January 2018
November 2017
October 2017
September 2017
August 2017
May 2017
April 2017
March 2017
February 2017
January 2017
October 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
July 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
October 2013
August 2013
July 2013
June 2013
May 2013
March 2013
February 2013
January 2013
December 2012
November 2012
October 2012
September 2012
August 2012
July 2012
June 2012
May 2012
April 2012
March 2012
February 2012
January 2012
December 2011
November 2011
October 2011
September 2011
August 2011
July 2011
June 2011
May 2011
April 2011
March 2011
February 2011
January 2011
December 2010
November 2010
October 2010
September 2010
August 2010
July 2010
June 2010
May 2010
April 2010
March 2010
February 2010
January 2010
December 2009
November 2009
October 2009
September 2009
August 2009
July 2009
June 2009
May 2009
April 2009
March 2009
February 2009
January 2009
December 2008
November 2008
October 2008
September 2008
August 2008
July 2008
June 2008
May 2008
April 2008
March 2008
February 2008
January 2008
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
2006
2005
2004
2003
2002
2001
2000


JiscMail is a Jisc service.

View our service policies at https://www.jiscmail.ac.uk/policyandsecurity/ and Jisc's privacy policy at https://www.jisc.ac.uk/website/privacy-notice

For help and support help@jisc.ac.uk

Secured by F-Secure Anti-Virus CataList Email List Search Powered by the LISTSERV Email List Manager