Step 6: Install MariaDB MaxScale
This page is part of MariaDB's Documentation.
The parent of this page is: Deploy ColumnStore Object Storage Topology with MariaDB Enterprise Server 10.5
Topics on this page:
Overview
This page details step 6 of the 9-step procedure "Deploy ColumnStore Object Storage Topology".
This step installs MariaDB MaxScale 2.5.
ColumnStore Object Storage requires 1 or more MaxScale nodes.
Interactive commands are detailed. Alternatively, the described operations can be performed using automation.
Retrieve Customer Download Token
MariaDB Corporation provides package repositories for CentOS / RHEL (YUM) and Debian / Ubuntu (APT). A download token is required to access the MariaDB Enterprise Repository.
Customer Download Tokens are customer-specific and are available through the MariaDB Customer Portal.
To retrieve the token for your account:
Navigate to https://cloud.mariadb.com/csm?id=my_
customer_ token Log in.
Copy the Customer Download Token.
Substitute your token for CUSTOMER_DOWNLOAD_TOKEN
when configuring the package repositories.
Set Up Repository
On the MaxScale node, install the prerequisites for downloading the software from the Web.
Install on CentOS / RHEL (YUM):
$ sudo yum install wget
Install on Debian / Ubuntu (APT):
$ sudo apt install wget apt-transport-https
On the MaxScale node, configure package repositories and specify MariaDB MaxScale 2.5:
$ wget https://dlm.mariadb.com/enterprise-release-helpers/mariadb_es_repo_setup $ echo "733f247c626d965304b678b62a4b86eb4bb8bf956f98a241b6578dedc6ca4020 mariadb_es_repo_setup" \ | sha256sum -c - $ chmod +x mariadb_es_repo_setup $ sudo ./mariadb_es_repo_setup --token="CUSTOMER_DOWNLOAD_TOKEN" --apply \ --skip-server \ --skip-tools \ --mariadb-maxscale-version="2.5"
Install MaxScale
On the MaxScale node, install MariaDB MaxScale.
Install on CentOS / RHEL (YUM):
$ sudo yum install maxscale
Install on Debian / Ubuntu (APT):
$ sudo apt install maxscale
Next Step
Navigation in the procedure "Deploy ColumnStore Object Storage Topology":
This page was step 6 of 9.