[Sheepdog] How do i use sheepdog
igoigo246
igoigo246 at gmail.com
Mon May 2 08:56:25 CEST 2011
Hi
environment
Ubuntu 10.04
kernel 2.6.32
corosync 1.2.0
and 2 node install
try
ubuntu 10.04 backports add
/etc/apt/sources.list add
deb http://archive.ubuntu.com/ubuntu lucid-backports main universe
multiverse restricted
apt-get install corosync libcorosync-dev
apt-get install pkg-config dh-autoreconf
git clone git://sheepdog.git.sourceforge.net/gitroot/sheepdog/sheepdog
cd sheepdog
./autogen.sh
./configure --prefix=/usr/local --exec-prefix=/usr/local
make
make install
/usr/local/etc/init.d/sheepdog start
but
netstat -tapn | grep 7000
LISTEN sheepdog
but
/usr/local/sbin/collie node list
Idx Node id (FNV-1a) - Host:Port
------------------------------------------------
* 0 52b76e70de45e6c8 - 127.0.0.1:7000
How can I get ?
Thanks for your reading this one.
More information about the sheepdog
mailing list