Quick Start SUMA Proxy
This guide shows you how to install and configure a single SUSE Manager Proxy for x86-64 architecture from the SUSE Linux Enterprise installation media with the Unified Installer.
For this topic we assume that you already have valid organization credentials with SUSE Customer Center and have obtained a registration code for your SUSE Manageri Proxy, for example from a "SUSE Manager Lifecycle Management+" subscription.
1. Install SUSE Manager Proxy
This guide shows you how to install and configure a single SUSE Manager Proxy for x86-64 architecture from the SUSE Linux Enterprise installation media with the Unified Installer.
-
To boot the Unified Installer from the installation image, you might need to adjust the boot order in the BIOS.
-
When prompted, select
Installation. -
In the
Language, Keyboard and Product Selectionscreen, check theSUSE Manager Proxycheckbox, and click Next.
-
Read and agree to the End User Licence Agreement, and click Next.
-
In the
Registrationscreen, check theRegister System via scc.suse.comcheckbox, enter your SUSE Customer Center credentii als, and click Next. -
In the
Available Extensions and Modulesscreen, select any extensions or modules you require, and click Next.Basesystem,SUSE Manager Proxy, andServer Applicationsare pre-selected and mandatory for the Uyuni Proxy installation. OPTIONAL: In the followingAdd On Productscreen, select any additional or add-on products you require, and click Next. -
In the
System Rolescreen, check theSUSE Manager Proxycheckbox, and click Next. -
In the
Suggested Partitioningscreen, accept the default values, or use the Guided Setup or Expert Partitioner options to customize your partitioning model, and click Next. -
In the
Clock and Time Zonescreen, enter your region and timezone, and click Next. -
In the
Local Usersscreen, create a new user, and click Next. -
Review the settings on the
Installation Settingsscreen, and then click Install.
2. Register SUSE Manager Proxy
|
Before you can select the correct child channels while creating the activation key, ensure you have completely downloaded the Uyuni Proxy 2023.02 channel and all the recommended and mandatory SUSE Linux Enterprise 15 SP4 channels. |
-
Create an activation key based on the
SLE-Product-SUSE-Manager-Proxy-4.3-Poolbase channel. For more information about activation keys, see Activation Keys.
Figure 1. Proxy activation key -
From the
Child Channelslisting select the recommended channels by clicking theinclude recommendedicon:-
SLE-Module-Basesystem15-SP4-Pool
-
SLE-Module-Basesystem15-SP4-Updates
-
SLE-Module-Server-Applications15-SP4-Pool
-
SLE-Module-Server-Applications15-SP4-Updates
-
SLE-Module-SUSE-Manager-Proxy-4.3-Pool
-
SLE-Module-SUSE-Manager-Proxy-4.3-Updates
The
SLE-Product-SUSE-Manager-Proxy-4.3-Updateschannel is mandatory.
Figure 2. Base and Child Proxy Channel
-
-
To bootstrap a proxy, use the bootstrap script. For more information about bootstrap scripts, see Register Clients with a Bootstrap Script.
Figure 3. Modifying bootstrap script -
Alternatively, in the SUSE Manager Web UI, navigate to .
Figure 4. Bootstrapping a proxy from GUI -
Navigate to , and check that the four proxy channels (
PoolandUpdatesforSLE-PRODUCTandSLE-MODULE) plus the recommended channels are selected.SLE-PRODUCT-Poolmust be the base channel and the others are child channels.
Figure 5. Proxy Channels
3. Set up` SUSE Manager Proxy
Make sure the TCP ports 4505 and 4506 are open on the proxy.
The proxy must be able to reach the Uyuni Server or a parent proxy on these ports.
-
The proxy will share some SSL information with the Uyuni Server.
-
Copy the certificate and its key from the Uyuni Server or the parent proxy.
-
As root, enter the following commands on the proxy using your Uyuni Server or parent Proxy (named
PARENT):mkdir -m 700 /root/ssl-build cd /root/ssl-build scp root@PARENT:/root/ssl-build/RHN-ORG-PRIVATE-SSL-KEY . scp root@PARENT:/root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT . scp root@PARENT:/root/ssl-build/rhn-ca-openssl.cnf .
-
Run
configure-proxy.shTheconfigure-proxy.shscript finalizes the setup of your Uyuni Proxy. -
Execute the interactive
configure-proxy.shscript. Pressing Enter without further input will make the script use the default values provided between brackets[]. Otherwise, use the values specific for your environment.
When the proxy configuration process is complete, you can continue with client registration. For more instructions, see Register Clients to a Proxy.