Changes between Version 7 and Version 8 of YumRepositories1


Ignore:
Timestamp:
Jul 12, 2011 1:57:19 PM (13 years ago)
Author:
thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • YumRepositories1

    v7 v8  
    66
    77The 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.
    8 || Elders/PU_IAS 1 (i386)       || http://www.elders.princeton.edu/data/PU_IAS/local/1/en/os/i386 ||
    9 || Elders/PU_IAS 1 (x86_64) || http://www.elders.princeton.edu/data/PU_IAS/local/1/en/os/x86_64 ||
    10 || Elders/PU_IAS 1WS (i386) || http://www.elders.princeton.edu/data/PU_IAS/local/1WS/en/os/i386 ||
    11 || Elders/PU_IAS 1WS (x86_64)   || http://www.elders.princeton.edu/data/PU_IAS/local/1WS/en/os/x86_64 ||
     8|| PU_IAS 1 (i386)      || http://puias.princeton.edu/data/PU_IAS/local/1/en/os/i386 ||
     9|| PU_IAS 1 (x86_64) || http://puias.princeton.edu/data/PU_IAS/local/1/en/os/x86_64 ||
     10|| PU_IAS 1WS (i386) || http://puias.princeton.edu/data/PU_IAS/local/1WS/en/os/i386 ||
     11|| PU_IAS 1WS (x86_64)  || http://puias.princeton.edu/data/PU_IAS/local/1WS/en/os/x86_64 ||
    1212
    1313The above URLs can be used with 1/1WS version of yum (2.0.*) and are preconfigured in the default yum.conf
     
    1717The core operating system updates - as rebuilt locally from Red Hat's free sources (in no way supported by Red Hat!) - are located in:
    1818
    19 http://www.elders.princeton.edu/data/other/PU_IAS/local/updates/1/en/os
     19http://puias.princeton.edu/data/other/PU_IAS/local/updates/1/en/os
    2020
    2121Here 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.
     
    2727The addons repository is located at:
    2828
    29 http://www.elders.princeton.edu/data/other/PU_IAS/local/addons/1/
     29http://puias.princeton.edu/data/other/PU_IAS/local/addons/1/
    3030
    3131We do not recommend using this repository directly but instead either install PU_IAS 1WS or else upgrade PU_IAS-release by installing:
    3232
    33 || 32 bit (i386) installation:  || rpm -Uhv http://www.elders.princeton.edu/data/other/PU_IAS/local/addons/1/i386/PU_IAS-release-1WS-1.i386.rpm ||
    34 || 64 bit (x86_64/ia32e) installation: || rpm -Uhv http://www.elders.princeton.edu/data/other/PU_IAS/local/addons/1/x86_64/PU_IAS-release-1WS-1.x86_64.rpm ||
     33|| 32 bit (i386) installation:  || rpm -Uhv http://puias.princeton.edu/data/other/PU_IAS/local/addons/1/i386/PU_IAS-release-1WS-1.i386.rpm ||
     34|| 64 bit (x86_64/ia32e) installation: || rpm -Uhv http://puias.princeton.edu/data/other/PU_IAS/local/addons/1/x86_64/PU_IAS-release-1WS-1.x86_64.rpm ||
    3535 
    3636== Cluster Suite For 1/1WS ==
     
    3838Cluster suite repository for 1/1WS contains the rebuild of Red Hat's RHCS repository - Red Hat Cluster Suite - for RHEL 3. This local rebuild is in no way supported by Red Hat. The repository is located at:
    3939
    40  http://www.elders.princeton.edu/data/other/PU_IAS/local/updates/1/en/RHCS/
     40 http://puias.princeton.edu/data/other/PU_IAS/local/updates/1/en/RHCS/
    4141
    4242In order to start using it please add the following to the end of your yum.conf:
     
    4444[PU_IAS-CS]
    4545name=PU_IAS Cluster Suite $releasever
    46 baseurl=http://www.elders.princeton.edu/data/other/PU_IAS/local/updates/$releasever/en/RHCS/
     46baseurl=http://puias.princeton.edu/data/other/PU_IAS/local/updates/$releasever/en/RHCS/
    4747GFS for 1/1WS
    4848}}}
     
    5050GFS repository for 1/1WS contains the rebuild of Red Hat's RHGFS repository - Red Hat Global File System - for RHEL3. This local rebuild is in no way supported by Red Hat. The repository is located at:
    5151
    52  http://www.elders.princeton.edu/data/other/PU_IAS/local/updates/1/en/RHGFS/
     52 http://puias.princeton.edu/data/other/PU_IAS/local/updates/1/en/RHGFS/
    5353
    5454In order to start using it please add the following to the end of your yum.conf:
     
    5656[PU_IAS-GFS]
    5757name=PU_IAS GFS $releasever
    58 baseurl=http://www.elders.princeton.edu/data/other/PU_IAS/local/updates/$releasever/en/RHGFS/
     58baseurl=http://puias.princeton.edu/data/other/PU_IAS/local/updates/$releasever/en/RHGFS/
    5959Unsupported Software Repository for 1/1WS
    6060}}}
     
    6363You still might find rpms in this repository useful, e.g. you can find denyhosts (and python24 which it requires to run) which can help you with ssh scans.  The repository is located at:
    6464
    65  http://www.elders.princeton.edu/data/other/PU_IAS/local/unsupported/1/
     65 http://puias.princeton.edu/data/other/PU_IAS/local/unsupported/1/
    6666
    6767In order to start using it please add the following to the end of your yum.conf:
     
    6969[PU_IAS-Unsupported]
    7070name=PU_IAS Unsupported $releasever
    71 baseurl=http://www.elders.princeton.edu/data/other/PU_IAS/local/unsupported/$releasever/
     71baseurl=http://puias.princeton.edu/data/other/PU_IAS/local/unsupported/$releasever/
    7272}}}