I think he means /etc/shadow.  There are several approaches, one would be to script the 'passwd' command, using expect or something like it.  The downside is that you'll need to have the password in plain text in the script.  You could then use Spacewalk to run the script remotely.  This is probably what I'd do, but make sure you test it thoroughly first, as if you screw it up you might make your systems inaccessible.<br>
<br>Another option would be to copy the password hash from a system where you've set that password, and then write a script to edit /etc/shadow on a target system and replace the old string with the new one.<br><br>Finally, if your systems are all homogeneous, you can simply push out a new shadow file with the updated hash.  Most people won't be in this situation.<br>
<br>Jeffrey.<br><br><div class="gmail_quote">On Wed, Feb 3, 2010 at 10:51 AM, Edwind Richzendy Contreras Soto <span dir="ltr"><<a href="mailto:richzendy@gmail.com">richzendy@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
2010/2/4 Michiel van Es <<a href="mailto:michiele@info.nl">michiele@info.nl</a>>:<br>
<div class="im">> Hi,<br>
><br>
> Is it possible to change the root password on all machines in a group?<br>
> We want to change the root password for al lot of systems, we thought<br>
> perhaps is spacewalk of some use (since you can install packages, reboot the<br>
> machines)<br>
><br>
> Is such an option possible through spacewalk?<br>
><br>
> Kind regards,<br>
><br>
> Michiel<br>
<br>
</div>if it generates a new file / etc / passwd and charges through the area<br>
concerning configuration files (perhaps your user role does not allow<br>
you to do this) and only select group of systems the option to work<br>
with group and send him to send the configuration file to all<br>
computers SSM.<br>
<br>
Another option is through a small script using sed-i editing the file<br>
/ etc / passwd directly on each machine together (SSM).<br>
<div><div></div><br>
</div></blockquote></div>