Difference between revisions of "Yum offline updating"

From SME Server
Jump to navigationJump to search
(New page: ===Scenario:=== You have multiple SME servers to update, but don't want to download the udpates over-and-over again at each system. ===Solution:=== If you have another server that has be...)
 
m (categorisation)
 
(4 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
If you have another server that has been updated using yum you may be able to:
 
If you have another server that has been updated using yum you may be able to:
  
copy all the updated rpms from the local yum cache into a single folder
+
copy all the updated rpms from the local yum cache into a single folder
 
+
move that folder to the SME server(s) that still need updating
move that folder to the SME server(s) that still need updating
+
update yum locally
 
 
update yum locally
 
  
 
If you're lucky you will have all the dependencies in your update folder.
 
If you're lucky you will have all the dependencies in your update folder.
 
  
 
===Procedure===
 
===Procedure===
 
Here are the specific folders you'll need to include (assuming you have no contribs installed from non-standard repositories):
 
Here are the specific folders you'll need to include (assuming you have no contribs installed from non-standard repositories):
  
/var/cache/yum/base/packages
+
/var/cache/yum/base/packages
/var/cache/yum/addons/packages
+
/var/cache/yum/addons/packages
/var/cache/yum/smeos/packages
+
/var/cache/yum/smeos/packages
/var/cache/yum/smeaddons/packages
+
/var/cache/yum/smeaddons/packages
/var/cache/yum/smeupdates/packages
+
/var/cache/yum/smeupdates/packages
  
 
You can copy these package files to the other servers in many different ways. Including, but not limited to: scp, sftp, winscp, rsync.  
 
You can copy these package files to the other servers in many different ways. Including, but not limited to: scp, sftp, winscp, rsync.  
Line 34: Line 31:
  
 
smeos:  
 
smeos:  
ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeos/i386/SME/RPMS
+
ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.3/smeos/i386/SME/RPMS
  
 
smeupdates:
 
smeupdates:
ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.2/smeupdates/i386/RPMS
+
ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.3/smeupdates/i386/RPMS
 +
 
 +
 
 +
----
 +
<noinclude>[[Category:Howto]]
 +
[[Category:Administration]]</noinclude>

Latest revision as of 15:11, 11 May 2010

Scenario:

You have multiple SME servers to update, but don't want to download the udpates over-and-over again at each system.


Solution:

If you have another server that has been updated using yum you may be able to:

copy all the updated rpms from the local yum cache into a single folder
move that folder to the SME server(s) that still need updating
update yum locally

If you're lucky you will have all the dependencies in your update folder.

Procedure

Here are the specific folders you'll need to include (assuming you have no contribs installed from non-standard repositories):

/var/cache/yum/base/packages
/var/cache/yum/addons/packages
/var/cache/yum/smeos/packages
/var/cache/yum/smeaddons/packages
/var/cache/yum/smeupdates/packages

You can copy these package files to the other servers in many different ways. Including, but not limited to: scp, sftp, winscp, rsync.

Or you may choose to move the packages into a single shared directory (or ibay) and mount the share/ibay from the other server(s).

In either case, change to your local sme store on the system to be udpated and execute:

 yum localupdate *

Alternatively, you could download all of the rpms from the SME repos and leave only the upstream updates to download on each system. Download all rpms from each of the following locations and put them on a USB disk, CDROM, or network share for transport from system to system:

smeos: ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.3/smeos/i386/SME/RPMS

smeupdates: ftp://ibiblio.org/pub/linux/distributions/smeserver/releases/7.3/smeupdates/i386/RPMS