aioshin Posted September 16, 2005 Share Posted September 16, 2005 ok, I have 7 pc to be installed with Mandriva, the package to be install would be almost identical to each box, how should I be going to do an update that would reflect to all would be mandriva box? something like updating only on one box, but all will be affected, or something like caching the updated package so that I could re-used that to the other box with-out doing or downloading again thus package to be able to conserve bandwidth.... I've read of something like this here before, I just forgot the term being used. TIA Link to comment Share on other sites More sharing options...
ianw1974 Posted September 16, 2005 Share Posted September 16, 2005 I think there's a parameter on urpmi so that when everything is installed, the items downloaded to /var/urpmi/cache/rpms isn't deleted after the install. Then you could move these over to var/urpmi/cache/rpms on the next box and then do the updates. Sorry, I don't know what the parameter is exactly, but hope that helps a little bit. Link to comment Share on other sites More sharing options...
spinynorman Posted September 16, 2005 Share Posted September 16, 2005 I think there's a parameter on urpmi so that when everything is installed, the items downloaded to /var/urpmi/cache/rpms isn't deleted after the install. urpmi --noclean :) Link to comment Share on other sites More sharing options...
theYinYeti Posted September 16, 2005 Share Posted September 16, 2005 You should probably share /var/cache/urpmi/RPM (IIRC) over NFS or whatever else (maybe temporarily), and indeed use urpmi --noclean on each system. Yves. Link to comment Share on other sites More sharing options...
theYinYeti Posted September 16, 2005 Share Posted September 16, 2005 I remember just now, that Mandriva includes a "drakpark" (or something like that) tool for managing several machines in a similar way. Yves. Link to comment Share on other sites More sharing options...
bvc Posted September 16, 2005 Share Posted September 16, 2005 [root@localhost ~]# urpmf --description park-rpmdrakepark-rpmdrake:Configure and update rpms on a park of hosts. The backend is parallel urpmi. [root@localhost ~]# urpmf --description urpmi-parallel-ka-run urpmi-parallel-ka-run:urpmi-parallel-ka-run is an extension module to urpmi for handling distributed installation using ka-run tools. [root@localhost ~]# urpmf --description urpmi-parallel-ssh urpmi-parallel-ssh:urpmi-parallel-ssh is an extension module to urpmi for handling distributed installation using ssh and scp tools. [root@localhost ~]# Link to comment Share on other sites More sharing options...
aioshin Posted October 12, 2005 Author Share Posted October 12, 2005 until now, I still dont get it, on how to do it right, I already installed park-rpmdrake but when I issued that command, it will just let me scan the network for those PC that I supposed to do a parallel urpmi... I tried google about urpmi --parallel but no detailed info, is it possible to do it behind a squid cache, so that all of the updated package will be cache and the next machine will be easy to update....? Link to comment Share on other sites More sharing options...
DragonMage Posted October 12, 2005 Share Posted October 12, 2005 Why don't you just create a mirror of the ftp site in one of the computer, then use that computer as the update server for the rest? Link to comment Share on other sites More sharing options...
aRTee Posted October 12, 2005 Share Posted October 12, 2005 I second the ideas of DragonMage and theYinYeti, either go for ftp server in your network, or - which is actually exactly what I currently do - export one partition/directory from a server and mount this (rw of course) as /var/cache/urpmi/rpms on machines you want to update. To avoid any undesired deletion I just aliased urpmi to urpmi --noclean as a rule, and both my desktop machines mount that cache export at boot. So I can do any urpmi install and it will keep the downloaded files on the nfs server. Doing the same install again on another machine will just install directly, no 2nd download. Link to comment Share on other sites More sharing options...
aioshin Posted October 13, 2005 Author Share Posted October 13, 2005 DragonMage-- the mirror is a good idea but it will require me lots of storage needs which I dont have yet enough resources... maybe i'll try the --noclean way... and thanks for the replies :P Link to comment Share on other sites More sharing options...
dexter11 Posted October 13, 2005 Share Posted October 13, 2005 A quick guide to urpmi –parallel by Adam Williamson here. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now