UnIRODS: Project Web Hosting - Open Source Software

UnIRODS

Users

Download UnIRODS files

Project detail and discuss

Get support

Not what you're looking for?

SourceForge.net hosts over 100,000 Open Source projects. You may find what you're looking for by searching our site or using our Software Map.

You may also want to consider these similarly-categorized projects:

Project Information

About this project:

This is the UnIRODS project ("unirods")

This project was registered on SourceForge.net on Aug 7, 2010, and is described by the project team as follows:

IRODS integration for UNICORE 6

Install Steps:

1. Download the uas-irods-X.jar : or create it yourself by fetching the project from the repository

2. Download the Jargon-2.3.0.jar, slf4j-api-1.6.1.jar and slf4j-nop-1.6.1.jar

3. Copy all jars to the $UNICORE_HOME/unicorex/lib/ directory

4. Modify $UNICORE_HOME/unicorex/conf/uas.config by adding new targetsystem, example:

uas.targetsystem.storage=IRODS
uas.targetsystem.storage.type=CUSTOM
uas.targetsystem.storage.path=/
uas.targetsystem.storage.class=de.fzj.unicore.uas.irods.SMSIRodsImpl

Note::: the variable resolution only works with the classic Perl TSI, not with the embedded Java TSI.

5. Create a configuration file defining the iRODs servers, names of iRODs resources, users.
The file shoudl have te follwing format:

<?xml version="1.0"?>
<irods>
<storage>
<hostname>localhost</hostname>
<port>1247</port>
<username>rods<username>
<password>rods</password>
<homeDirectory>/Zone/home/rods</homeDirectory>
<zone>Zone</zone>
<defaultStorageResource>Rescources</defaultStorageResource>
</storage>
</irods>

Example: irods.storages

6. Register the iRODs configuration file with UNICORE using one of the two methods

use the default location for file, which is
$UNICORE_HOME/unicorex/conf/irods.storages
or
add irods.storages.file param pointing to the configuration file when running the unicorex component

Limitations: currently UnIRODS can connect only to one IRODS server

The exact license terms used by this project on their project summary page and in the licensing documents included in their downloads.

Developers

Join this project:

To join this project, please contact the project administrators of this project, as shown on the project summary page.

Get the source code:

Source code for this project may be available as downloads or through one of the SCM repositories used by the project, as accessible from the project develop page.

Update project web pages:

This page is the default project web page supplied by SourceForge.net. If you are a member of this project, you can deploy your own project web pages as per our site documentation.

If you are a web page developer interested in this project, please consider reaching out to the project admin (per the "Join this project" section, above) to offer your assistance.

Project Web Hosted by SourceForge.net

©Copyright 1999-2010 - Geeknet, Inc., All Rights Reserved

About - Legal - Help