From: Aneesh K. K.V <ane...@hp...> - 2004-11-26 15:21:34
|
Eduardo Sanz Martin wrote: > Hello, > > I just check eth1 config file and it was desactived, upss!! > I changed eth1 configuration and I stared cluster_start command and it > works. How can i probe that it is working? use cluster command to find details of nodes in the cluster. You can write small application that use different cluster API's and see what happens when a nodes goes down. You can find the necessary documentation at ci-linux.sf.net page. > > I have a quiestion. I installed CI cluster software on two machines. > Where I can find documentation about how to set up services as NFS > server cluster, BIND server cluster .... because CI cluster software is > just to provide a cluster infrastructure, right? > Thanks, For that you will have to install the OpenSSI packages which you can find on www.openssi.org. > > Eduardo > > > >>Eduardo Sanz Martin wrote: >> >>>Hello, >>> >>>The contents of cluster.conf is: >>> >>>IFCONFIG=eth1:172.16.1.1:255.255.255.224 >>>CLUSTER_MASTER=1:172.16.1.1 >>>CLUSTER_NODENUM=1 >>> >>>I am using the 0.9.9 version. >> >> >>Can you send me the output of below commands >> >>just before you run the cluster_start command. >> >>ifconfig eth1 >>netstat -a >> >> >>-aneesh |