DataGRID. Lead Partner: Document status:

Size: px
Start display at page:

Download "DataGRID. Lead Partner: Document status:"

Transcription

1 DataGRID EDG REPLICATION METADATA USER GUIDE TESTBED 2.0 Document identifier: EDMS id: Work package: Partner(s): Lead Partner: Document status: Author(s): File: WP02: Data Management CERN, PPARC, HIP, INFN, ITC, KDC CERN FINAL Leanne Guy, Sophie Lemaitre edg-rmc-userguide Abstract: This is the user guide for the EDG Replication Metadata Catalogue developed by WP2. The Replication Metadata Catalogue is a system that maintains information about the mappings between the Grid Unique Identifiers (GUIDs) and Logical File Name (LFN) aliases, as well as holding LFN metadata and possibly some application level metadata. IST INTERNAL 1/19

2 CONTENTS 1. INTRODUCTION OBJECTIVES OF THIS DOCUMENT APPLICATION AREA APPLICABLE DOCUMENTS AND REFERENCE DOCUMENTS TERMINOLOGY THE EDG REPLICATION METADATA CATALOGUE 6 3. EDG REPLICATION METADATA CATALOGUE REQUIREMENTS 6 4. EDG REPLICATION METADATA CATALOGUE COMMAND LINE TOOLS COMMAND LINE TOOL USAGE AND HELP EDG-REPLICA-METADATA-CATALOG-ADMIN PING EDG-REPLICA-METADATA-CATALOG ADDALIAS ALIASEXISTS GUIDEXISTS GUIDFORALIAS ALIASESFORGUID REMOVEALIAS GETRESULTLENGTH SETRESULTLENGTH ADDGUIDATTRDEFN REMOVEGUIDATTRDEFN GUIDATTRDEFNEXISTS LISTGUIDATTRDEFNS ADDALIASATTRDEFN REMOVEALIASATTRDEFN ALIASATTRDEFNEXISTS LISTALIASATTRDEFNS MAPPINGSBYGUID MAPPINGSBYALIAS MAPPINGSBYGUIDATTR MAPPINGSBYALIASATTR SETGUIDATTR GETGUIDATTR REMOVEGUIDATTR SETALIASATTR IST INTERNAL 2/19

3 GETALIASATTR REMOVEALIASATTR GETVERSION MAXLENGTH COMMANDLINE TOOL LOGGING SUPPORT 19 IST INTERNAL 3/19

4 Document Change Record Issue Date Comment Author /02/2003 First Draft Leanne Guy /02/2003 CLI section Sophie Lemaitre /03/2003 Checked and updated CLI Leanne Guy /04/2003 Add logging documentation Peter Kunszt /06/2003 Update according to the CLI changes Sophie Lemaitre IST INTERNAL 4/19

5 1. INTRODUCTION 1.1. OBJECTIVES OF THIS DOCUMENT This document describes how to use the EDG Replica Location Service (EDG-RLS) command line interface APPLICATION AREA EDG-WP2 Data Management. This document is intended for users of the EDG Replication Metadata Catalogue, the aim being to describe the use of the command line interface APPLICABLE DOCUMENTS AND REFERENCE DOCUMENTS Applicable documents [A1] [A2] [A3] [A4] [A5] [A6] [A7] D2.2 WP2 Architecture and Design Document. D12.2 DataGrid Naming Conventions document, WP12 Project Management. D12.2 DataGrid Developers Guide, Quality Assurance Group. DataGrid-12-TED , D12.4 DataGrid Architecture DX.X EDG Replication Metadata Catalogue Installation Guide. DX.X EDG Replica Location Service Installation Guide. DX.X EDG Replica Location Service User Guide. Reference documents [R1] [R2] L. Guy, E. Laure, P. Kunszt, E. Laure, H. Stockinger, K. Stockinger, Replica Management in DataGrids. Presented at GGF5. Giggle: A Framework for Constructing Scalable Replica Location Services. In Proc. of the Int l. IEEE/ACM Supercomputing Conference (SC 2002), Baltimore, USA, November A. Chervenak, E.Deelman, I. Foster, L. Guy, A. Iamnitchi, C. Kesselman, W. Hoschek, M. Ripeanu, B. Schwartzkopf, H. Stockinger, K. Stockinger, and B. Tierney. Giggle: A Framework for Constructing Scalable Replica Location Services. In SC 2002, Baltimore, USA, November TERMINOLOGY Definitions API CLI EDG LCN LRC RLI RLS RMC SFN Application Programming Interface Command Line Interface European DataGrid Logical Collection Name Local Replica Catalogue Replica Location Index Replica Location Service Replication Metadata Catalogue Storage File Name IST INTERNAL 5/19

6 Glossary GUID Grid Unique IDentifier A UUID generated by the Replica Management System for an SFN. It is created at the SFN registration time. A GUID is immutable. UUID Universally Unique IDentifier A UUID is a 128 bits long number, and is either guaranteed to be different from all other UUIDs generated until 3400 A.D. or extremely likely to be different (depending on the mechanism chosen to generate it). LFN Logical File Name A Logical File Name is a user defined alias to a GUID. Unlike GUIDs, aliases are mutable but they still should be globally unique. Since the Replica Management System has no control over the creation of LFNs, this global uniqueness is only weakly enforced. LRC Local Replica Catalogue The LRC stores GUID to SFN mappings, along with SFN attributes for either a single site, or a single Storage Resource Manager at a single site. Only GUID to SFN mappings for those SFNs physically located at the same site are stored in the LRC. An LRC is indexed by an RLI. RLI Replica Location Index An RLI indexes over all LRCs that subscribe to it. The RLI stores GUID to LRC mappings, thus maintaining a catalogue of all LRCs that store at least one physical replica of a given GUID. This provides the link between different LRCs, allowing for distributed indexing and querying of all LRCs. RLS Replica Location Service The RLS is a system that maintains information about the physical locations of logical identifiers of data and provides access to this information. It consists of two internal components, a Local Replica Catalogue (LRC) and a Replica Location Index (RLI). It is the successor to the Replica Catalogue. RMC Replication Metadata Catalogue The EDG-RMC is a system that LFN aliases to GUID mappings, as well as attributes on GUIDs and LFNs. SFN Storage File Name An SFN is a locater for a physical file, where the scheme specific part is understood by a Storage Resource Manager (SRM). It is a URL where the scheme is sfn and the host is a valid SRM host. IST INTERNAL 6/19

