Remote installation of rpm package (Using YUM)

Hi,

I have configured YUM repository on a server and we have 10 linux machine (clients).

Is there any way we can install a package on all the 10 machines from YUM repository server?

Please help me.

Hi,

I have configured YUM repository on a server and we have 10 linux machine (clients).

Is there any way we can install a package on all the 10 machines from YUM repository server?

Please help me.

Yes, if you set up a new .repo on each of these 10 machines which points to the respository server.

If you want to automatically push packages out to these 10 machines on a regular basis, one way would be to purchase the Redhat Satellite product.

Thanks fpmurphy.

I am looking for open source (Free) Solution.
Is there any way we can push the packages from YUM repository server?

If your guys 're not connect to the internet right now, you can setup a local repository to do the things u want.

Kindly check this intruction

InformIT: Setting Up a yum Repository > Configuring a Local yum Server

Luck!

Yes. I did that. I have created local repository using YUM. I know how to install it from clients (i.e. yum install <Package>).

I am asking.. .how can I deploy/install a package on all the 10 clients FROM repository server?

No free solution that I am aware of.

Thanks for confirming.