-
Notifications
You must be signed in to change notification settings - Fork 97
Installing on Fedora
Leif Walsh edited this page May 9, 2014
·
4 revisions
Binary packages of TokuMX Community and Enterprise editions are available for Fedora 20. The packages come in three components:
-
tokumx
contains themongo
client shell and various tools likemongoimport
andmongoexport
. -
tokumx-common
contains the Fractal Tree indexing libraries and some documentation. -
tokumx-server
contains themongod
database server and themongos
routing server.
-
For a full installation, download all three packages from the community or enterprise download page.
You should have these files in your current directory:
$ ls tokumx*.rpm tokumx-1.4.2-2.fc20.x86_64.rpm tokumx-common-1.4.2-2.fc20.x86_64.rpm tokumx-server-1.4.2-2.fc20.x86_64.rpm
-
Install the downloaded packages with
yum
.$ sudo yum install tokumx*.rpm
If migrating from an existing MongoDB installation, copy any relevant
configuration from /etc/mongodb.conf
to /etc/tokumx.conf
.
To migrate your existing data to TokuMX, start here: Migrating from MongoDB
-
To control the
mongod
data server, usesystemctl
:$ sudo systemctl start tokumx $ sudo systemctl restart tokumx $ sudo systemctl stop tokumx
-
To enable TokuMX on boot, use
systemctl
:$ sudo systemctl enable tokumx $ sudo systemctl disable tokumx
Use the mongo
shell:
$ mongo
TokuMX mongo shell v1.4.2-mongodb-2.4.10
connecting to: test
Welcome to the TokuMX shell.
For interactive help, type "help".
For more comprehensive documentation, see
http://docs.mongodb.org/
and the TokuMX Users' Guide available at
http://www.tokutek.com/products/downloads/tokumx-ce-downloads/
Questions? Try the support group
http://groups.google.com/group/tokumx-user
> db.serverBuildInfo().tokumxVersion
1.4.2