7 2. THE EDG REPLICATION METADATA CATALOGUE The EDG Replication Metadata Catalogue stores mappings between user defined LFN aliases to GUIDs. The EDG-RMC is not forseen to provide a full metadata service for event and application specific metadata, only to facilitate the task of data replication and access. The EDG-RMC works together with the EDG-RLS LFN to SFN mappings are many to many mappings and the GUIDs provide for the unique identification of all data files. The EDG-RLS stores the mappings between GUIDS and all physical replicas of a given data file; that is GUID to SFN mappings, as well as any attributes or metadata on the physical files themselves. Applications and users are free to define aliases to GUIDs. These aliases are stored in the EDG-RMC along with information about Logical Collection Names (LCNs) as well as GUID metadata such as file size, owner, acls, which are required for successful data file replication. As for the EDG-RLS, the EDG-RMC has been tested to date with two different database backends, MySQL and Oracle. This is described in more detail in the installation guide [?]. 3. EDG REPLICATION METADATA CATALOGUE REQUIREMENTS If you have installed the EDG- Replication Metadata Catalogue client on a standalone node,i.e a desktop PC that does not have any EDG software installed on it, you must set the following environment variables, as described in the EDG Developers Guide [A3]. EDG LOCATION=/opt/edg EDG LOCATION VAR=/opt/edg/var EDG TMP=/tmp X509 USER CERT=/etc/grid-security/hostcert.pem X509 USER KEY=/etc/grid-security/hostkey.pem GRIDMAP=/etc/grid-security/grid-mapfile GRIDMAPDIR=/etc/grid-security/gridmapdir If these variables are different on your machine, set them accordingly. 4. EDG REPLICATION METADATA CATALOGUE COMMAND LINE TOOLS Two command line tools are provided for use of the EDG Replication Metadata Catalogue, for which both a long and short version exist: edg-replica-metadata-catalog-admin or edg-rmc-admin edg-replica-metadata-catalog or edg-rmc The first allows for administration of the EDG Replication Metadata Catalogue and the second allows use of the EDG Replication Metadata Catalogue. In all cases, to connect to a server that hosts an EDG Replication Metadata Catalogue you must specify an EDG-RMC server name using the -h or host option: IST INTERNAL 7/19

8 If the connection is insecure (i.e. if you want to use http or a hostname), with insecure. It is secure by default, i.e. it uses https by default. The hostname of the server to connect to : for instance -h localhost. The port, if it is not the port by default (8080), with the -p option. The path, if it is not the path by default (edg-metadata-catalog/services/edg-metadata-catalog), with the option COMMAND LINE TOOL USAGE AND HELP To get all the administration commands, just type : $EDG LOCATION/bin/edg-replica-metadata-catalog-admin -h usage: edg-replica-metadata-catalog-admin [options] command [options] -h,--help print help (if command is given, details on command) -i,--insecure Connect in an insecure manner, i.e. not https. -v,--verbose print additional information while executing Commands: Administration commands ping Check if the server is alive. A full list of all commands and options for the EDG-RMC is available with $EDG LOCATION/bin/edg-replica-metadata-catalog -h usage: edg-replica-metadata-catalog [options] command [options] -h,--help print help (if command is given, details on command) -i,--insecure Connect in an insecure manner, i.e. not https. -v,--verbose print additional information while executing Commands: Attribute commands addalias aliasexists guidexists guidforalias aliasesforguid removealias getresultlength setresultlength Add a new alias to GUID mapping Does the alias exist in this catalog? Does the GUID exist in this catalog? Return the GUID for a given Alias. Return the aliases for a given GUID. Remove an alias from a given GUID. Return the result length by default (i.e. how many mappings will be returned when using mappingsbyguid or mappingsbypfn). Set the result length by default (i.e. how many mappings will be returned when using mappingsbyguid or mappingsbypfn). Guid Attribute management commands IST INTERNAL 8/19

9 addguidattrdefn removeguidattrdefn guidattrdefnexists listguidattrdefns Add a new guid attribute definition to the catalog. Remove an guid attribute definition from the catalog. Is a given guid attribute definition in the catalog. List the guid attribute definitions in the catalog. Alias Attribute management commands addaliasattrdefn removealiasattrdefn aliasattrdefnexists listaliasattrdefns Add a new alias attribute definition to the catalog. Remove an alias attribute definition from the catalog. Is a given alias attribute definition in the catalog. List the alias attribute definitions in the catalog. Wildcard query commands mappingsbyguid mappingsbyalias mappingsbyguidattr mappingsbyaliasattr Get a set of mappings by a wildcard search on guid. Get a set of mappings by a wildcard search on alias name. Get a set of mappings by a wildcard search on guid attribute value. Get a set of mappings by a wildcard search on alias attribute value. GUID attribute commands setguidattr getguidattr removeguidattr Set an guid attribute. Get an guid attribute. Remove an guid attribute. Alias attribute commands setaliasattr getaliasattr removealiasattr Set an alias attribute. Get an alias attribute. Remove an alias attribute. Other commands getversion maxlength Get the client and server versions. Return the maximum length (i.e. the maximum number of characters) for a GUID, an Alias or an Attribute name. IST INTERNAL 9/19

10 4.2. EDG-REPLICA-METADATA-CATALOG-ADMIN The edg-replica-metadata-catalog-admin command line tool provides administration options for the EDG Replication Metadata Catalogue. edg-replica-metadata-catalog-admin -h, help print help -i, insecure.connect in an insecure manner, i.e. not https. -v, verbose print in verbose mode Commands: Examples: $EDG LOCATION/bin/edg-replica-metadata-catalog-admin -h $EDG LOCATION/bin/edg-rmc help PING The ping command pings an EDG Replication Metadata Catalogue server. The status report will return the number of GUIDs and LFN aliases in the catalogue. Return Values: ping hostname The name of the server to ping. $EDG LOCATION/bin/edg-replica-metadata-catalog-admin insecure ping -h localhost OK : 0 GUIDs, 0 aliases EDG-REPLICA-METADATA-CATALOG The edg-replica-metadata-catalog command line tool exists in both long and short form; edg-rmc and edg-replica-metadata-catalog. edg-replica-metadata-catalog -h, help print help -i, insecure.connect in an insecure manner, i.e. not https. -v, verbose print in verbose mode Commands: Examples: $EDG LOCATION/bin/edg-replica-metadata-catalog -h $EDG LOCATION/bin/edg-rmc help ADDALIAS The addalias command creates a new user defined alias to a GUID in the EDG-RMC. If the specified GUID does not exist already it is created in the EDG-RMC. If it exists already, then a new mapping between the LFN and existing alias. If the GUID-Alias mapping exists already an error message will be returned, otherwise no notification is given. IST INTERNAL 10/19

11 addalias The arguments must be supplied in this order guid: the GUID. alias: the corresponding alias. Examples: $EDG LOCATION/bin/edg-replica-metadata-catalog insecure addalias guid:guid1 alias:alias1 -h localhost $EDG LOCATION/bin/edg-rmc -i addalias guid:guid1 alias:alias1 -h localhost -p 8080 Return Values: Alias already exists : alias:alias ALIASEXISTS The aliasexists command checks for the existence of a given alias in the EDG-RMC. It does not return any GUID-Alias mappings, it only checks for the existence of a given alias, returning a boolean. aliasexists alias the alias to query for in the Catalog. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure aliasexists alias:alias1 -h localhost Return Values: Alias exists : alias:alias1 Alias does not exist : alias:alias GUIDEXISTS The guidexists command checks for the existence of a given GUID in the EDG-RMC. It does not return any GUID-Alias mappings, it only checks for the existence of a given GUID, returning a boolean. guidexists guid the GUID to query for in the Catalog. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure guidexists guid:guid1 -h localhost Return Values: GUID exists : guid:guid1 GUID does not exist : guid:guid GUIDFORALIAS The guidforalias command returns the GUID for a given alias. Aliases cannot point to more than one GUID so only one GUID will be returned if the alias exists, otherwise and error message will be returned. IST INTERNAL 11/19

