version 1.1, 2001/04/18 13:54:25 |
version 1.2, 2001/10/04 15:49:12 |
| |
(shown in Unix naming scheme, for Windows add ".exe") in a single | (shown in Unix naming scheme, for Windows add ".exe") in a single |
directory (let's call it homedir/bin): | directory (let's call it homedir/bin): |
naming_service -> used to find a specific service by its name | naming_service -> used to find a specific service by its name |
log_service -> centralized logger for all services | |
time_service -> centralized time reference manager | time_service -> centralized time reference manager |
login_service -> centralized user account manager for all shards | login_service -> centralized user account manager for all shards |
(admin_executor_service -> collects system stats | (admin_executor_service -> collects system stats |
| |
| |
-- starts -- | -- starts -- |
nohup ~/bin/naming_service >/dev/null | nohup ~/bin/naming_service >/dev/null |
nohup ~/bin/log_service >/dev/null | |
nohup ~/bin/time_service >/dev/null | nohup ~/bin/time_service >/dev/null |
nohup ~/bin/login_service >/dev/null | nohup ~/bin/login_service >/dev/null |
echo "Active services:" | echo "Active services:" |
| |
- ls.log (login_service) | - ls.log (login_service) |
Every time someone logs in, its configuration information is | Every time someone logs in, its configuration information is |
saved into ls.log | saved into ls.log |
- logs.log (very big especially if you have compiled the servers | - log.log (very big especially if you have compiled the servers |
with NL_DEBUG defined) (log_service) | with NL_DEBUG defined) |
Contains all debug information sent by the services. | Contains all debug information sent by the services. |
| |
| |