Yes, you are right.  I have been using neo4j graph DB. installed in ubuntu. 
then when i tried to start using this command "
sudo service neo4j-service stop | start". that did not work. Finally i used 
this command "sudo service neo4j stop | start". it worked for me. thanks.


On Monday, March 18, 2013 at 3:59:17 AM UTC+5:30, Craig Taverner wrote:
>
> If you used the debian/ubuntu package, then the service is named 
> 'neo4j-service' not just neo4j. Confirm this be checking if you have the 
> file /etc/init.d/neo4j-service. You can stop the service with either 'sudo 
> service neo4j-service stop' or 'sudo /etc/init.d/neo4j-service stop'. This 
> service will run one database in one location. Editing the location of the 
> data directory in /etc/neo4j/neo4j-server.properties will use a new 
> location of the entire service. If you want multiple databases on the same 
> computer, rather install neo4j manually as in robobeans answer (and in that 
> case be sure to use different locations and port numbers for each instance).
>
>
> On Mon, Mar 11, 2013 at 4:31 AM, Monosij <monosij...@gmail.com 
> <javascript:>> wrote:
>
>>
>> In installing Neo4j under Ubuntu, noticed that the data file graph.db is 
>> stored under /var/lib/neo4j/data.
>>
>> - My question was is this the only file that data is stored in?
>>
>> - Is it possible to add more data files or is it not necessary?
>>
>> - I checked in /etc/neo4j/neo4j.properties but did not see any properties 
>> there to add data files  in.
>>
>> Is there a list of all the properties available for Neo4j?
>>
>> Also, in Ubuntu what is the command to start / stop the Neo4j service?
>>
>> Tried 'sudo service neo4j stop' - as well as 'neo4j-shell stop'
>>
>> Says unrecognized service.
>>
>> Thanks for your help.
>>
>> Monosij
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "Neo4j" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to neo4j+un...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to