Index of /centos7

Icon  Name                           Last modified      Size  Description
[PARENTDIR] Parent Directory - [DIR] azure-cli/ 2022-12-19 18:32 - [DIR] blobfuse/ 2022-12-16 18:51 - [DIR] cluster/ 2021-06-28 15:44 - [DIR] convert2rhel/ 2024-01-22 15:04 - [DIR] daemontools/ 2023-05-08 16:57 - [DIR] djbdns/ 2021-06-28 15:43 - [DIR] docker-ce/ 2020-11-12 16:05 - [DIR] elasticsearch/ 2016-12-13 15:07 - [DIR] erlang/ 2020-02-05 18:23 - [DIR] freeswitch/ 2020-12-14 18:33 - [DIR] freeswitch110/ 2022-05-11 12:43 - [DIR] git2x/ 2022-01-07 21:58 - [DIR] metrics/ 2021-06-28 15:44 - [DIR] mirror7/ 2025-03-26 19:41 - [DIR] nagios/ 2021-06-28 15:42 - [DIR] nginx/ 2024-06-17 16:40 - [DIR] open-vmdk/ 2024-04-11 15:41 - [DIR] pgdg13/ 2021-03-05 20:19 - [DIR] pgdg15/ 2025-01-10 15:44 - [DIR] pgdg95/ 2016-03-24 21:24 - [DIR] python34/ 2019-08-02 22:12 - [DIR] python36/ 2019-10-31 20:44 - [DIR] repodata/ 2025-03-26 19:42 - [DIR] resource-agents/ 2021-06-28 15:34 - [DIR] stunnel/ 2021-06-28 15:41 - [DIR] systemd-named-netns/ 2021-06-28 15:42 - [DIR] tmux/ 2021-06-28 15:42 - [DIR] ucspi-tcp/ 2021-06-28 15:42 - [   ] Makefile 2021-06-21 14:31 82 [   ] libqb-1.0-1.el7_3.1.x86_64.rpm 2017-09-19 18:41 92K [   ] voalte-public.repo 2016-07-22 18:50 131

If you are unable to use these files, you can manually download the repo files that they install from the repo/ directory.

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.2-3.noarch.rpm
curl -O -u 'USER:PASS' https://mirror7.eng.voalte.net/rpm/voalte-mirror7-epel-0.0.2-3.noarch.rpm
curl -O -u 'USER:PASS' https://mirror7.eng.voalte.net/rpm/voalte-mirror7-rhel-0.0.2-3.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>