<div dir="ltr">Alright. It's basically making use of the programs yumdownloader, rpm, and createrepo.<div><br></div><div style>What I do is I have a machine that has the same setup as the other machines in the isolated network. This machine has Internet access, so what I go to some directory where I want to download the RPM packages into with yumdownloader. In this directory, I run the following.</div>
<div style><br></div><div style>$ yumdownloader --resolve $(rpm -qa --qf "%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH} ")</div><div style><br></div><div style>Note that there is suppose to be a space after %{ARCH} in the formatting string above. This takes a while, but eventually, all the packages get downloaded. Once finished, I use createrepo to create a basic repository, burn the new repo onto disc (the repo is about 1GB so I burn it to a DVD), and then transfer the repo into a share directory in the isolated network. Each machine has a .repo file under /etc/yum.repos.d/ which points to this share, so to update each machine, it's simply a matter of running 'yum update'.</div>
<div dir="ltr"><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Dec 21, 2012 at 1:43 PM, John <span dir="ltr"><<a href="mailto:lmindlists@gmail.com" target="_blank">lmindlists@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div>Andres, while you're waiting, would you please send that information to me?  I'm actually doing that very process in our lab and would be curious to know what you did. <br>

<br>
My email is <a href="mailto:lmindlists@gmail.com" target="_blank">lmindlists@gmail.com</a> and I'm John. <br><br><div class="gmail_quote">Andres Mejia <<a href="mailto:amejia004@gmail.com" target="_blank">amejia004@gmail.com</a>> wrote:<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div><div class="h5">
<p>Hi. I want to make a small update to the CreateLocalRepos how-to page. My account username is AndresMejia.</p>
<p>The update are just small notes on creating a local repo of just the packages which are already installed on a system. This is useful when you maintain systems which are in their own isolated network.</p>
<p>~ Andres</p>
<p style="margin-top:2.5em;margin-bottom:1em;border-bottom:1px solid #000"></p></div></div><pre style="white-space:pre-wrap;word-wrap:break-word;font-family:sans-serif;margin-top:0px"><hr><br>CentOS-docs mailing list<br>
<a href="mailto:CentOS-docs@centos.org" target="_blank">CentOS-docs@centos.org</a><br><a href="http://lists.centos.org/mailman/listinfo/centos-docs" target="_blank">http://lists.centos.org/mailman/listinfo/centos-docs</a><span class="HOEnZb"><font color="#888888"><br>
</font></span></pre></blockquote></div><span class="HOEnZb"><font color="#888888"><br>
-- <br>
Sent from my Android phone with K-9 Mail. Please excuse my brevity.</font></span></div></div><br>_______________________________________________<br>
CentOS-docs mailing list<br>
<a href="mailto:CentOS-docs@centos.org">CentOS-docs@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos-docs" target="_blank">http://lists.centos.org/mailman/listinfo/centos-docs</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>~ Andres
</div></div></div>