Sponsored Content
Full Discussion: upgrading packages
Operating Systems Linux Red Hat upgrading packages Post 302193029 by mark54g on Thursday 8th of May 2008 10:12:16 AM
Old 05-08-2008
Normally, red hat does not provide these packages as rpm for download unless you have a support contract.
If you do have a support contract you must set up rhn in the /etc/sysconfig/up2date area.
Otherwise, an option is to get the packages from the CentOS team. Red hat provides source for the packages and CentOS is a distribution of Linux that aims to be as close to 100% binary compatible with RHEL at the same version level.

This is not a comparison between Linux and commercial UNIX in that Red Hat is a distribution of Linux and is not "Linux" in so much as it is not THE OFFICIAL LINUX and all others are derivative works. The methods for configuring them depend on the distribution's methods.

You could easily set up the RHEL servers to use yum and point to the CentOS repositories. However, that is slightly more involved than I care to explain in a single post. This is something you could probably read about elsewhere, however.
 

10 More Discussions You Might Find Interesting

1. AIX

Upgrading from 5.1.0.0 to 5.2.0.0

As a fairly new Administrator to AIX i am a little leary of the OS upgrade I need to do on one of our servers. I have already upgraded the microcode to the lastest level and now need to do the OS. I have the docs and discs from IBM and have determined that I dont want to do a new installation but... (5 Replies)
Discussion started by: Target
5 Replies

2. Solaris

Upgrading SSH

Hi, I have a sun box with Solaris 9 installed on it. The SSH version is Sun_SSH_1.0 but I need to upgrade it to Sun_SSH_1.1. Do I have to remove the SSH packages totally or is there any other alternative. Thanks, rte (0 Replies)
Discussion started by: run_time_error
0 Replies

3. Solaris

upgrading java

Hi there I have been tasked with upgrading java on one of our boxes to version 6.0 or later (package version 1.5 or later someone told me). but ive been trying to find the SUNW package for this and cant see it, so I checked pkginfo for installed package and there isnt one ....even though java is... (4 Replies)
Discussion started by: hcclnoodles
4 Replies

4. HP-UX

UNIX upgrading?

Right now we are using HP-UX 11i We are thinking of upgrading to 11i v3.. Questions: Why would we want to upgrade? Benefits? Do we need to install v2 and then v3 or can we just go straight to v3? I see we can get the following: HP-UX 11i v3 Operating Environment and applications... (10 Replies)
Discussion started by: nixie21
10 Replies

5. UNIX for Dummies Questions & Answers

Upgrading Apache

Hi I run FEDORA CORE 4 and I have been asked to upgrade the apache to the latest version--this machine is using 2.0.54 Apache which is really OLD. The problem is that upgrading the RPM fails because of all these dependencies. Those dependencies in turn have other dependencies. I am new to... (1 Reply)
Discussion started by: mojoman
1 Replies

6. BSD

Upgrading to FreeBSd 7.1

I have installed Free BSD 7.1 an would like to upgrade to 8.0 using theupgrade option under sysinstall. Is this posible? (3 Replies)
Discussion started by: FloridaBSD
3 Replies

7. AIX

Upgrading OS from 5.2 to 5.3

We currently have test and production servers running AIX 5.2, DB2 8.1(Prod), DB2 8.2(Test),Websphere 6.1 on both. We need to upgrade to DB2 to version 9, but to do that we also need to upgrade the operating system to 5.3 and go from 32 bit kernel to 64 bit kernal. Looking for information on any... (3 Replies)
Discussion started by: jyoung
3 Replies

8. Slackware

Find Slackware Packages - packages.acl.org.ua

Hi! Let me introduce a project for find and download Slackware packages and browse Slackware repositories. The site provides following features: * Large, daily updated database with RPM, DEB, TGZ, TXZ packages for well-known repositories of the Slackware, Fedora, CentOS, RHEL, Debian,... (2 Replies)
Discussion started by: lystor
2 Replies

9. Ubuntu

Encountering problem on upgrading the packages

Hi folks, Ubuntu 9.04 I have an old box not running for years. I just dig it out from the store room. On running; $ sudo aptitude update ...... ...... Err http://hk.archive.ubuntu.com jaunty/main Packages 404 Not Found Err http://hk.archive.ubuntu.com jaunty/restricted Packages ... (1 Reply)
Discussion started by: satimis
1 Replies

10. UNIX for Advanced & Expert Users

Upgrading legacy packages with patch

Hi, All of our production servers are installed with Apache and OpenSSL from source and not yum. My boss has assigned me with a task of upgrading all production servers Apache httpd & openssl to the latest patch from Centos Repo. Is it possible to do this via yum? Please suggest the best... (10 Replies)
Discussion started by: anaigini45
10 Replies
UP2DATE(8)						    Red Hat Linux System Manual 						UP2DATE(8)

