<?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 Yum update from Local Repository in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5622975#M53646</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a RHEL 5.X server A&amp;nbsp;which is behind a firewall. This needs to be patched but because there is no internet connectivity to this server we are planning to download updates on the RHEL 5.X server B (which will be connected to internet)&amp;nbsp;and then copy these updates to server A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my question is what are the steps to install these updates after i copy the rpms to some location say /yum/Packages on server A.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Apr 2012 13:10:52 GMT</pubDate>
    <dc:creator>sbahra</dc:creator>
    <dc:date>2012-04-17T13:10:52Z</dc:date>
    <item>
      <title>Yum update from Local Repository</title>
      <link>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5622975#M53646</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have a RHEL 5.X server A&amp;nbsp;which is behind a firewall. This needs to be patched but because there is no internet connectivity to this server we are planning to download updates on the RHEL 5.X server B (which will be connected to internet)&amp;nbsp;and then copy these updates to server A.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now my question is what are the steps to install these updates after i copy the rpms to some location say /yum/Packages on server A.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Apr 2012 13:10:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5622975#M53646</guid>
      <dc:creator>sbahra</dc:creator>
      <dc:date>2012-04-17T13:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Yum update from Local Repository</title>
      <link>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5625669#M53649</link>
      <description>&lt;P&gt;Try this link:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;RHEL – local&amp;nbsp;repository&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;A target="_blank" href="http://fojta.wordpress.com/2010/03/17/rhel-local-repository/"&gt;http://fojta.wordpress.com/2010/03/17/rhel-local-repository/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;How to Setup a Local Redhat 5 Update Repository&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif" size="3"&gt;&lt;A target="_blank" href="http://www.spkaa.com/how-to-setup-a-local-redhat-5-update-repository"&gt;http://www.spkaa.com/how-to-setup-a-local-redhat-5-update-repository&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;How to mirror RHN behind your firewall&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;A target="_blank" href="http://kenfallon.com/how-to-mirror-rhn-behind-your-firewall/"&gt;http://kenfallon.com/how-to-mirror-rhn-behind-your-firewall/&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Apr 2012 20:20:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5625669#M53649</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2012-04-18T20:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Yum update from Local Repository</title>
      <link>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5636917#M53654</link>
      <description>&lt;P&gt;copy your downloaded patches to a location on server. e.g. /patches&lt;/P&gt;&lt;P&gt;If not already done run createrepo&lt;/P&gt;&lt;P&gt;#&amp;gt;createrepo /patches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;register this repo with yum by editing /etc/yum.repos.d/local.repo (call it anything you like)&lt;/P&gt;&lt;P&gt;the file should look like this (you can name things as you wish)&lt;/P&gt;&lt;P&gt;[Local Repo]&lt;BR /&gt;name=5.7 Local Repo created 122211&lt;BR /&gt;baseurl=file:///patches&lt;BR /&gt;gpgcheck=1&lt;BR /&gt;enabled=1&lt;/P&gt;&lt;P&gt;cleanup yum&lt;/P&gt;&lt;P&gt;#&amp;gt;yum clean all&lt;/P&gt;&lt;P&gt;check your repo registration&lt;/P&gt;&lt;P&gt;yum repolist&lt;/P&gt;&lt;P&gt;(it should only show the one you just created above)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yum check-update&lt;/P&gt;&lt;P&gt;(you should see a list of all the updates you just copied as applicable)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;then update your system&lt;/P&gt;&lt;P&gt;yum update&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You are done....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 20:08:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/yum-update-from-local-repository/m-p/5636917#M53654</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2012-04-26T20:08:53Z</dc:date>
    </item>
  </channel>
</rss>