12 Return Values: guidforalias alias the alias to get the GUID for. $EDG LOCATION/bin/edg-rmc insecure guidforalias alias:alias1 -h localhost guid:guid1 No such alias : alias:alias ALIASESFORGUID The aliasesforguid command returns a comma delimited list of all aliases that exist for a given GUID. aliasesforguid guid the GUID to get the aliases for. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure aliasesforguid guid:guid1 -h localhost Return Values: alias:alias1, alias:alias2, alias:alias3, alias:alias4 No such guid : guid:guid REMOVEALIAS The removealias command will remove a single given GUID-Alias mapping from the EDG-RMC. Multiple alias removal is not supported. Regardless of whether the alias does not exist, or the PFN exists and is successfully removed, no output message is given. removealias guid the GUID to remove the alias from. alias the alias to remove to the Catalog. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure removealias guid:guid1 alias:alias1 -h localhost GETRESULTLENGTH The getresultlength command will return the result length by default for the mappingsbyguid and mappingsbyalias commands. If the default result length is set to 20, only the 20 first mappings will be displayed when using mappingsbyguid or mappingsbyalias. You can change the default result length by using the setresultlength command (see below). IST INTERNAL 12/19

13 getresultlength none. path path on the server to connect to Examples: $EDG LOCATION/bin/edg-replica-metadata-catalog insecure getresultlength -h localhost Return: SETRESULTLENGTH The getresultlength command will set the result length by default for the mappingsbyguid and mappingsbyalias commands. If the default result length is set to 20, only the 20 first mappings will be displayed when using mappingsbyguid or mappingsbyalias. setresultlength resultlength the result length by default. path path on the server to connect to Examples: $EDG LOCATION/bin/edg-replica-metadata-catalog insecure setresultlength h localhost ADDGUIDATTRDEFN The addguidattrdefn command will create a new GUID attribute definition in the EDG-RMC, for example the size of the file may be defined as a GUID attribute. If the attribute definition exists already an error is returned, otherwise nothing is returned. Return Values: addguidattrdefn defnname the name of the GUID attribute to add. defntype the type of the GUID attribute to add. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure addguidattrdefn Creator string -h localhost Attribute definition exists : Creator REMOVEGUIDATTRDEFN The removeguidattrdefn command will remove a GUID attribute definition from the EDG-RMC. Regardless of whether the attribute definition does not exist, or the attribute definition exists and is successfully removed, no output message is given. IST INTERNAL 13/19

14 removeguidattrdefn defnname the GUID attribute name to remove. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure removeguidattrdefn Creator -h localhost GUIDATTRDEFNEXISTS The guidattrdefnexists command informs whether a GUID attribute definition exists in the EDG-RMC. Description: Return Values: guidattrdefnexists Informs if a given GUID attribute definition exists in the Catalog. defnname the GUID attribute definition to check for in the Catalog. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure guidattrdefnexists Creator -h localhost Attribute definition exists : Creator Attribute definition does not exist : Creator LISTGUIDATTRDEFNS The listguidattrdefns returns a list of all the attribute names and types that are defined in the EDG-RMC. Return Values: listguidattrdefns $EDG LOCATION/bin/edg-replica-metadata-catalog insecure listguidattrdefns -h localhost Creator, string ADDALIASATTRDEFN The addaliasattrdefn command will create a new Alias attribute definition in the EDG-RMC, for example the size of the file may be defined as a Alias attribute. If the attribute definition exists already an error is returned, otherwise nothing is returned. Return Values: addaliasattrdefn defnname the name of the Alias attribute to add. defntype the type of the Alias attribute to add. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure addaliasattrdefn Creator string -h localhost Attribute definition exists : Creator IST INTERNAL 14/19

15 REMOVEALIASATTRDEFN The removealiasattrdefn command will remove a Alias attribute definition from the EDG-RMC. Regardless of whether the attribute definition does not exist, or the attribute definition exists and is successfully removed, no output message is given. removealiasattrdefn defnname the Alias attribute name to remove. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure removealiasattrdefn Creator -h localhost ALIASATTRDEFNEXISTS The aliasattrdefnexists command informs whether a Alias attribute definition exists in the EDG-RMC. Description: Return Values: aliasattrdefnexists Informs if a given Alias attribute definition exists in the Catalog. defnname the Alias attribute definition to check for in the Catalog. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure aliasattrdefnexists Creator -h localhost Attribute definition exists : Creator Attribute definition does not exist : Creator LISTALIASATTRDEFNS The listaliasattrdefns returns a list of all the attribute names and types that are defined in the EDG- RMC. Return Values: listaliasattrdefns $EDG LOCATION/bin/edg-replica-metadata-catalog insecure listaliasattrdefns -h localhost Creator, string MAPPINGSBYGUID The mappingsbyguid command returns a list of all mappings for a given GUID wildcard pattern, or an exact GUID name. IST INTERNAL 15/19

16 mappingsbyguid guidpattern the GUId pattern to get the mappings for. : $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguid guid:guid1 -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguid * -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguid *guid -h localhost Return Values: guid:guid1, alias:alias1 guid:guid1, alias:alias2 guid:guid1, alias:alias MAPPINGSBYALIAS The mappingsbyalias command returns a list of all mappings in the EDG-RMC for a given alias wildcard pattern, or an exact alias. Return Values: mappingsbyalias aliaspattern the alias pattern to get the mappings for. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyalias alias:alias1 -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyalias * -h localhost guid:guid1, alias:alias1 guid:guid1, alias:alias2 guid:guid1, alias:alias MAPPINGSBYGUIDATTR The mappingsbyguidattr command returns a list of all mappings for a given GUID attribute name wildcard pattern, or an exact GUID attribute name. Return Values: mappingsbyguidattr guidattrpattern the GUID attribute name pattern to get the mappings for. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguidattr Creator -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguidattr Crea* -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappingsbyguidattr *tor -h localhost guid:guid1, alias:alias1 guid:guid1, alias:alias2 guid:guid1, alias:alias3 IST INTERNAL 16/19

17 MAPPINGSBYALIASATTR The mappingsbyaliasattr command returns a list of all mappings for a given Alias attribute name wildcard pattern, or an exact Alias attribute name. mappingsbyaliasattr aliasattrpattern the Alias attribute name pattern to get the mappings for. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappings- ByAliasAttr Creator -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappings- ByAliasAttr Crea* -h localhost $EDG LOCATION/bin/edg-replica-metadata-catalog insecure mappings- ByAliasAttr *tor -h localhost Return Values: guid:guid1, alias:alias1 guid:guid1, alias:alias2 guid:guid1, alias:alias SETGUIDATTR The setguidattr command assigns a value for an attribute to a given GUID. An error is returned if the attibute definition does not exist. If the attribute value is successfully assigned, no message is returned. setguidattr guid the name of the GUID. guidattrname the name of the GUID attribute. value the value of the attribute. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure setguidattr guid:guid1 Creator leanne -h localhost Return Values: No such attribute definition : FileName GETGUIDATTR The getguidattr returns the value of an attribute for a given GUID. An error is returned if the attibute definition does not exist. If the attribute definition exists but no value has been set for this GUID, nothing is returned. getguidattr guid the GUID. guidattrname the name of the GUID attibute. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure getguidattr guid:guid1 Creator -h localhost Return Values: leanne No such attribute definition : FileSe IST INTERNAL 17/19

