[Omuscd-general] Apollo's answer
Status: Beta
Brought to you by:
g_remlin
|
From: C R. <c.r...@or...> - 2007-03-14 18:36:14
|
Hi Apollo, I suggest you direct all future email queries to omu...@li... as specified in the documentation. >I changed the hardcode ip address to my masternode 190.168.0.1... Why ? Please read (at least the very first paragraph of) the /usr/local/share/doc/omuscd-0b2/README file distributed with the source. Changing the IP broke omuscd. I suggest you reinstall and "make install" the source as distributed. Make sure that you distribute the same binary version of "/usr/local/bin/omuscd" to all your cluster nodes. >the default port for the omuscd of 3490 is taken up by other service Please email me stating which service is using this port, it may be preferable to change the default port used by omuscd. Read the manpage "man omuscd", look at the EXAMPLES section and also refer to /usr/local/share/doc/omuscd-0b2/FAQ distributed with the source, both of which specifically cover controller\drone clusters and changing the default ports used. Passing any argument to the omuscd daemon will switch off the development defaults, so you will probably want something like the following (see the man page): When starting omuscd from a consol on the controller node: omuscd -n -t42000 -l127 -c on each the drone nodes: omuscd -n -t42000 -l63 -d Alternatively if running as a daemon at startup, as specified in the documentation edit /etc/sysconfig/omuscd and /etc/services file on every node . Keep me informed of your progress :>). |