Support #9382
change the port your stratum 1 reads from on oasis-replica from 8000 to 8080
Start date:
07/07/2015
Due date:
% Done:
0%
Estimated time:
component:
base
Scope:
Internal
Experiment:
-
Stakeholders:
Co-Assignees:
Categorization:
-
Description
From Dave Dykstra:
Hi John & Tony,
Sometime soon please change the port your stratum 1 reads from on
oasis-replica from 8000 to 8080. As of last week Tuesday's update, this
is now available, and it results in the stratum 1 traffic bypassing
squid on oaisis-replica and using a different queue from client traffic
so it's less likely to interfere with client traffic.
Here's an easy command to do it: # sed -i 's/oasis-replica.opensciencegrid.org:8000/oasis-replica.opensciencegrid.org:8080/' /etc/cvmfs/repositories.d/*/server.conf
Tony, you will also need to change the generate_replicas crontab to use
port 8080 instead of 8000, and John, when you add new repositories
please use http://oasis-replica.opensciencegrid.org:8080.
Dave