18 REMOVEGUIDATTR The removeguidattr command will remove the value of an GUID attribute for a given GUID. The GUID attribute definition is not removed from the EDG-RMC. removeguidattr guid the name of the GUID. guidattrname the name of the GUID attribute. $EDG LOCATION/bin/edg-replica-metadata-catalog -i removeguidattr guid:guid1 Creator -h localhost Return Values: NO ERROR SETALIASATTR The setaliasattr command assigns a value for an attribute to a given Alias. An error is returned if the attibute definition does not exist. If the attribute value is successfully assigned, no message is returned. setaliasattr alias the name of the Alias. aliasattrname the name of the Alias attribute. value the value of the attribute. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure setaliasattr alias:alias1 Creator leanne -h localhost Return Values: No such attribute definition : FileName GETALIASATTR The getaliasattr returns the value of an attribute for a given Alias. An error is returned if the attibute definition does not exist. If the attribute definition exists but no value has been set for this alias, nothing is returned. getaliasattr alias the alias. aliasattrname the name of the Alias attibute. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure getaliasattr alias:alias1 Creator -h localhost Return Values: leanne No such attribute definition : FileSe REMOVEALIASATTR The removealiasattr command will remove the value of an Alias attribute for a given alias. The Alias attribute definition is not removed from the EDG-RMC. IST INTERNAL 18/19

19 removealiasattr alias the name of the alias. aliasattrname the name of the Alias attribute. $EDG LOCATION/bin/edg-replica-metadata-catalog -i removealiasattr alias:alias1 Creator -h localhost Return Values: NO ERROR GETVERSION Get the versions of the server and the client. getversion none. $EDG LOCATION/bin/edg-replica-metadata-catalog insecure getversion -h localhost Return Values: MAXLENGTH Get the maximum number of characters for a GUID, a PFN or an Attribute maxlength none. $EDG LOCATION/bin/edg-replica-metadata-catalog -i maxlength -h localhost Return Values: Maximum Length for a GUID : 250 Maximum Length for an Alias : 250 Maximum Length for an Attribute : COMMANDLINE TOOL LOGGING The command line tool will log its progress into a logfile usually placed under $EDG_TMP/edg-replica-metadata-catalog-<user>.log where the user is the actual user name that the user uses to run this command. If EDG TMP is not set, /tmp is used. To change the placement of the log file, set the variable EDG_REPLICA_METADATA_CATALOG_LOGFILE to the name of the log file. The full logging behavior is read from the log4j configuration file at $EDG_LOCATION/etc/edg-replica-metadata-catalog/log4j-client.properties IST INTERNAL 19/19

20 To read it from another file, specify it using the environment variable EDG_REPLICA_METADATA_CATALOG_LOGPROPERTIES The actual log file might be set through this file as well. The content of the default log file is # # A log4j logger configuration for the edg-replica-manager client # log4j.rootlogger=info, FILE log4j.appender.file=org.apache.log4j.fileappender log4j.appender.file.file=${log4j.log.location} log4j.appender.file.layout=org.apache.log4j.patternlayout # Print the date in ISO 8601 format log4j.appender.file.layout.conversionpattern=%d{iso8601} %-5p [%t] %c{2} %x - %m%n # # now control the level of logging we get output to the file # # Print only messages of level INFO or above in the package org.edg.data. log4j.logger.org.edg.data=info # Now shut down the level of logging we get from Axis on all loggers log4j.logger.org.apache.axis=warn log4j.logger.org.apache.axis.transport.http.axisservlet=fatal To raise the log level, change the line with log4j.logger.org.edg.data to the desired log level. If you set the file explicitly in log4j.appender.file.file then the environment variable for the log file will have no effect. For more information we refer the user to the log4j documentation. 5. SUPPORT Please direct all questions about the use of the EDG RMC to: WP2 replication <hep-proj-grid-data-mgtreplication@cern.ch> IST INTERNAL 20/19

Replica Management in the European DataGrid Project

Replica Management in the European DataGrid Project Journal of Grid Computing (2004) 2: 341 351 Springer 2005 Replica Management in the European DataGrid Project David Cameron 2, James Casey 1, Leanne Guy 1, Peter Kunszt 1,, Sophie Lemaitre 1, Gavin McCance

More information

Grid Data Management in Action: Experience in Running and Supporting Data Management Services in the EU DataGrid Project

Grid Data Management in Action: Experience in Running and Supporting Data Management Services in the EU DataGrid Project Grid Data Management in Action: Experience in Running and Supporting Data Management Services in the EU DataGrid Project Heinz Stockinger, Flavia Donno, Erwin Laure, Shahzad Muzaffar, Peter Kunszt CERN,

More information

A Metadata Catalog Service for Data Intensive Applications

A Metadata Catalog Service for Data Intensive Applications Metadata Catalog Service Draft August 5, 2002 A Metadata Catalog Service for Data Intensive Applications Ann Chervenak, Ewa Deelman, Carl Kesselman, Laura Pearlman, Gurmeet Singh Version 1.0 1 Introduction

More information

Database Assessment for PDMS

Database Assessment for PDMS Database Assessment for PDMS Abhishek Gaurav, Nayden Markatchev, Philip Rizk and Rob Simmonds Grid Research Centre, University of Calgary. http://grid.ucalgary.ca 1 Introduction This document describes

More information

glite Grid Services Overview

glite Grid Services Overview The EPIKH Project (Exchange Programme to advance e-infrastructure Know-How) glite Grid Services Overview Antonio Calanducci INFN Catania Joint GISELA/EPIKH School for Grid Site Administrators Valparaiso,

More information

A Replica Location Grid Service Implementation

