next up previous contents
Next: Remote system health monitoring Up: System Administration Guide Previous: Adding user accounts   Contents

Changing the administrator password on all hosts

By default all hosts use the shadow password system. As root's password (for obvious reasons) is not available via NIS, we suggest the following method to change the root password on all hosts: e.g
[root@server /root]# passwd
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully
[root@server /root]# rsh comp00
[root@comp00  /root]# passwd 
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully
[root@comp00  /root]# exit
[root@server /root]# rcp comp00:/etc/shadow /tmp/shadow
[root@server /root]# copyall /tmp/shadow /etc



2004-06-17