/* * Copyright (C) 2008-2012 High Energy Accelerator Research Organization (KEK) * Copyright (C) 2008-2012 National Institute of Informatics in Japan. * All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ Steps to use RNS SAGA adaptor. 1. Install RNS application with libraries. Please see the INSTALL text in RNS/rns-1.1-XXXXYYYY-ZZZZ/ 2. Create .rns-client.conf under $HOME Please remove "-d" option at the rns.client.optionArgs in .rns-client.conf. You can comment out the default options using "#" i.e. #rns.client.optionArgs=-d -s http://localhost:8080/wsrf/services/rns/ResourceNamespaceService rns.client.optionArgs=-s http://localhost:8080/wsrf/services/rns/ResourceNamespaceService rns.client.maxRecursive=10 rns.client.cacheTimeout=1000 rns.client.TCPMonitorPort=0 3. Test RNS commands and confirm the installed RNS is correctly working. i.e. rns-ls rns-mkdir etc... 2. Set GLOBUS_LOCATION to where you installed the Globus Toolkit. i.g. export GLOBUS_LOCATION=/usr/local/globus-4.2.1 3. Execute globus-user-env and globus-devel-env scripts. . $GLOBUS_LOCATION/etc/globus-user-env.sh . $GLOBUS_LOCATION/etc/globus-devel-env.sh 3. "make" and "make install" with Makefile in SAGA-RNS/