From Fedora Project Wiki

(Initial MirrorManager SOP)
 
m (add important)
(10 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= MirrorManager - SOP =
{{header|infra}}
{{shortcut|ISOP:MIRRORMANAGER}}


== Contact Information ==
{{admon/important|This is important|This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: [http://infrastructure.fedoraproject.org/infra/docs/mirrormanager.txt MIRRORMANAGER] For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.
Owner: Fedora Infrastructure Team
}}


Contact: #fedora-admin, sysadmin-main, sysadmin-web
[[Category:Infrastructure SOPs]]
 
Location: Phoenix
 
Servers: app3, app4, app5, app6
 
Purpose: Manage mirrors for Fedora distribution
 
== Description ==
 
TODO
 
=== Troubleshooting and Resolution ===
 
==== Regenerating the Publiclist ====
 
On app4:
 
<pre>
sudo su - mirrormanager
</pre>
 
then
 
<pre>
/srv/tg/mirrormanager/update-each-server > /tmp/mirrormanager-mirrorlist.log 2>&1 && \
/srv/tg/mirrormanager/mm_sync_out
</pre>
 
To make this take effect immediately, you may need to remove the cache on the proxies:
 
<pre>
# As root on proxy[1-3]
rm -rf /srv/cache/mod_cache/*
</pre>

Revision as of 12:31, 30 March 2015

Shortcut:
ISOP:MIRRORMANAGER
Important.png
This is important
This SOP has moved to the fedora Infrastructure SOP git repo. Please see the current document at: MIRRORMANAGER For changes, questions or comments, please contact anyone in the Fedora Infrastructure team.