1. Prepare SLE Micro 5.5 Host
1.1. Download the installation media
-
Locate the SLE Micro 5.5 installation media at https://www.suse.com/download/sle-micro/.
-
Download
SLE-Micro-5.5-DVD-x86_64-GM-Media1.iso
. -
Prepare a DVD or USB flash drive with the downloaded
.iso
image for installation.
1.2. Install SLE Micro 5.5
For more information about preparing your machines (virtual or physical), see SLE Micro 5.5 Deployment Guide.
-
Insert the DVD or USB flash drive (USB disk or key) containing the installation image for SLE Micro 5.5.
-
Boot or reboot your system.
-
Use the arrow keys to select
Installation
. -
Adjust Keyboard and language.
-
Click the
checkbox
to accept the license agreement. -
Click
Next
to continue. -
Select the registration method. For this example, we will register the server with SUSE Customer Center.
The SUSE Manager 5.0 containers are installed as extensions. Depending on the specific extension needed from the list below, additional SUSE Customer Center registration codes will be required for each.
-
SUSE Manager 5.0 Server
-
SUSE Manager 5.0 Proxy
-
SUSE Manager 5.0 Retail Branch Server
The SLE Micro 5.5 entitlement is included within the SUSE Manager entitlement, so it does not require a separate registration code.
-
-
Enter your SUSE Customer Center email address.
-
Enter your registration code for SLE Micro 5.5.
-
Click
Next
to continue. -
To install a proxy, select the SUSE Manager 5.0 Proxy extension; to install a server, select the SUSE Manager 5.0 Server extension
Checkbox
. -
Click
Next
to continue. -
Enter your SUSE Manager 5.0 extension registration code.
-
Click Next to continue.
-
On the
NTP Configuration
page click Next. -
On the
Authentication for the System
page enter a password for the root user. Click Next. -
On the
Installation Settings
page click Install.
This concludes installation of SLE Micro 5.5 and SUSE Manager 5.0 as an extension.
1.3. OPTIONAL: Registration from the command line
If you added SUSE Manager 5.0 as an extension during SLE Micro 5.5 installation then you can skip this procedure. However, optionally you may skip registration during SLE Micro 5.5 installation by selecting the Skip Registration button. This section provides steps on registering your products after SLE Micro 5.5 installation.
The following steps register a SUSE Manager 5.0 extension with the x86-64 architecture and thus require a registration code for the x86-64 architecture. To register ARM or s390x architectures use the correct registration code. |
-
List available extensions with the following command:
transactional-update --quiet register --list-extensions
-
From the list of available extensions, select the one you wish to install:
-
If installing the Server, use your SUSE Manager Server Extension 5.0 x86_64 registration code with following command:
transactional-update register -p SUSE-Manager-Server/5.0/x86_64 -r <reg_code>
-
If installing the Proxy, use your SUSE Manager Proxy Extension 5.0 x86_64 registration code with following command:
transactional-update register -p SUSE-Manager-Proxy/5.0/x86_64 -r <reg_code>
-
-
Reboot.
1.4. Update the system
-
Log in as root.
-
Run transactional-update:
transactional-update
-
Reboot.
SLE Micro is designed to update itself automatically by default and will reboot after applying updates. However, this behavior is not desirable for the SUSE Manager environment. To prevent automatic updates on your server, SUSE Manager disables the transactional-update timer during the bootstrap process. If you prefer the SLE Micro default behavior, enable the timer by running the following command:
|