Not logged in - Login
< back

Linux Server Configuration

This page will be updated with configuration notes during the process of configuring the first new clone of viking.

Raid and Disk Management
Globus and Server Data Sync
File System Permissions and Ownership

Globus Endpoint Configuration

https://docs.globus.org/resource-provider-guide/#install_section https://www.globusid.org/login

Needed to install epel release


curl -LOs http://toolkit.globus.org/ftppub/globus-connect-server/globus-connect-server-repo-latest.noarch.rpm
rpm --import http://toolkit.globus.org/ftppub/globus-connect-server/RPM-GPG-KEY-Globus
yum -y install globus-connect-server-repo-latest.noarch.rpm
yum -y install yum-plugin-priorities
yum -y install epel-release
yum -y install globus-connect-server

Next configure /etc/globus-connect-server.conf with globus account credentials, default folder, folder restrictions.

Run

 globus-connect-server-setup

This will cause an endpoint to be listed in the Transfer files web interface. I made the error of attempting to add a new endpoint but was never able to activate it. Need to use the autogenerated endpoing iwdwcira#[name].

Endpoint is activated with ssh credentials. This could probably be done with ssh keys instead to prevent the need to activate. Using activation there is an expiration time.