Index of /centos7/mirror7

Icon  Name                                   Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] voalte-mirror7-epel-0.0.4-1.noarch.rpm 2025-03-26 19:28 5.3K [   ] voalte-mirror7-rhel-0.0.4-1.noarch.rpm 2025-03-26 19:28 4.7K [   ] voalte-mirror7-0.0.4-1.noarch.rpm 2025-03-26 19:28 4.9K [   ] voalte-mirror7-0.0.4-1.src.rpm 2025-03-26 19:28 7.6K [TXT] voalte-mirror7-0.0.4-1.spec 2025-03-26 19:28 4.1K [   ] voalte-mirror7-0.0.3-2.src.rpm 2024-05-02 21:25 7.3K [   ] voalte-mirror7-0.0.3-2.noarch.rpm 2024-05-02 21:25 4.8K [   ] voalte-mirror7-epel-0.0.3-2.noarch.rpm 2024-05-02 21:25 5.3K [   ] voalte-mirror7-rhel-0.0.3-2.noarch.rpm 2024-05-02 21:25 4.4K

🛑 These files are only meant for RHEL 7 machines. Do not install them on CentOS 7 machines.

Download and Install the RPM Files

The "*.noarch.rpm" files should be downloaded and installed on each RHEL 7 machine, to set the machine up to use this mirror server as its source for the Red Hat OS packages.

The process will look something like this: (as root) (The curl commands will require a username and password. Use the username and password assigned to the machine where setting up to use the mirror7 repos.)

cd /root/

curl -O -u 'USER:PASS' https://mirror7.eng.voalte.net/rpm/voalte-mirror7-0.0.3-2.noarch.rpm
curl -O -u 'USER:PASS' https://mirror7.eng.voalte.net/rpm/voalte-mirror7-epel-0.0.3-2.noarch.rpm
curl -O -u 'USER:PASS' https://mirror7.eng.voalte.net/rpm/voalte-mirror7-rhel-0.0.3-2.noarch.rpm

rpm -Uvh voalte-mirror7-*.noarch.rpm

Set up Authentication

The voalte-mirror7-auth package creates three files in the /etc/yum/vars/ directory. You will need to edit these files to configure how the machine's yum client will access the repos.

John Simpson <jms1@voalte.com>