<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to update Redhat OS version to update 8 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976430#M27723</link>
    <description>I'm stumped. Works fine for me.&lt;BR /&gt;&lt;BR /&gt;The other important configurationfile in the /etc/sysconfig/rhn directory is the up2date file. Maybe you should examine it's contents. Alternately run the command up2date --configure. But before you do take a backup of it. Within here there is are switches that enables/disable proxies, like enableProxy, httpProxy and enableProxyAuth. One or more of these may be set &amp;amp; causing problems.&lt;BR /&gt;&lt;BR /&gt;Brendan</description>
    <pubDate>Fri, 13 Apr 2007 06:32:14 GMT</pubDate>
    <dc:creator>Brendan Murphy_5</dc:creator>
    <dc:date>2007-04-13T06:32:14Z</dc:date>
    <item>
      <title>How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976419#M27712</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;A simple question:&lt;BR /&gt;My Linux current OS version is: Redhat ES 3 update 4, how to upgrade to update 8 except use 4 U8 installation CDs re-install/upgrade.&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 05 Apr 2007 22:05:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976419#M27712</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-05T22:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976420#M27713</link>
      <description>Shalom Gary,&lt;BR /&gt;&lt;BR /&gt;1) Your question is not simple.&lt;BR /&gt;2) You boot off the new media and look for an upgrade option instead of new install. I'm not sure if that feature exists, but it will be obvious on the annaconda screen.&lt;BR /&gt;&lt;BR /&gt;You could also set up a yum respository of all current updates on rpms and use yum to update the system. This is actually supported.&lt;BR /&gt;&lt;BR /&gt;I'm not at work now where I have all this stuff set up and bookmarks. Use my ITRC profile to contact me privately and I'll give this stuff to you Tuesday, when work resumes for me. If its really urgent I could log into work for you and see my bookmarks, but I'm feeling kinda lazy today.&lt;BR /&gt;&lt;BR /&gt;I'll check the post again prior to the Sabbath here in about 8 hours.&lt;BR /&gt;&lt;BR /&gt;:-)&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 06 Apr 2007 02:33:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976420#M27713</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-06T02:33:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976421#M27714</link>
      <description>Hi Gary,&lt;BR /&gt;   The official Redhat supported method is to register with RHN &amp;amp; use the up2date command, however if you've burned the Update 8 ISO's to cd you can do something similar to the following:&lt;BR /&gt;&lt;BR /&gt;TAKE A BACKUP!!!&lt;BR /&gt;&lt;BR /&gt;mount each CD one at a time &amp;amp; copy the ../RedHat/RPMS/*.rpm files to a local directory eg : /var/spool/U8&lt;BR /&gt;&lt;BR /&gt;cd /etc/sysconfig/rhn&lt;BR /&gt;cp sources sources.orig&lt;BR /&gt;Now edit the sources file &amp;amp; comment out the line &lt;BR /&gt;&lt;BR /&gt;up2date default&lt;BR /&gt;&lt;BR /&gt;and add a line similar to below&lt;BR /&gt;&lt;BR /&gt;dir RHEL3U8 /var/spool/U8/&lt;BR /&gt;&lt;BR /&gt;Next run the up2date command. It should use your own system as an up2date repository. I'm not sure, but it may be that you have to update the kernel modules manually using rpm.&lt;BR /&gt;&lt;BR /&gt;Also take a look at &lt;A href="http://kbase.redhat.com/faq/FAQ_80_8682.shtm" target="_blank"&gt;http://kbase.redhat.com/faq/FAQ_80_8682.shtm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Brendan&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 07:51:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976421#M27714</guid>
      <dc:creator>Brendan Murphy_5</dc:creator>
      <dc:date>2007-04-10T07:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976422#M27715</link>
      <description>Hi Brendan and Steven&lt;BR /&gt;&lt;BR /&gt;thank you very much for your helps.&lt;BR /&gt;&lt;BR /&gt;I will try your method to update my linux OS to u8.&lt;BR /&gt;BTW, my company firewall have some special setting, could not use up2date to online upgrade.&lt;BR /&gt;I will check brendan's hyperlink.&lt;BR /&gt;&lt;BR /&gt;thanks agasin!</description>
      <pubDate>Tue, 10 Apr 2007 07:59:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976422#M27715</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-10T07:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976423#M27716</link>
      <description>Hi Brendan&lt;BR /&gt;&lt;BR /&gt;Through checked your hyperlink and re-checked your explanation, this method will receive allthe updates from the local /var/soppl/u8 direcotory no need to connect internet. That's a good idea, I will try it.&lt;BR /&gt;&lt;BR /&gt;BTW, where could download "yum" for Redhad Linux ES version and SUSE.&lt;BR /&gt;&lt;BR /&gt;thx</description>
      <pubDate>Tue, 10 Apr 2007 08:24:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976423#M27716</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-10T08:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976424#M27717</link>
      <description>try &lt;A href="http://dag.wieers.com/rpm/packages/yum/" target="_blank"&gt;http://dag.wieers.com/rpm/packages/yum/&lt;/A&gt; for RHEL. Some of these packages may not be the latest, but it's a start. Also &lt;A href="http://dries.ulyssis.org/rpm/" target="_blank"&gt;http://dries.ulyssis.org/rpm/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Not sure about SuSe. YaST is very good. I'd try looking at the SuSE website first. You might also have a look at the following article. &lt;A href="http://liquidat.wordpress.com/2006/05/16/yum-on-suse-linux-101/" target="_blank"&gt;http://liquidat.wordpress.com/2006/05/16/yum-on-suse-linux-101/&lt;/A&gt;</description>
      <pubDate>Tue, 10 Apr 2007 09:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976424#M27717</guid>
      <dc:creator>Brendan Murphy_5</dc:creator>
      <dc:date>2007-04-10T09:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976425#M27718</link>
      <description>Questions:&lt;BR /&gt;According as Brendan's steps and hyperlink, 1. I copied all the *.rpm of all the /Redhat/RPMS/ to /var/spool/u8&lt;BR /&gt;2. modified /etc/sysconfig/rhn/sources file: comment the line of up2date default &lt;BR /&gt;and add line: dir RHEL3U8 /var/spool/u8&lt;BR /&gt;3. when I run: up2date on command line system responds:&lt;BR /&gt;&lt;BR /&gt;# up2date&lt;BR /&gt;Traceback (most recent call last):&lt;BR /&gt;  File "/usr/share/rhn/up2date_client/gui.py", line 416, in onPrivacyPagePrepare&lt;BR /&gt;    rhnreg.getCaps()&lt;BR /&gt;  File "/usr/share/rhn/up2date_client/rhnreg.py", line 204, in getCaps&lt;BR /&gt;    rpcServer.doCall(s.registration.welcome_message)&lt;BR /&gt;  File "/usr/share/rhn/up2date_client/rpcServer.py", line 174, in doCall&lt;BR /&gt;    raise up2dateErrors.CommunicationError(e.errmsg)&lt;BR /&gt;up2date_client.up2dateErrors.CommunicationError: Error communicating with server&lt;BR /&gt;. The message was:&lt;BR /&gt;Proxy authentication required&lt;BR /&gt;&lt;BR /&gt;I think, through up modified the up2date command should receive all the updates from the /var/spool/u8, but this case it maybe connect to internet. our linux box have limited, do not allow server connect to internet.&lt;BR /&gt;&lt;BR /&gt;how can i do next.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Apr 2007 14:10:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976425#M27718</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-10T14:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976426#M27719</link>
      <description>Probably you should register before use up2date?</description>
      <pubDate>Wed, 11 Apr 2007 01:13:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976426#M27719</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-04-11T01:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976427#M27720</link>
      <description>Hi Vitaly &lt;BR /&gt;&lt;BR /&gt;thank you very much for your reply.&lt;BR /&gt;Qestions:&lt;BR /&gt;1. how to register up2date, I could not register with my linux box as the firewall.&lt;BR /&gt;&lt;BR /&gt;2. I think, above method will get data from local dir right? or I need change more up2date file(s), let it do not access the internet get data from local&lt;BR /&gt;&lt;BR /&gt;thanks</description>
      <pubDate>Wed, 11 Apr 2007 12:38:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976427#M27720</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-11T12:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976428#M27721</link>
      <description>Hi Gary,&lt;BR /&gt;Yes you're correct. Using the method supplied, you should not have to register with RHN. I'm uncertain what's wrong with your system, Can you post a listing of the contents of /etc/sysconfig/rhn &amp;amp; a copy of your sources file. Are you sure that the "dir" entry in the sources file correct points to the local directory containing all the Update8 rpm files.&lt;BR /&gt;&lt;BR /&gt;Brendan</description>
      <pubDate>Thu, 12 Apr 2007 04:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976428#M27721</guid>
      <dc:creator>Brendan Murphy_5</dc:creator>
      <dc:date>2007-04-12T04:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976429#M27722</link>
      <description>Hi Brendan&lt;BR /&gt;&lt;BR /&gt;contents of /etc/sysconfig/rhn:&lt;BR /&gt;#ls&lt;BR /&gt;1q            rhn-applet  sources       up2date              up2date-uuid&lt;BR /&gt;clientCaps.d  rhnsd       sources.orig  up2date-keyring.gpg&lt;BR /&gt;&lt;BR /&gt;the sources.orig is the backup of old sources&lt;BR /&gt;according as your steps.&lt;BR /&gt;&lt;BR /&gt;In sources file I just did:&lt;BR /&gt;1. # up2date default&lt;BR /&gt;2. dir RHEL3U8 /var/spool/u8&lt;BR /&gt;according as your steps above&lt;BR /&gt;below is the copy of my the update sources file:&lt;BR /&gt;&lt;BR /&gt;# cat sources&lt;BR /&gt;### this describes the various package repos up2date will look into&lt;BR /&gt;### for packages. It currently supports apt-rpm repos, yum repos,&lt;BR /&gt;### and "dir" repos&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### format is one repo entry per line, # starts comments, the&lt;BR /&gt;### first word on each line is the type of repo.&lt;BR /&gt;&lt;BR /&gt;### the defalt rhn (using "default" as the url means&lt;BR /&gt;### use the one in the up2date config file&lt;BR /&gt;### This is required.&lt;BR /&gt;# up2date default&lt;BR /&gt;&lt;BR /&gt;### When a channel-label is required for the non up2date repo's,&lt;BR /&gt;### the label is soley used as an internal identifier and is not&lt;BR /&gt;### based on the url or any other info from the repo.&lt;BR /&gt;&lt;BR /&gt;### an apt style repo, this time arjanv's 2.6 kernel repo&lt;BR /&gt;### format is:&lt;BR /&gt;### type  channel-label      service:server         path        repo name&lt;BR /&gt;&lt;BR /&gt;#apt arjan-2.6-kernel-i386 &lt;A href="http://people.redhat.com" target="_blank"&gt;http://people.redhat.com&lt;/A&gt; ~arjanv/2.5/ kernel&lt;BR /&gt;&lt;BR /&gt;### Note that for apt repos, there can be multiple repo names specificed&lt;BR /&gt;### space seperated.&lt;BR /&gt;&lt;BR /&gt;### an yum style repo&lt;BR /&gt;### format:&lt;BR /&gt;### type  channel-label     url&lt;BR /&gt;&lt;BR /&gt;#yum fedora-9-i386-stable &lt;A href="http://download.fedora.us/fedora/redhat/9/i386/yum/stable" target="_blank"&gt;http://download.fedora.us/fedora/redhat/9/i386/yum/stable&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;### an local directory full of packages&lt;BR /&gt;### format&lt;BR /&gt;#dir my-favorite-rpms-i386-9 /var/spool/RPMS/&lt;BR /&gt;dir RHEL3U8 /var/spool/u8&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# multiple versions of all repos except "up2date" can be used. Depenencies&lt;BR /&gt;# can be resolved "cross-repo" if need be.&lt;BR /&gt;&lt;BR /&gt;I copied all the *.rpm file of all 4 update 8 CDs to /var/spool/u8&lt;BR /&gt;#pwd&lt;BR /&gt;/var/spool&lt;BR /&gt;#ls&lt;BR /&gt;at  clientmqueue  cron  cups  lpd  mail  mqueue  postfix  repackage  samba  squid  squirrelmail  u8  up2date  vbox&lt;BR /&gt;&lt;BR /&gt;but when I run "up2date" above erro appear, the seem like up2date wanna access the internet, be denied by proxy&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:42:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976429#M27722</guid>
      <dc:creator>Gary L</dc:creator>
      <dc:date>2007-04-12T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to update Redhat OS version to update 8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976430#M27723</link>
      <description>I'm stumped. Works fine for me.&lt;BR /&gt;&lt;BR /&gt;The other important configurationfile in the /etc/sysconfig/rhn directory is the up2date file. Maybe you should examine it's contents. Alternately run the command up2date --configure. But before you do take a backup of it. Within here there is are switches that enables/disable proxies, like enableProxy, httpProxy and enableProxyAuth. One or more of these may be set &amp;amp; causing problems.&lt;BR /&gt;&lt;BR /&gt;Brendan</description>
      <pubDate>Fri, 13 Apr 2007 06:32:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-update-redhat-os-version-to-update-8/m-p/3976430#M27723</guid>
      <dc:creator>Brendan Murphy_5</dc:creator>
      <dc:date>2007-04-13T06:32:14Z</dc:date>
    </item>
  </channel>
</rss>

