We've just installed the lateset HACMP v4.5 software on 2 new IBM 660-H1 servers and wanted to know if anyone has a good script or way of chaning passwords so they replicate on both servers? A user will normally be assinged 1 IP address to login to. When they login in for the first time, they will be asked to change the password. At this point, I want to get this users password and execute the "passwd" command on the second server and pass the users new password. If the main server goes down, they will access the backup server and login with username that is on this server created by HACMP and their password should work. Copying the etc/security/passwd file on both servers is not the way I want to go because of how its currently setup, and users constantly forget their passwords and I feel that replication of the unix password files in not a good solution. I have heard IBM say that you can make a script that calls the passwd command and passes the new password of the user to the second server. Has anyone done this? Any info would be appriciated.