A Replica Location Grid Service Implementation A Replica Location Grid Service Implementation Mary Manohar, Ann Chervenak, Ben Clifford, Carl Kesselman Information Sciences Institute, University of Southern California Marina Del Rey, CA 90292 {mmanohar,

More information

Storage-system Research Group Barcelona Supercomputing Center *Universitat Politècnica de Catalunya

Storage-system Research Group Barcelona Supercomputing Center *Universitat Politècnica de Catalunya Replica management in GRID superscalar Jesús Malo Poyatos, Jonathan Martí Fraiz, Toni Cortes* Storage-system Research Group Barcelona Supercomputing Center {jesus.malo,jonathan.marti,toni.cortes}@bsc.es

More information

DataGrid EDG-BROKERINFO USER GUIDE. Document identifier: Date: 06/08/2003. Work package: Document status: Deliverable identifier:

DataGrid EDG-BROKERINFO USER GUIDE. Document identifier: Date: 06/08/2003. Work package: Document status: Deliverable identifier: DataGrid Document identifier: Date: 06/08/2003 Work package: Document status: WP1-WP2 DRAFT Deliverable identifier: Abstract: This document presents what is the BrokerInfo file, the edg-brokerinfo command

More information

Data Management 1. Grid data management. Different sources of data. Sensors Analytic equipment Measurement tools and devices

Data Management 1. Grid data management. Different sources of data. Sensors Analytic equipment Measurement tools and devices Data Management 1 Grid data management Different sources of data Sensors Analytic equipment Measurement tools and devices Need to discover patterns in data to create information Need mechanisms to deal

More information

WHEN the Large Hadron Collider (LHC) begins operation

WHEN the Large Hadron Collider (LHC) begins operation 2228 IEEE TRANSACTIONS ON NUCLEAR SCIENCE, VOL. 53, NO. 4, AUGUST 2006 Measurement of the LCG2 and Glite File Catalogue s Performance Craig Munro, Birger Koblitz, Nuno Santos, and Akram Khan Abstract When

More information

DIRAC File Replica and Metadata Catalog

DIRAC File Replica and Metadata Catalog DIRAC File Replica and Metadata Catalog A.Tsaregorodtsev 1, S.Poss 2 1 Centre de Physique des Particules de Marseille, 163 Avenue de Luminy Case 902 13288 Marseille, France 2 CERN CH-1211 Genève 23, Switzerland

More information

Combining Virtual Organization and Local Policies for Automated Configuration of Grid Services

Combining Virtual Organization and Local Policies for Automated Configuration of Grid Services Combining Virtual Organization and Local Policies for Automated Configuration of Grid Services Shishir Bharathi, Beom Kun Kim, Ann Chervenak, Robert Schuler USC Information Sciences Institute Abstract.

More information

Experience of Data Grid simulation packages using.

Experience of Data Grid simulation packages using. Experience of Data Grid simulation packages using. Nechaevskiy A.V. (SINP MSU), Korenkov V.V. (LIT JINR) Dubna, 2008 Contant Operation of LCG DataGrid Errors of FTS services of the Grid. Primary goals

More information

Data Management. Enabling Grids for E-sciencE. Vladimir Slavnic Scientific Computing Laboratory Institute of Physics Belgrade, Serbia

Data Management. Enabling Grids for E-sciencE. Vladimir Slavnic Scientific Computing Laboratory Institute of Physics Belgrade, Serbia Data Management Vladimir Slavnic slavnic@scl.rs Scientific Computing Laboratory Institute of Physics Belgrade, Serbia Academic and Educational Grid Initiative of Serbia Feb. 19, 2009 A E G I S www.eu-egee.org

More information

ELFms industrialisation plans

ELFms industrialisation plans ELFms industrialisation plans CERN openlab workshop 13 June 2005 German Cancio CERN IT/FIO http://cern.ch/elfms ELFms industrialisation plans, 13/6/05 Outline Background What is ELFms Collaboration with

More information

API Gateway Version September Key Property Store User Guide

API Gateway Version September Key Property Store User Guide API Gateway Version 7.5.2 15 September 2017 Key Property Store User Guide Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.2 No

More information

Grid Data Management

Grid Data Management Grid Data Management Data Management Distributed community of users need to access and analyze large amounts of data Fusion community s International ITER project Requirement arises in both simulation

More information

Let your customers login to your store after pre-approval

Let your customers login to your store after pre-approval Customer Approve & Disapprove Let your customers login to your store after pre-approval Extension Specification Document Version: 2.0.0 Magento 2 Extension URL: https://www.extensionhut.com/customer-approve-disapprove-for-magento-2.html

More information

On the Creation & Discovery of Topics in Distributed Publish/Subscribe systems

On the Creation & Discovery of Topics in Distributed Publish/Subscribe systems On the Creation & Discovery of Topics in Distributed Publish/Subscribe systems Shrideep Pallickara, Geoffrey Fox & Harshawardhan Gadgil Community Grids Lab, Indiana University 1 Messaging Systems Messaging

More information

Simulation of Dynamic Data Replication Strategies in Data Grids

Simulation of Dynamic Data Replication Strategies in Data Grids Simulation of Dynamic Data Replication Strategies in Data Grids Houda Lamehamedi, Zujun Shentu, and Boleslaw Szymanski Department of Computer Science, Rensselaer Polytechnic Institute, Troy, NY 12180 lamehh,

More information

Configuring WMT Streaming Media Services on Standalone Content Engines

Configuring WMT Streaming Media Services on Standalone Content Engines CHAPTER 9 Configuring WMT Streaming Media Services on Standalone Content Engines This chapter provides an overview of the Windows Media Technologies (WMT) streaming and caching services, and describes

More information

LCG-2 and glite Architecture and components

LCG-2 and glite Architecture and components LCG-2 and glite Architecture and components Author E.Slabospitskaya www.eu-egee.org Outline Enabling Grids for E-sciencE What are LCG-2 and glite? glite Architecture Release 1.0 review What is glite?.

More information

Introduction Data Management Jan Just Keijser Nikhef Grid Tutorial, November 2008

Introduction Data Management Jan Just Keijser Nikhef Grid Tutorial, November 2008 Introduction Data Management Jan Just Keijser Nikhef Grid Tutorial, 13-14 November 2008 Outline Introduction SRM Storage Elements in glite LCG File Catalog (LFC) Information System Grid Tutorial, 13-14

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Evaluation of an Economy-Based File Replication Strategy for a Data Grid

Evaluation of an Economy-Based File Replication Strategy for a Data Grid Evaluation of an Economy-Based File tion Strategy for a Data Grid William H. Bell 1, David G. Cameron 1, Ruben Carvajal-Schiaffino 2, A. Paul Millar 1, Kurt Stockinger 3, Floriano Zini 2 1 University of

More information

Introduction to Provisioning

Introduction to Provisioning CHAPTER 1 Cisco Prime Collaboration Provisioning provides a scalable web-based solution to manage company s next-generation communication services. Provisioning manages IP communication services in an

More information

Deliverable D8.9 - First release of DM services

Deliverable D8.9 - First release of DM services GridLab - A Grid Application Toolkit and Testbed Deliverable D8.9 - First release of DM services Author(s): Document Filename: Work package: Partner(s): Lead Partner: Config ID: Document classification:

More information

HX Data Platform Support

HX Data Platform Support Using TAC Support for Troubleshooting, on page 1 Auto Support and Smart Call Home for HyperFlex, on page 2 Cisco Bundles, on page 7 Using TAC Support for Troubleshooting This section lists common TAC support-assisted

More information

Understanding StoRM: from introduction to internals

Understanding StoRM: from introduction to internals Understanding StoRM: from introduction to internals 13 November 2007 Outline Storage Resource Manager The StoRM service StoRM components and internals Deployment configuration Authorization and ACLs Conclusions.

More information

Customer Attributes For Magento 2

Customer Attributes For Magento 2 Customer Attributes For Magento 2 Magento 2 Extension User Guide Here you will find the latest Customer Attributes user guide version * * This user guide was created 31.03.2017 Page 1 Table of contents:

More information

Grid Architectural Models

Grid Architectural Models Grid Architectural Models Computational Grids - A computational Grid aggregates the processing power from a distributed collection of systems - This type of Grid is primarily composed of low powered computers

More information

Grid Computing. Lectured by: Dr. Pham Tran Vu Faculty of Computer and Engineering HCMC University of Technology

Grid Computing. Lectured by: Dr. Pham Tran Vu   Faculty of Computer and Engineering HCMC University of Technology Grid Computing Lectured by: Dr. Pham Tran Vu Email: ptvu@cse.hcmut.edu.vn 1 Grid Architecture 2 Outline Layer Architecture Open Grid Service Architecture 3 Grid Characteristics Large-scale Need for dynamic

More information

Data Management for Distributed Scientific Collaborations Using a Rule Engine

Data Management for Distributed Scientific Collaborations Using a Rule Engine Data Management for Distributed Scientific Collaborations Using a Rule Engine Sara Alspaugh Department of Computer Science University of Virginia alspaugh@virginia.edu Ann Chervenak Information Sciences

More information

Red Hat CloudForms 4.6

Red Hat CloudForms 4.6 Red Hat CloudForms 4.6 Installing Red Hat CloudForms on Red Hat Virtualization How to install and configure Red Hat CloudForms on a Red Hat Virtualization environment Last Updated: 2018-08-07 Red Hat

More information

Security in distributed metadata catalogues

Security in distributed metadata catalogues Security in distributed metadata catalogues Nuno Santos 1, and Birger Koblitz 2 1 Distributed Systems Laboratory, Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland 2 European Organization

More information

Develop Mobile Front Ends Using Mobile Application Framework A - 2

Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 2 Develop Mobile Front Ends Using Mobile Application Framework A - 3 Develop Mobile Front Ends Using Mobile Application Framework A - 4

More information

Red Hat 3Scale 2.0 Terminology

Red Hat 3Scale 2.0 Terminology Red Hat Scale 2.0 Terminology For Use with Red Hat Scale 2.0 Last Updated: 2018-0-08 Red Hat Scale 2.0 Terminology For Use with Red Hat Scale 2.0 Legal Notice Copyright 2018 Red Hat, Inc. The text of

More information

The Earth System Grid: A Visualisation Solution. Gary Strand

The Earth System Grid: A Visualisation Solution. Gary Strand The Earth System Grid: A Visualisation Solution Gary Strand Introduction Acknowledgments PI s Ian Foster (ANL) Don Middleton (NCAR) Dean Williams (LLNL) ESG Development Team Veronika Nefedova (ANL) Ann

More information

Grid Challenges and Experience

Grid Challenges and Experience Grid Challenges and Experience Heinz Stockinger Outreach & Education Manager EU DataGrid project CERN (European Organization for Nuclear Research) Grid Technology Workshop, Islamabad, Pakistan, 20 October

More information

Day 1 : August (Thursday) An overview of Globus Toolkit 2.4

Day 1 : August (Thursday) An overview of Globus Toolkit 2.4 An Overview of Grid Computing Workshop Day 1 : August 05 2004 (Thursday) An overview of Globus Toolkit 2.4 By CDAC Experts Contact :vcvrao@cdacindia.com; betatest@cdacindia.com URL : http://www.cs.umn.edu/~vcvrao

More information

Cloud Services. Spam Manager. Quarantine Admin Guide

Cloud Services. Spam Manager. Quarantine Admin Guide Cloud Services Spam Manager Quarantine Admin Guide 10/23/2014 CONTENTS Introduction... 2 About Spam Quarantine Tasks... 2 Quarantine Deployment Tasks... 2 Before Activation of Spam Manager... 4 After Activation

More information

B2B REGISTRATION FOR MAGENTO 2

B2B REGISTRATION FOR MAGENTO 2 1 User Guide B2B Registration for Magento 2 B2B REGISTRATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide B2B Registration for Magento 2 Contents 1. B2B Registration for Magento 2 Overview... 3

More information

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection!

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection! jproductivity LLC Protect your investments with Protection! User Guide Protection! L i c e n s i n g S e r v e r v 4. 9 A d m i n i s t r a t o r G u i d e tm http://www.jproductivity.com Notice of Copyright

More information

Functional Specification 2.2

Functional Specification 2.2 2.2 January 26, 2006 Copyright 2003 by NorthRidge Software, LLC. All rights reserved. DOCUMENT INFORMATION: Document Title: Document Filename: Description: Current Owners: ProductDashboard 1.0 - Functional

More information

Data Placement for Scientific Applications in Distributed Environments

Data Placement for Scientific Applications in Distributed Environments Data Placement for Scientific Applications in Distributed Environments Ann Chervenak, Ewa Deelman, Miron Livny 2, Mei-Hui Su, Rob Schuler, Shishir Bharathi, Gaurang Mehta, Karan Vahi USC Information Sciences

More information

High Performance Computing Course Notes Grid Computing I

High Performance Computing Course Notes Grid Computing I High Performance Computing Course Notes 2008-2009 2009 Grid Computing I Resource Demands Even as computer power, data storage, and communication continue to improve exponentially, resource capacities are

More information

Metadaten Workshop 26./27. März 2007 Göttingen. Chimera. a new grid enabled name-space service. Martin Radicke. Tigran Mkrtchyan

Metadaten Workshop 26./27. März 2007 Göttingen. Chimera. a new grid enabled name-space service. Martin Radicke. Tigran Mkrtchyan Metadaten Workshop 26./27. März Chimera a new grid enabled name-space service What is Chimera? a new namespace provider provides a simulated filesystem with additional metadata fast, scalable and based

More information

C-JDBC Tutorial A quick start

C-JDBC Tutorial A quick start C-JDBC Tutorial A quick start Authors: Nicolas Modrzyk (Nicolas.Modrzyk@inrialpes.fr) Emmanuel Cecchet (Emmanuel.Cecchet@inrialpes.fr) Version Date 0.4 04/11/05 Table of Contents Introduction...3 Getting

More information

Introduction to The Storage Resource Broker

Introduction to The Storage Resource Broker http://www.nesc.ac.uk/training http://www.ngs.ac.uk Introduction to The Storage Resource Broker http://www.pparc.ac.uk/ http://www.eu-egee.org/ Policy for re-use This presentation can be re-used for academic

More information

Introduction to SRM. Riccardo Zappi 1

Introduction to SRM. Riccardo Zappi 1 Introduction to SRM Grid Storage Resource Manager Riccardo Zappi 1 1 INFN-CNAF, National Center of INFN (National Institute for Nuclear Physic) for Research and Development into the field of Information

More information

VMware HealthAnalyzer Collector Installation and User Guide

VMware HealthAnalyzer Collector Installation and User Guide Release 5.1.0 December 2016 This product is protected by U.S. and international copyright and intellectual property laws. This product is covered by one or more patents listed at http://www.vmware.com/download/patents.html.

More information

The glite File Transfer Service

The glite File Transfer Service The glite File Transfer Service Peter Kunszt Paolo Badino Ricardo Brito da Rocha James Casey Ákos Frohner Gavin McCance CERN, IT Department 1211 Geneva 23, Switzerland Abstract Transferring data reliably

More information

MANAGEMENT AND PLACEMENT OF REPLICAS IN A HIERARCHICAL DATA GRID

MANAGEMENT AND PLACEMENT OF REPLICAS IN A HIERARCHICAL DATA GRID MANAGEMENT AND PLACEMENT OF REPLICAS IN A HIERARCHICAL DATA GRID Ghalem Belalem 1 and Bakhta Meroufel 2 1 Department of Computer Science, Faculty of Sciences, University of Oran (Es Senia), Algeria ghalem1dz@gmail.com

More information

The European DataGRID Production Testbed

The European DataGRID Production Testbed The European DataGRID Production Testbed Franck Bonnassieux CNRS/UREC ENS-Lyon France DataGrid Network Work Package Manager Franck.Bonnassieux@ens-lyon.fr Presentation outline General DataGrid project

More information

Oracle Collaboration Suite

Oracle Collaboration Suite Oracle Collaboration Suite Quick Installation Guide Release 2 (9.0.4.1) for hp-ux PA-RISC (64-bit), Linux x86, and Solaris Operating Environment (SPARC 32-bit) September 2003 Part No. B10885-02 This document

More information

CHECKING FOR UPDATES / 13/08/2012. FTS configurators Checking for updates AUTOMATIC UPDATING. Page 1 of 14

CHECKING FOR UPDATES / 13/08/2012. FTS configurators Checking for updates AUTOMATIC UPDATING. Page 1 of 14 FTS configurators Checking for updates AUTOMATIC UPDATING Page 1 of 14 T A B L E O F C O N T E N T S Content History 3 Background 3 Overview 4 Configuring the check for updates 5 Checking for updates 10

More information

Set Up Cisco ISE in a Distributed Environment

Set Up Cisco ISE in a Distributed Environment Cisco ISE Deployment Terminology, page 1 Personas in Distributed Cisco ISE Deployments, page 2 Cisco ISE Distributed Deployment, page 2 Configure a Cisco ISE Node, page 5 Administration Node, page 8 Policy

More information

Port Usage Information for the IM and Presence Service

Port Usage Information for the IM and Presence Service Port Usage Information for the Service Port usage overview, page 1 Information collated in table, page 1 service port list, page 2 Port usage overview This document provides a list of the and ports that

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

SDS: A Scalable Data Services System in Data Grid

SDS: A Scalable Data Services System in Data Grid SDS: A Scalable Data s System in Data Grid Xiaoning Peng School of Information Science & Engineering, Central South University Changsha 410083, China Department of Computer Science and Technology, Huaihua

More information

Release 3.0. Delegated Admin Application Guide

Release 3.0. Delegated Admin Application Guide Release 3.0 Delegated Admin Application Guide Notice PingDirectory Product Documentation Copyright 2004-2018 Ping Identity Corporation. All rights reserved. Trademarks Ping Identity, the Ping Identity

More information

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry.

FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE VERSION 9. Setup Guide. This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION VERSION 9 Setup Guide This guide explains how to install and configure the Fusion Registry. FUSION REGISTRY COMMUNITY EDITION SETUP GUIDE Fusion Registry: 9.2.x Document

More information

Port Usage Information for the IM and Presence Service

Port Usage Information for the IM and Presence Service Port Usage Information for the Service Service Port Usage Overview, on page 1 Information Collated in Table, on page 1 Service Port List, on page 2 Service Port Usage Overview This document provides a

More information

Working with Cisco UCS Manager

Working with Cisco UCS Manager This chapter includes the following sections: Cisco UCS Domains and Cisco UCS Central, page 1 Registering a Cisco UCS Domain Using Cisco UCS Manager GUI, page 3 Registering a Cisco UCS Domain Using Cisco

More information

HowTo use the widgetinvoke package

HowTo use the widgetinvoke package HowTo use the widgetinvoke package Jeff Gentry November 1, 2004 1 Overview The widgetinvoke package, available as part of Bioconductor, is designed to allow for the creation of user interfaces for arbitrary

More information

section.es PUBLISHER MANUAL

section.es PUBLISHER MANUAL section.es PUBLISHER MANUAL Table of Content TABLE OF CONTENT 1 LOGIN 1 EDIT EXISTING ARTICLE ON YOUR WEBSITE 2 CREATE A NEW ARTICLE 3 INSERT A FILE 5 INSERT AN ALBUM WITH PHOTOS 6 Login 1) go to - http://section.es

