Install or upgrade ONTAP Mediator
To install or upgrade ONTAP Mediator, you need to meet all prerequisites, download the installation package, and run the installer on the host.
-
Beginning with ONTAP 9.8, you can use any version of ONTAP Mediator to monitor an SnapMirror active sync relationship.
-
You can use any version of ONTAP Mediator to monitor a MetroCluster IP configuration.
Installation and upgrade considerations
Review these points before upgrading or installing ONTAP Mediator.
|
|
ONTAP Mediator 1.8 and earlier is not compatible with Red Hat Enterprise Linux (RHEL) FIPS mode and prevents it from installing successfully. You can check if FIPS mode is enabled using the fips-mode-setup --check command. You can disable FIPS mode using the fips-modesetup --disable command. Reboot after disabling FIPS mode to successfully install ONTAP Mediator 1.8 or earlier.
|
-
You should upgrade ONTAP Mediator to the latest version. Older versions still work with all ONTAP releases, but newer versions include security patches for third-party components.
-
When you upgrade to a new ONTAP Mediator version, the installer automatically upgrades to the recommended SCST version unless a higher version is available. For instructions on manually installing a higher SCST version, see Manage ONTAP Mediator. For supported versions, see the SCST support matrix.
|
|
|
-
If you install the
yum-utilspackage, you can use theneeds-restartingcommand. -
Beginning with ONTAP Mediator 1.11, IPv6 is supported for MetroCluster IP configurations.
Host requirements
Follow these requirements when installing RHEL or Rocky Linux and configuring the associated repositories.
|
|
If you modify the installation or configuration process, you might need to perform additional steps. |
-
Install RHEL or Rocky Linux according to Red Hat's best practices. Because CentOS 8.x has reached end-of-life, compatible versions of CentOS 8.x are not recommended.
-
When installing ONTAP Mediator, ensure the system has access to the required repository so the installation program can retrieve and install all required software dependencies.
-
To enable the yum installer to find dependent software in the RHEL repositories, register the system during installation or afterwards using a valid Red Hat subscription.
See the Red Hat Subscription Manager documentation for further information.
Ensure that the following ports are available and unused for ONTAP Mediator:
Port/services |
Source |
Direction |
Destination |
Purpose |
|---|---|---|---|---|
22/tcp |
Management host |
Inbound |
ONTAP Mediator |
(Optional) SSH / ONTAP Mediator management |
31784/tcp |
Cluster management LIFs |
Inbound |
ONTAP Mediator web server |
(Required) REST API (HTTPS) |
3260/tcp 1 |
Node Data LIFs or Node Management LIFs |
Bidirectional |
ONTAP Mediator iSCSI targets |
(Required for MetroCluster IP configurations) iSCSI data connection for mailboxes |
For SMBC customers, ONTAP doesn't require port 3260 to be enabled or connected.
-
If using a third-party firewall, see Firewall requirements for ONTAP Mediator.
-
For Linux hosts without internet access, make sure the required packages are available in a local repository.
If you are using Link Aggregation Control Protocol (LACP) in a Linux environment, configure the kernel and set the
sysctl net.ipv4.conf.all.arp_ignoreto2.
Your OS must meet the following requirements:
-
64-bit physical installation or virtual machine
-
8 GB RAM
-
1 GB disk space (used for applications installation, server logs, and the database)
-
User: Root access
The following table shows the supported OSs for each version of ONTAP Mediator.
ONTAP Mediator version |
Supported Linux versions |
|---|---|
1.11 |
|
1.10 |
|
1.9.1 |
|
1.9 |
|
1.8 |
|
1.7 |
|
1.6 |
|
1.5 |
|
1.4 |
|
1.3 |
|
1.2 |
|
-
Compatible means that Red Hat no longer supports these RHEL versions, but ONTAP Mediator can still be installed on them.
The following packages are required by ONTAP Mediator:
|
|
The packages are either pre-installed or automatically installed by the ONTAP Mediator installer. |
All RHEL/CentOS versions |
Additional packages for RHEL 10.x / Rocky Linux 10 |
Additional packages for RHEL 9.x / Rocky Linux 9 |
Additional packages for RHEL 8.x / Rocky Linux 8 |
|---|---|---|---|
|
|
|
|
The Mediator installation package is a self-extracting compressed tar file that includes:
-
An RPM file containing all dependencies that cannot be obtained from the supported release's repository.
-
An install script.
A valid SSL certificate is recommended.
OS upgrade considerations and kernel compatibility
-
You can update all library packages except the kernel, but you might need to reboot to apply changes in ONTAP Mediator. Schedule downtime if you need to reboot.
-
You should keep the OS kernel up to date. Upgrade the kernel core to a supported version listed in the ONTAP Mediator version matrix. You must reboot the system, so plan a maintenance window for the outage.
-
Uninstall the SCST kernel module before you reboot, and then reinstall it afterwards.
-
Prepare a supported version of SCST to reinstall before you start the kernel OS upgrade.
-
|
|
|
Install ONTAP Mediator when UEFI Secure Boot is enabled
ONTAP Mediator can be installed on a system with or without UEFI Secure Boot enabled.
You can choose to disable UEFI Secure Boot before installing ONTAP Mediator if it is not needed or if you are troubleshooting ONTAP Mediator installation issues. Disable the UEFI Secure Boot option from your machine settings.
|
|
For detailed instructions on disabling UEFI Secure Boot, refer to the documentation for your host OS. |
To install ONTAP Mediator with UEFI Secure Boot enabled, you must register a security key before the service can start. The key is generated during the SCST installation's compile step and saved as a private-public key pair on your machine. Use the mokutil utility to add the public key as a Machine Owner Key (MOK) to your UEFI firmware, enabling the system to trust and load the signed module. Save the mokutil passphrase in a secure location as this is required when rebooting your system to activate the MOK.
-
Check if UEFI Secure Boot is enabled on your system:
mokutil --sb-stateThe results indicate whether UEFI Secure Boot is enabled on this system.
If…
Go to…
UEFI secure boot is enabled
UEFI secure boot is disabled
-
You are prompted to create a passphrase that you must store in a secure location. You'll need this passphrase to enable the key in the UEFI Boot Manager.
-
ONTAP Mediator 1.2.0 and earlier versions do not support this mode.
-
-
If the
mokutilutility is not installed, run the following command:yum install mokutil