Was this page helpful?
Caution
You're viewing documentation for an unstable version of ScyllaDB Open Source. Switch to the latest stable version.
scylla-jmx is an optional package and is not installed by default. If you need JMX server, you can still install it from scylla-jmx GitHub page.
Download .deb package from scylla-jmx page.
Access to https://github.com/scylladb/scylla-jmx, select latest release from “releases”, download a file end with “.deb”.
(Optional) Transfer the downloaded package to the install node.
If the pc from which you downloaded the package is different from the node where you install scylladb, you will need to transfer the files to the node.
Install scylla-jmx package.
sudo apt install -y ./scylla-jmx_<version>_all.deb
Download .rpm package from scylla-jmx page.
Access to https://github.com/scylladb/scylla-jmx, select latest release from “releases”, download a file end with “.rpm”.
(Optional) Transfer the downloaded package to the install node.
If the pc from which you downloaded the package is different from the node where you install scylladb, you will need to transfer the files to the node.
Install scylla-jmx package.
sudo yum install -y ./scylla-jmx-<version>.noarch.rpm
Download .tar.gz package from scylla-jmx page.
Access to https://github.com/scylladb/scylla-jmx, select latest release from “releases”, download a file end with “.tar.gz”.
(Optional) Transfer the downloaded package to the install node.
If the pc from which you downloaded the package is different from the node where you install scylladb, you will need to transfer the files to the node.
Install scylla-jmx package.
tar xpf scylla-jmx-<version>.noarch.tar.gz cd scylla-jmx ./install.sh --nonroot
Manage your clusters with ScyllaDB Manager
Monitor your cluster and data with ScyllaDB Monitoring
Get familiar with ScyllaDB’s command line reference guide.
Learn about ScyllaDB at ScyllaDB University
Was this page helpful?