mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-07 09:46:53 +01:00
24 lines
1.1 KiB
Plaintext
24 lines
1.1 KiB
Plaintext
// Module included in the following assemblies:
|
|
// * migration/migrating_3_4/migrating-application-workloads-3-to-4.adoc
|
|
|
|
[id='migration-installing-cpma_{context}']
|
|
= Installing the Control Plane Migration Assistant
|
|
|
|
The Control Plane Migration Assistant (CPMA) is a CLI-based tool that assists you in migrating the control plane from {product-title} 3.7 (or later) to {product-version} with the {mtc-full} ({mtc-short}).
|
|
|
|
You can download the CPMA binary file from the Red Hat Customer Portal and install it on Linux, macOS, or Windows operating systems.
|
|
|
|
.Procedure
|
|
|
|
. In the link:https://access.redhat.com[Red Hat Customer Portal], navigate to *Downloads* -> *Red Hat {product-title}*.
|
|
. On the *Download Red Hat {product-title}* page, select *Red Hat {product-title}* from the *Product Variant* list.
|
|
. Select *CPMA 1.0 for RHEL 7* from the *Version* list. This binary works on RHEL 7 and RHEL 8.
|
|
. Click *Download Now* to download `cpma` for Linux and macOS or `cpma.exe` for Windows.
|
|
. Save the file in a directory defined as `$PATH` for Linux and macOS or `%PATH%` for Windows.
|
|
. For Linux, make the file executable:
|
|
+
|
|
[source,terminal]
|
|
----
|
|
$ sudo chmod +x cpma
|
|
----
|