wiki:YumRepositories2

List of software/Yum repositories and software locations for PU_IAS 2/2WS and how to use them.

  1. Core Operating System Repositories for PU_IAS 2, 2WS & 2cluster
  2. Core Operating System Updates For PU_IAS 2/2WS/2cluster
  3. Addons for PU_IAS 2WS
  4. Cluster Suite For 2/2WS
  5. Computational Cluster Software Repository for 2/2cluster

Core Operating System Repositories for PU_IAS 2, 2WS & 2cluster

The core operating system repositories are the same as directories holding the installation image. All of these repositories are always up-to-date - all rpm updates get integrated into installation images which is why it is used as the default repository for yum updates and there is no need for a separate update repository.

PU_IAS 2 (i386) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2/en/os/i386/
PU_IAS 2 (x86_64) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2/en/os/x86_64/
PU_IAS 2WS (i386) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2WS/en/os/i386/
PU_IAS 2WS (x86_64) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2WS/en/os/x86_64/
PU_IAS 2cluster (i386) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2cluster/en/os/i386/
PU_IAS 2cluster (x86_64) https://mirror.math.princeton.edu/pub/springdale/PU_IAS/2cluster/en/os/x86_64/

The above URLs can be used with 2/2WS version of yum (2.6.*) and are preconfigured in the default yum.conf

Core Operating System Updates For PU_IAS 2/2WS/2cluster

The core operating system updates - as rebuilt locally from Red Hat's free sources (in no way supported by Red Hat!) - are located in:

https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/os/

Here you can find all the current and old updates. There is no need to use this repository for regular updating as all the updates are integrated into core operating system repositories.

Addons for PU_IAS 2WS

The addons repository contains rpms not shipped with core Red Hat or rpms replacing original rpms (as rebuilt from sources shipped by the Red Hat). Some examples of rpms located in this repository include xine (multimedia), firefox and thunderbird (not included in RHEL 4) and others. PU_IAS 2WS is the result of merging the core PU_IAS 2 installation image together with PU_IAS 2WS addons. In other words there is no need to add this repository if you are using 2WS. If you add this repository to PU_IAS 2 installation you will effectively make it PU_IAS 2WS installation. The addons repository is located at:

https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/addons/

We do not recommend using this repository directly but instead either install PU_IAS 2WS or else upgrade PU_IAS-release by installing:

https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/addons/x86_64/PU_IAS-release-2WS-9.1.x86_64.rpm
32 bit (i386) installation: rpm -Uhv https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/addons/i386/PU_IAS-release-2WS-9.1.i386.rpm
64 bit (x86_64/ia32e) installation: rpm -Uhv

Cluster Suite For 2/2WS

Cluster suite repository for 2/2WS contains the rebuild of Red Hat's RHCS repository - Red Hat Cluster Suite - for RHEL 4. This local rebuild is in no way supported by Red Hat. The repository is located at (the first is for the originally released RPMS and the second is for its updates):

http://puias.princeton.edu/data/other/PU_IAS/local/2/en/RHCS/

and

https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/RHCS/

In order to start using it please create a new file called /etc/yum.repos.d/clustersuite.repo with the following contents:

[PU_IAS-CS]
name=PU_IAS Cluster Suite $releasever
baseurl=https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/RHCS/$releasever

[PU_IAS-CS-Updates]
name=PU_IAS Cluster Suite $releasever Updates
baseurl=https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/RHCS/$releasever
GFS for 2/2WS

GFS repository for 2/2WS contains the rebuild of Red Hat's RHGFS repository - Red Hat Global File System - for RHEL4. This local rebuild is in no way supported by Red Hat. The repository is located at (the first is for the originally released RPMS and the second is for its updates):

http://puias.princeton.edu/data/other/PU_IAS/local/2/en/RHGFS/

and

https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/RHGFS/

In order to start using it please create a new file called /etc/yum.repos.d/GFS.repo with the following contents:

[PU_IAS-GFS]
name=PU_IAS GFS $releasever
baseurl=http://puias.princeton.edu/data/other/PU_IAS/local/$releasever/en/RHGFS/ 

[PU_IAS-GFS-Updates]
name=PU_IAS GFS $releasever Updates
baseurl=https://mirror.math.princeton.edu/pub/springdale/PU_IAS/updates/2/en/RHGFS/$releasever
Unsupported Software Repository for 2/2WS

The unsupported repository for 2/2WS contains various rpms that we have found useful but for which we cannot pledge any long term support. We may not be able to update them with new versions or even provide security updates in past versions - i.e. we might ask you to upgrade to the latest PU_IAS distribution version instead of updating software in this repository and use the latest's unsupported repository. You still might find rpms in this repository useful, e.g. you can find denyhosts which can help you with ssh scans. The repository is located at:

http://puias.princeton.edu/data/other/PU_IAS/local/unsupported/2/

In order to start using it please create a new file called /etc/yum.repos.d/unsupported.repo with the following contents:

[PU_IAS-Unsupported]
name=PU_IAS Unsupported $releasever

baseurl=http://puias.princeton.edu/data/other/PU_IAS/local/unsupported/$releasever/ 

Computational Cluster Software Repository for 2/2cluster

The cluster repository for 2/2cluster contains rpms that are useful for computational clusters - examples include openmpi, mpich, fftw and other. 2cluster distribution is composed of PU_IAS 2 with 2cluster repository rpms added. The repository is located at:

http://puias.princeton.edu/data/other/PU_IAS/local/unsupported/2/

Please do not use this repository directly but install PU_IAS 2cluster distribution instead.

Last modified 8 months ago Last modified on Jul 22, 2023 3:22:48 PM