Table of Contents
1. Register SLE Micro and SUSE Manager 5.0 Proxy
Procedure: Registering SLE Micro and SUSE Manager 5.0 Proxy
-
Boot the virtual machine.
-
Log in as
root
. -
Register SLE Micro with SCC.
transactional-update register -r <REGCODE> -e <your_email>
-
Reboot.
-
Register SUSE Manager 5.0 Proxy with SUSE Customer Center.
transactional-update register -p SUSE-Manager-Proxy/5.0/x86_64 -r <REGCODE>
-
Reboot.
-
Update the system:
transactional-update
-
If updates were applied reboot.
-
This step is optional. However, if custom persistent storage is required for your infrastructure, use the
mgr-storage-proxy
tool.-
For more information, see
mgr-storage-proxy --help
. This tool simplifies creating the container volumes. -
Use the command in the following manner:
mgr-storage-proxy <storage-disk-device>
For example:
mgr-storage-proxy /dev/nvme1n1
This command will move the persistent storage volumes at
/var/lib/containers/storage/volumes
to the specified storage device.For more information, see
-