For user registration,
1. Login the t2cpu machine as root.
#> ssh root@t2cpu
2. Add user and give zh group.
#> useradd -g zh <ID>
Note : Check the /etc/group file. It is maybe not modified by useradd command.
3. Change the password for new user.
Note : Select the local user type.
#> passwd <ID> and 'u' (This is mean that user is registered local machine)
Type new password.
4. Submit the passwd file to all servers.
#> cd /var/yp && make
5. Finally, You must send a email to new user.
Note : A command of password's changing is `yppasswd` at the gate machine. Not `passwd`. It takes little time.
--
GunmoRyu - 05 Feb 2009