Re: Re: Application Deployment

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2004-10-09 at 11:50, louis wang wrote:
> Brian Fahrlander
> 
> 	I think even only to run an instruction on each client,it is a time-consuming job is there anyone who can give much more efficient way!?
> ======= 2004-10-09 19:28:29 the original letter isï=======
> 
> >On Fri, 2004-10-08 at 23:53, Rajiv wrote:
> >> Dear All,
> >>     Is there any software available for application deployment- both
> >> linux and windows. I would like to install packages from master to all
> >> the clients.
> >
> >    Well, if you have a large number of clients, you'll probably want to
> >maintain a mirror of other repos; a simple:
> >
> >    ssh root@targetbox "yum install application-name"

You have been given most of the solution.  Now you need to write a
script to run from a central server.  The script will need to run
through a list of systems you want to install the package to and run the
command given above.  You will also need to either pass the password as
part of the ssh command or setup certificates on each system that does
not require a pass phrase.  You can get that from other threads on this
list in the archives or from ssh documentation.

The only other thing you need to do is configure yum on each system to
point to the mirrors or repositories you use for loading software.  You
should also configure yum to run via cron so it will auto update the
packages you have installed.  Or you could control this via a similar
script as described above.

-- 
Scot L. Harris
webid@xxxxxxxxxx

You are fairminded, just and loving. 


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux