|
There are 5 files that contain all of the information about user accounds in AIX. You **could** copy the files to the DR system on a regular basis to keep the accounts in synch. I've done this for a couple of systems before. Keep in mind, that if this hiccups just a little bit there is potential to have a system you cannot log into so you will want to make this as bullet proof as possible.
The 5 files are
/etc/group
/etc/passwd
/etc/security/group
/etc/security/passwd
/etc/security/user
!!!!!MAKE BACKUPS, MAKE BACKUPS, MAKE BACKUPS, MAKE BACKUPS, MAKE BACKUPS!!!!!
|