21 Jun
2004
21 Jun
'04
15:18
But how can one update/add packages on the clients? Should I setup passwordless ssh access and the run for CLIENT in box1 box2 ... boxn ; do ssh $CLIENT "rpm -I the_user_wants_this_yesterday.rpm" done
instead of the for loop, check out pdsh. you can use it to run commands such as: pdsh -w box[1-n] 'wget http://path/to/rpm; rpm -I file.rpm'