Changes between Version 1 and Version 2 of Obsolete/Doc/OS/Errata


Ignore:
Timestamp:
Aug 26, 2009, 5:29:09 PM (15 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Michel Jouvin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Obsolete/Doc/OS/Errata

    v1 v2  
    33
    44[[TOC(inline)]]
     5
     6Quattor can greatly help with OS errata deployment. QWG templates has a few specific features and tools to help managing them.
     7
     8== Downloading OS Errata ==
     9
     10Errata should normally be downloaded from the official public servers for the distribution you use. With Scientitific Linux it is possible to use `rsync` to syncrhonize a local directory with the official repository. The rsync official URL prefix is:
     11 * For SL4:
     12{{{
     13rsync://rsync.scientificlinux.org/scientific/VERSION/ARCH/errata/SL/RPMS/
     14}}}
     15 * For SL5:
     16{{{
     17rsync://rsync.scientificlinux.org/scientific/VERSION/ARCH/updates/security
     18}}}
     19
     20GRIF tends to have a rather up-to-date mirror of these repositories that you can access with http at:
     21{{{
     22http://quattorsrv.lal.in2p3.fr/packages/os/VERSION/errata
     23}}}
     24
     25These are just suggestions, there are many way to synchronize with a reference repository, including YUM and a script provided by SCDB, [source:SCDB/trunk/utils/misc/sync-os-errata utils/misc/sync-os-errata], to do it in a cron job using `rsync` or `wget`.
     26
     27
     28== Generating Templates for OS Errata ==
     29
     30
     31== Deploying OS Errata ==