Installing the Aerospike Shared-Memory Tool (ASMT)
This page describes how to download and install the Aerospike Shared-Memory Tool (ASMT).
Download ASMT
You can download
asmt
packages manually for the same Linux distributions supported by the server.
See the Linux installation instructions for details.
Read the release notes of the version you are downloading.
Automating downloads
You can automate downloading versions of ASMT packages from the artifact repository. See the FAQ on downloads for details.
Base URL
https://download.aerospike.com/artifacts/asmt/<version>/
Debian Format
Support for Debian 10 ARM64 was removed in Database 6.3 and support for Debian 10 in general was removed in Database 7.0.
asmt_<version>-<[commit]distro>_<architecture>.deb
version: 1.2.2
, 2.0.1
, and so on
distro: debian12
, debian11
, ubuntu24.04
, ubuntu22.04
, ubuntu20.04
,
architecture: amd64
, arm64
based on dpkg-architecture -qDEB_HOST_ARCH
RPM Format
asmt-<version>-1.<RHEL>.<architecture>.rpm
version: 1.2.2
, 2.0.1
, and so on
RHEL: el9
, el8
, amzn2023
architecture: x86_64
, aarch64
Install
Debian packages
sudo dpkg -i asmt_2.0.1-1ubuntu22.04_arm64.deb
Red Hat packages
sudo rpm -Uvh asmt-2.0.1-1.el9.aarch64.rpm