Installing the MAST Gateway
Describes how to install the Automated Storage Tiering (MAST) Gateway service.
About this task
The MAST Gateway acts as the centralized entry point for all the operations that need to be performed on the tiered storage. The MAST Gateway can be installed (with or without file system) on specific hosts on the cluster with access to the 3rd party cloud storage (for cold tier operations) or on the edge node. Before you install the MAST Gateway, review the Pre-Installation Considerations.
What to do next
Installing the MAST Gateway Using the Installer
About this task
Installing the MAST Gateway from the Command-line
Procedure
RHEL / Rocky | yum install mapr-mastgateway |
Ubuntu | apt-get install mapr-mastgateway |
SLES | zypper install mapr-mastgateway |
Installing Additional MAST Gateways from the Command-line
About this task
Procedure
-
Install the
mapr-mastgateway
package on the node. -
Run
configure.sh
with the-R
option to register the MAST Gateway with the CLDB.For example:
After this command runs, newly created volumes are assigned to this MAST Gateway./opt/mapr/server/configure.sh -R
-
Run the following command to force the CLDB to reassign existing volumes to
the least utilized MAST Gateways:
/opt/mapr/server/mrconfig mastgateway refreshvolassignment <volume-name>
You must run this command once for each volume to reassign. HPE recommends running this command for all volumes if MAST Gateway is either newly added to the cluster or permanently removed from the cluster. When this command runs, CLDB reassigns the volume tiering operation to the least utilized MAST Gateway, which might be the newly added MAST Gateway, to force rebalancing.
For more information, see
mastgateway refreshvolassignment
.