Re: [SSI-users] White paper comparing OpenSSI and OpenMosix
Brought to you by:
brucewalker,
rogertsang
|
From: David B. Z. <dav...@hp...> - 2004-10-29 21:47:11
|
Kilian CAVALOTTI wrote:
>
> This way, I can run only one instance of apache on my cluster, instead
> of one instance per node. My next question is: how can I specify the
> node I want to run this instance on? In the rc.nodeinfo (maybe debian
> specific?) file, I can put either 'initnode' or 'all' for a given
> service, but I'm not sure if I can put a node number there. Any clue?
You can put "node=#" or "node=#,#" for multiple nodes into
/etc/rc.d/rc.nodeinfo. In Redhat 9 /sbin/chkconfig manipulates this file.
# /sbin/chkconfig
This may be freely redistributed under the terms of the GNU Public License.
usage: chkconfig [--ssi] --list [name]
chkconfig --add <name>
chkconfig --del <name>
chkconfig [--level <levels>] <name> <on|off|reset>)
chkconfig --ssi <name> reset
chkconfig --node <class> <name>
chkconfig --failover <on/off> <name>
/sbin/chkconfig --node node=# svcname
--
David B. Zafman | Hewlett-Packard Company
mailto:dav...@hp... | http://www.hp.com
"Computer Science" is no more about computers than astronomy is about telescopes - E. W. Dijkstra
|