Re: integrate yum with bittorrent.
Ljubomir Ljubojevic <[email protected]>
| Newsgroups | gmane.linux.rpm.yum |
|---|---|
| Message-ID | <[email protected]> |
Spacelee wrote: > My situation: > 1. more than 100 servers > 2. just 1 repo server. > 3. we need to update 100 server's software, and the network is just > 1000mbps. > > Download the software from the repo server is really slow for 100 nodes, > and with this limitation, we couldn't update softwares parallel, someone > suggests me using bittorrent, but my question is how to integrate > bittorrent with yum? so that I don't need to use a bittorrent client to > download files first and then use yum localinstall? And just with the > original command : yum install software > > -- > *Space Lee* Maybe to create local repo on each server (Yum can use file://) and use multicasting rsync or other software to spread the files. Ljubomir