Deploy SUSE Manager 5.0 Server as a Virtual Machine - VMware

This chapter provides the required Virtual Machine settings for deployment of SUSE Manager 5.0 as an Image. VMware will be used as a sandbox for this installation.

1. Available Images

The preferred method for deploying SUSE Manager 5.0 Server is to use one of the following available images. All tools are included in these images greatly simplifying deployment.

Images for SUSE Manager 5.0 are available at SUSE Manager 5.0 VM images.

Table 1. Available Server Images
Architecture Image Format

aarch64

qcow2, vmdk

x86_64

qcow2, vmdk, raw, Self Installer

ppc64le

raw, Self Installer

s390x *

qcow2, raw

* Two storage options are available for s390x: CDL DASD and FBA.

2. SUSE Manager Virtual Machine Settings - VMware

This sections describes VMware configurations, focusing on the creation of an extra virtual disk essential for the SUSE Manager storage partition within VMware environments.

Procedure: Creating the VMware Virtual Machine
  1. Download SUSE Manager Server .vmdk file then transfer a copy to your VMware storage.

  2. Make a copy of uploaded .vmdk file using VMware web interface. This will convert provided .vmdk file to the format suitable for vSpere hypervisor.

  3. Create and name a new virtual machine based on the Guest OS Family Linux and Guest OS Version SUSE Linux Enterprise 15 (64-bit).

  4. Add an additional Hard Disk 2 of 500 GB (or more).

  5. Configure RAM and number of CPUs (at least 16 GB RAM and 4 CPUs).

  6. Set the network adapter as required.

  7. Power on the VM, and follow firstboot dialogs (keyboard layout, license agreement, time zone, password for root).

  8. When installation completes log in as root.

  9. Proceed to the next section.

3. Register SL Micro and SUSE Manager 5.0 Server

Before starting obtain your SUSE Manager Registration Code from SUSE Customer Center - https://scc.suse.com.

Procedure: Registering SL Micro and SUSE Manager 5.0
  1. Boot the virtual machine.

  2. Log in as root.

  3. Register SL Micro with SCC.

    transactional-update register -r <REGCODE> -e <your_email>
  4. Reboot.

  5. Register SUSE Manager 5.0 with SUSE Customer Center.

    transactional-update register -p SUSE-Manager-Server/5.0/x86_64 -r <REGCODE>
  6. Reboot

  7. Update the system:

    transactional-update
  8. If updates were applied reboot.

  9. This step is optional. However, if custom persistent storage is required for your infrastructure, use the mgr-storage-server tool.

    • For more information, see mgr-storage-server --help. This tool simplifies creating the container storage and database volumes.

    • Use the command in the following manner:

      mgr-storage-server <storage-disk-device> [<database-disk-device>]

      For example:

      mgr-storage-server /dev/nvme1n1 /dev/nvme2n1

      This command will create the persistent storage volumes at /var/lib/containers/storage/volumes.

      For more information, see

  10. Run the following command to deploy SUSE Manager:

    mgradm install podman <FQDN>