More information

How To Embed EventTracker Widget to an External Site

How To Embed EventTracker Widget to an External Site How To Embed EventTracker Widget to an External Site Publication Date: March 27, 2018 Abstract This guide will help the user(s) to configure an EventTracker Widget to an External Site like SharePoint.

More information

TIBCO Spotfire Server Release Notes. Software Release April 2014

TIBCO Spotfire Server Release Notes. Software Release April 2014 TIBCO Spotfire Server Release Notes Software Release 6.5.0 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE IS

More information

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid

THE GLOBUS PROJECT. White Paper. GridFTP. Universal Data Transfer for the Grid THE GLOBUS PROJECT White Paper GridFTP Universal Data Transfer for the Grid WHITE PAPER GridFTP Universal Data Transfer for the Grid September 5, 2000 Copyright 2000, The University of Chicago and The

More information

Spam Manager Admin Guide Boundary Defense for Spam Manager Administrator

Spam Manager Admin Guide Boundary Defense for  Spam Manager Administrator Spam Manager Admin Guide Boundary Defense for Email Spam Manager Administrator DOCUMENT REVISION DATE: November, 2010 Spam Manager Admin Guide / Table of Contents Page 2 of 19 Table of Contents 1. ABOUT

More information

glite Middleware Usage

glite Middleware Usage glite Middleware Usage Dusan Vudragovic dusan@phy.bg.ac.yu Scientific Computing Laboratory Institute of Physics Belgrade, Serbia Nov. 18, 2008 www.eu-egee.org EGEE and glite are registered trademarks Usage

