forked from scylladb/scylladb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since JMX server is deprecated, drop them from submodule, build system and package definition. Related scylladb/scylla-tools-java#370 Related scylladb#14856 Signed-off-by: Takuya ASADA <[email protected]> Closes scylladb#17969
- Loading branch information
Showing
13 changed files
with
132 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
|
||
====================================== | ||
Install scylla-jmx Package | ||
====================================== | ||
|
||
scylla-jmx becomes optional package from ScyllaDB 6.2, not installed by default. | ||
If you need JMX server you can still install it from scylla-jmx GitHub page. | ||
|
||
.. tabs:: | ||
|
||
.. group-tab:: Debian/Ubuntu | ||
#. 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. | ||
|
||
.. code-block:: console | ||
sudo apt install -y ./scylla-jmx_<version>_all.deb | ||
.. group-tab:: Centos/RHEL | ||
|
||
#. 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. | ||
|
||
.. code-block:: console | ||
sudo yum install -y ./scylla-jmx-<version>.noarch.rpm | ||
.. group-tab:: Install without root privileges | ||
|
||
#. 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. | ||
|
||
.. code:: console | ||
tar xpf scylla-jmx-<version>.noarch.tar.gz | ||
cd scylla-jmx | ||
./install.sh --nonroot | ||
Next Steps | ||
----------- | ||
|
||
* :doc:`Configure ScyllaDB </getting-started/system-configuration>` | ||
* Manage your clusters with `ScyllaDB Manager <https://manager.docs.scylladb.com/>`_ | ||
* Monitor your cluster and data with `ScyllaDB Monitoring <https://monitoring.docs.scylladb.com/>`_ | ||
* Get familiar with ScyllaDB’s :doc:`command line reference guide </operating-scylla/nodetool>`. | ||
* Learn about ScyllaDB at `ScyllaDB University <https://university.scylladb.com/>`_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule jmx
deleted from
89308b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters