Re: [ceph-users] Error in starting ceph

2013-12-05 Thread Sahana
Hi, Thank you for quick reply. ems is a server from where I ran service ceph start. These are the steps followed. Please let me know if have anything is missing or something is wrong. wget -q -O- ' https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc' | sudo apt-key add - echo deb h

Re: [ceph-users] Error in starting ceph

2013-12-05 Thread Li Wang
ems is a remote machine? Did you set up the corresponding directories: /var/lib/ceph/osd/ceph-0, and called mkcephfs before? You can also try starting osd manually by 'ceph-osd -i 0 -c /etc/ceph/ceph.conf', then 'pgrep ceph-osd' to see if they are there, then 'ceph -s' to check the health. On

Re: [ceph-users] Error in starting ceph

2013-12-05 Thread German Anders
Hi Sahana,    Did you already create any osd? With the osd prepare and activate command? Best regards Enviado desde mi Personal Samsung GT-i8190L Original message From: Sahana Date: 05/12/2013 07:26 (GMT-03:00) To: ceph-us...@ceph.com Subject: [ceph-users] Error in

[ceph-users] Error in starting ceph

2013-12-05 Thread Sahana
Installed ceph-emperor using apt-get in ubuntu 12.04 by following the steps given in installation part of ceph-doc website. http://ceph.com/docs/master/install/get-packages/ http://ceph.com/docs/master/install/install-storage-cluster/ But get error when this command is run : service ceph -a st