More information

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic

Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Last Updated: 2018-09-14 Red Hat Quay 2.9 Deploy Red Hat Quay - Basic Deploy Red Hat Quay Legal Notice Copyright 2018 Red Hat, Inc. The

More information

Package Ohmage. R topics documented: February 19, 2015

Package Ohmage. R topics documented: February 19, 2015 Type Package Title R Client for Ohmage 2 server Version 2.11-4 Date 2014-09-10 Author Jeroen Ooms Package Ohmage February 19, 2015 Maintainer Jeroen Ooms R Client for Ohmage

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

GridNEWS: A distributed Grid platform for efficient storage, annotating, indexing and searching of large audiovisual news content

GridNEWS: A distributed Grid platform for efficient storage, annotating, indexing and searching of large audiovisual news content 1st HellasGrid User Forum 10-11/1/2008 GridNEWS: A distributed Grid platform for efficient storage, annotating, indexing and searching of large audiovisual news content Ioannis Konstantinou School of ECE

More information

CA IdentityMinder. Glossary

CA IdentityMinder. Glossary CA IdentityMinder Glossary 12.6.3 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support...

High Availability Enabling SSL Database Migration Auto Backup and Auto Update Mail Server and Proxy Settings Support... Quick Start Guide Table of Contents Overview... 4 Deployment... 4 System Requirements... 4 Installation... 6 Working with AD360... 8 Starting AD360... 8 Launching AD360 client... 9 Stopping AD360... 9

