Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 470174 - dev-db/mongodb - Add the ability to start multiple instances of a mongodb server
Summary: dev-db/mongodb - Add the ability to start multiple instances of a mongodb server
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: AMD64 Linux
: Normal normal
Assignee: Ultrabug
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-17 14:53 UTC by Christian Kaps
Modified: 2013-05-18 05:30 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Init script based on the memcached init script (file_470174.txt,2.09 KB, text/plain)
2013-05-17 14:55 UTC, Christian Kaps
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Kaps 2013-05-17 14:53:37 UTC
It should be possible to start more than one instance of mongodb server. For other packages like memcached, tomcat or virtualbox this is already possible.

Reproducible: Always

Steps to Reproduce:
1. Create a symlink of the init script
2. Copy the config file for the service and change the port
3. Try to start the created instance
Actual Results:  
Newly created instance doesn't start

Expected Results:  
Newly created instance should start
Comment 1 Christian Kaps 2013-05-17 14:55:49 UTC
Created attachment 348538 [details]
Init script based on the memcached init script
Comment 2 Ultrabug gentoo-dev 2013-05-17 16:57:10 UTC
I've already been asked this and the answer is that it is already possible. I for one use this method in production on a lot of mongodb servers.

Can you explain a bit more what doesn't work for you ?
Comment 3 Christian Kaps 2013-05-18 05:30:54 UTC
Mhhh, you're right. I have tested it on my home machine an it works. On our dev machine at work it doesn't run. Maybe it has to do with insufficient permissions or disk space.

The bug can be closed.