Quote:
Originally posted by Rex_chaos
1) to create/delete/modify a user over the whole network(all the user and it's profile must be identical)
2) create/delete a directory over the whole network(all the path and name of the directy are identical)
3) modify the attribute of some directory over the whole network
4) install a software over the whole network (the software will be installed once in each computer)
5) copy files from one computer to all the other at the same directory
6) collect files from all the other computers to one
7) run a program in each computer at the same time.
BTW, for some reason, I don't want to use NFS for this task.
|
1. You should use NIS for the user creation/deletion, it works with almost every suthentication method and it's quiet usefull for large networks.
2. This might be a security risk, but you can have a script that automatically logs in a remote computer and performs the changes that you want.
3. You can a set a single 'example' system and then have all the other computers rsync with a cron job.
4. To run a program in each computer at the same time you might want to use a cron job, or at (if it must run only once). However, if you need high level of coordination, perhaps you need QNX, an IBM mainframe or an Alphaserver Real aplication cluster.