More information

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution

User Guide. Kronodoc Kronodoc Oy. Intelligent methods for process improvement and project execution User Guide Kronodoc 3.0 Intelligent methods for process improvement and project execution 2003 Kronodoc Oy 2 Table of Contents 1 User Guide 5 2 Information Structure in Kronodoc 6 3 Entering and Exiting

More information

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic

IBM Operational Decision Manager Version 8 Release 5. Configuring Operational Decision Manager on WebLogic IBM Operational Decision Manager Version 8 Release 5 Configuring Operational Decision Manager on WebLogic Note Before using this information and the product it supports, read the information in Notices

More information

Smart Call Home Web Application

Smart Call Home Web Application CHAPTER 3 This chapter discusses the following areas: Overview of the Launch Smart Call Home Smart Call Home Overview Page Registration Management Processes Report Generation Overview of the Smart Call

More information

Distributed Computing Grid Experiences in CMS Data Challenge

Distributed Computing Grid Experiences in CMS Data Challenge Distributed Computing Grid Experiences in CMS Data Challenge A.Fanfani Dept. of Physics and INFN, Bologna Introduction about LHC and CMS CMS Production on Grid CMS Data challenge 2 nd GGF School on Grid

More information

Access Weight Replica Consistency Protocol for Large Scale Data Grid

Access Weight Replica Consistency Protocol for Large Scale Data Grid Journal of Computer Science 4 (2): 103-110, 2008 ISSN 1549-3636 2008 Science Publications Access Weight Replica Consistency Protocol for Large Scale Data Grid 1 Mohammed Radi, 1 Ali Mamat, 2 M. Mat Deris,

More information

Deliverable D8.6 - Data Management Integration

Deliverable D8.6 - Data Management Integration GridLab - A Grid Application Toolkit and Testbed Deliverable D8.6 - Data Management Integration Author(s): Document Filename: Work package: Partner(s): Lead Partner: Config ID: Document classification:

More information

Master Resource-ID Concept Specification

Master Resource-ID Concept Specification Master Resource-ID Concept Specification Prepared By NERC DEWG Station Naming Focus Team Version 3.0 November 10, 2002 Document Revision Log Revision # Revision Date Revision Description November 6, 2000

More information

Magento PHP Training

Magento PHP Training Magento PHP Training PHP: Hypertext Preprocessor is the general-purpose programming language for the server side scripting language for the web development. In addition, the codes have the capability of

More information

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows)

HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) HP Intelligent Management Center v7.1 MySQL 5.6 Installation and Configuration Guide (Windows) Abstract This document provides installation and configuration information for MySQL. It includes the procedures

More information

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1

NetBackup Copilot for Oracle Configuration Guide. Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Release 2.7.1 NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.1 Legal Notice Copyright 2015 Symantec Corporation. All rights

More information

B2B REGISTRATION FOR MAGENTO 2 USER GUIDE

B2B REGISTRATION FOR MAGENTO 2 USER GUIDE 1 User Guide B2B Registration for Magento 2 B2B REGISTRATION FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide B2B Registration for Magento 2 Contents 1. B2B Registrationfor Magento 2 Overview... 3

More information

IceWarp to IceWarp Migration Guide

IceWarp to IceWarp Migration Guide IceWarp Unified Communications IceWarp to IceWarp Migration Guide Version 12.0 IceWarp to IceWarp Migration Guide 2 Contents IceWarp to IceWarp Migration Guide... 4 Used Terminology... 4 Brief Introduction...

More information

Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment

Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment Clustering Oracle Service Registry in an Oracle Application Server 10g R3 Environment Installing Oracle Service Registry in a Cluster... 1 Additional Steps for Clustering a Publication/Discovery Configuration...

More information

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2

Veritas NetBackup Copilot for Oracle Configuration Guide. Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Release 2.7.2 Veritas NetBackup Copilot for Oracle Configuration Guide Documentation version: 2.7.2 Legal Notice Copyright 2016 Veritas Technologies

More information

Team Foundation Server Integration using QTfsListener

Team Foundation Server Integration using QTfsListener VaraLogix Q Team Foundation Server Integration using QTfsListener Table of Contents Introducing QTfsListener... 2 1. QTfsListener executable command line options... 4 2. Register QTfsListener as a service...

More information

Future Developments in the EU DataGrid

Future Developments in the EU DataGrid Future Developments in the EU DataGrid The European DataGrid Project Team http://www.eu-datagrid.org DataGrid is a project funded by the European Union Grid Tutorial 4/3/2004 n 1 Overview Where is the

More information

CounterACT User Directory Plugin

CounterACT User Directory Plugin Version 6.1.2 and Above Table of Contents About the User Directory Plugin... 3 Endpoint User Details... 3 Verify Endpoint Authentication... 3 User Directory Inventory... 4 HTTP Login Action... 5 HTTP Sign

More information

EUROPEAN COMMISSION. DIGIT DG CNECT Connecting Europe Facility. SML and SMP. Component Offering Description. CEF edelivery Building Block

EUROPEAN COMMISSION. DIGIT DG CNECT Connecting Europe Facility. SML and SMP. Component Offering Description. CEF edelivery Building Block EUROPEAN COMMISSION DIGIT DG CNECT Connecting Europe Facility SML and SMP CEF edelivery Building Block Version [1.00] Status [Final] European Union, 2018 Reuse of this document is authorised provided the

More information

Scientific data management

Scientific data management Scientific data management Storage and data management components Application database Certificate Certificate Authorised users directory Certificate Certificate Researcher Certificate Policies Information

More information

OnCommand Unified Manager 6.0

OnCommand Unified Manager 6.0 OnCommand Unified Manager 6.0 API Developer's Guide NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1(408) 822-6000 Fax: +1(408) 822-4501 Support telephone: +1 (888) 463-8277 Web:

More information

Manuscriptorium for Candidates (M-Can) Help.

Manuscriptorium for Candidates (M-Can) Help. Manuscriptorium for Candidates (M-Can) Help http:://candidates.manuscriptorium.com For Users (Authors) Questions and Answers What types of documents can be submitted to Manuscriptorium using the M-Can

More information

Virtual Appliance User s Guide

Virtual Appliance User s Guide Cast Iron Integration Appliance Virtual Appliance User s Guide Version 4.5 July 2009 Cast Iron Virtual Appliance User s Guide Version 4.5 July 2009 Copyright 2009 Cast Iron Systems. All rights reserved.

More information

DQ2 - Data distribution with DQ2 in Atlas

DQ2 - Data distribution with DQ2 in Atlas DQ2 - Data distribution with DQ2 in Atlas DQ2 - A data handling tool Kai Leffhalm DESY March 19, 2008 Technisches Seminar Zeuthen Kai Leffhalm (DESY) DQ2 - Data distribution with DQ2 in Atlas March 19,

More information