NAME
Update Agent - a program for updating packages on Red Hat Linux SYNOPSIS
up2date [OPTION]... [PACKAGE NAME]... up2date-nox [OPTION]... [PACKAGE NAME]... DESCRIPTION
Update Agent provides a complete system for updating the RPM packages installed on a Red Hat Linux system. Both command line and graphical interfaces are included. When you run Update Agent, you will be prompted for the computer's root password. This is because Update Agent needs read/write access to the RPM database, and it needs to be able to install packages when so requested. It also needs read/write access to the up2date systemid file in /etc/sysconfig/rhn/systemid , and it's configuration in /etc/sysconfig/rhn/up2date Update Agent has a quite a few configuration options, including but not limited to: installing packages after they are downloaded; down- loading source RPMs along with binary RPMs; whether or not to upgrade packages where the default configuration file(s) have been modified, and more. You can change these settings through a graphical interface by running up2date-config, or you can edit the configuration file /etc/sysconfig/rhn/up2date directly. A number of the command line arguments described below can also be used at runtime to override con- figuration options. There is also a text mode based configuration if invoked with with the --configure option. If you supply package names on the command line, those particular packages will be updated or installed if there are new versions avail- able. Only the package name is needed, do not supply any version or release information. If the package is not currently installed, it will be downloaded and installed, along with any dependencies that package requires. --configure Configure Update Agent options. This will allow you to adjust things such as which files/packages to skip by default, where to store retrieved packages, and more. --register Register a system with Red Hat Network. This is mainly useful for reregistering a system, as up2date will automatically invoke this mode if the current system isnt registered. -d, --download Download packages only, do not install them. This option is provided so that you can override the configuration option "Do not install packages after retrieval." It is mutually exclusive with the --install option. --nodownload Do not download packages at all. This is for testing purposes. -f, --force Force package installation. This option is provided so that you can override the file, package and configuration skip lists. -i, --install Install packages after they are downloaded. This option is provided so that you can override the configuration option "Do not install packages after retrieval.". It is mutually exlusive with the the --download option. -l, --list Output a list of packages which have been updated and available for retrieval/installation. --dry-run Output a list of packages available for updates, and all the deps they need, including obsoletes. --showall Show a list of all packages available from the channels the system is currently subscribed to, including those not currently installed. -k, --packagedir Specify a colon seperated path of directories to look for packages before attempting to download them. --nosig Do not use GPG to check package signatures (overrides configuration option). --src Download source rpms as well as binary rpms. --nosrc Do not download source package (overrides configuration option). -p, --packages Update the packages associated with this System Profile on Red Hat Network. Useful if you have installed, updated, or removed pack- ages without Update Agent, and your package list has become unsynchronized with your remote Profile. --whatprovides=<deps> Queries the RHN servers to resolve the comma seperated list of dependencies. It will return a list of packages that will satisfy these deps. --solvedeps=<deps> Queries the RHN servers to resolve the comma seperated list of dependencies. Essentially the same as --whatprovides except it will also download and install the packages that are needed to resolve the dependencies. --show-channels Show the channels associated with a package where approriate. If used alone, it shows the currently subscribed channels. If used with --showall or --whatprovides it will show channels as well as package names. --installall Used in combo with --channel to install all the packages from a given channel. --show-orphans List all packages currently installed that are not present in channels the server is subscribed to. --show-available List all packages available in the channels the server is subscribed to, but are not currently installed. --channel Specify a specific channel. Used in combo with --installall. --list-rollbacks Shows all currently available rpm rollbacks. --tmpdir=<directory> allows you to override the configured package/temporary file storage directory. This can be useful if you are about to download a lot of packages but you do not have enough space to store them in the default location. --serverURL=<url> Specify what server url to use. --gpg-flags Shows the flags that gpg will be invoked with (the keyring, the home directory, etc). Intentend for useage in scripts that want to invoke gpg the same way up2date does. -u, --update Completely update the system. All relevant packages will be downloaded (and possibly installed, if you have configured Update Agent to do so). --nox do not even attempt to display the gui. -h, --help display help on command line arguments and exit. -v, --verbose print more information about what Update Agent is doing. --justdb only add packages to the database,do not install them to the filesystem. --dbpath Specify a path where an alternat rpm database to use is found. --version output version information and exit. RETURN CODES
Update Agent returns 0 on success, 1 on error. FILES
/etc/sysconfig/rhn/up2date Configuration settings for Update Agent. /etc/sysconfig/rhn/systemid Unique system identification certificate for Red Hat Network. /etc/sysconfig/rhn/up2date-keyring.gpg The default keyring used specificaly for up2date, if used with versions of rpm that support it (rpm-4.0.4 or higher) /var/spool/up2date The spool directory where rpm stores package lists, package headers and packages. /var/spool/repackage The spool directory where rpm/up2date stores rollback rpms. /var/log/up2date This is the log file for up2date. /usr/share/rhn/RHNS-CA-CERT The ssl certificate authority file used by up2date to validate the Red Hat Network ssl servers. /usr/share/rhn/RPM-GPG-KEY A copy of the Red Hat, Inc rpm package signing key. This is the gpg key that can be used to verify a package is signed by Red Hat, Inc. EXAMPLES
The following example starts up the interactive gui client. up2date The following example shows up2date being used in non-interactive batch mode. up2date -u This example shows up2date being used to discover which packages solve a set of deps manually on a Red Hat Linux 7.0 machine. up2date --whatprovides "/bin/bash,gimp,libhistory.so.4.1" bash-2.04-11 readline-4.1-5 gimp-1.1.25-1 This example shows how to start up the text based config tool. up2date --nox --configure This example shows how to use up2date to install a package with many deps that isnt currently installed. up2date kdebase This example shows how to install all the packages from the channel foobar-1.0-i386 up2date --installall --channel foobar-1.0-i386 This example shows how to list all the currently installed packages that are not part of channels the system is currently subscribed to. up2date --show-orphans SEE ALSO
Configuration is performed through up2date-config. The Update Agent is tightly coupled with Red Hat Network. Visit <http://rhn.red- hat.com> for access or to sign up. AUTHORS
Written by Preston Brown <pbrown@redhat.com>, Cristian Gafton <gafton@redhat.com>, and Adrian Likins <alikins@redhat.com> REPORTING BUGS
Report bugs to <http://bugzilla.redhat.com>. COPYRIGHT
Copyright (C) 1999-2002 Red Hat, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICU- LAR PURPOSE. 4th Berkeley Distribution Wed 29 November 2000 UP2DATE(8)
All times are GMT -4. The time now is 06:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy