LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-12-2005, 03:16 AM   #1
zihui
LQ Newbie
 
Registered: Apr 2005
Distribution: suse
Posts: 2

Rep: Reputation: 0
Cool Looking for a Batch Software Upgrade tool


Hi folks,

Sorry for my wooden English.
I'm looking for a Batch Software Upgrade tool to maintain my HA cluster.

The idea is to push rpm package to the client from the server. The tool is better without GUI. I know that yum can do a good job in pulling sotfwares from a mirror, can it do the push job? I've googled the following key words, but without any hope:
"cluster management gpl" "batch software upgrade" "push software upgrade"

thanks in advance
 
Old 04-13-2005, 01:34 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
not really a suitable task for a full on tool.... either use a ssh script to run the commands, or maybe schedule a cron job to attempt to install any rpm's located in a given directory. it's a doddle, and not the sort of thing you should be baulking at if you're already successfully running a linux cluster.

Code:
for host in alpha beta gamma delta
do
  ssh $host 'rpm -Uvh /mount/network/something.rpm'
done
there's your "tool"
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
tool manage download - Software run on Apache -- please help me b:z Linux - Software 2 04-25-2005 12:53 AM
need software to batch-rotate jpeg's based on exif data mfcarroll Linux - Software 3 03-07-2005 02:39 PM
software updating tool besides red carpet for novell feetyouwell Linux - Software 0 01-18-2005 01:26 PM
Mandrake Upgrade Tool RagingIfrit Mandriva 3 11-17-2004 09:13 PM
Benchmark Software tool ? membrax Linux - Hardware 3 01-17-2003 02:18 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:38 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration