Introduction
Installing Multi Linux Manager/SUSE Manager 5.0 with RGS is super simple! The tutorial below is setup for SUSE Linux Micro 5.5.
PreRequisites
SUSE Linux Micro 5.5 VM Setup and ready
RGS SUSE Manager Registration Code (Check previous delivery tickets in Zendesk)
Steps
-
Setup your hostname for the server
hostnamectl set-hostname suma5.yourdomain.com echo "$NODEIP suma5.yourdomain.com" >> /etc/hosts -
Register your system with the RGS SCC Proxy
SUSEConnect --url https://rgscc.ranchergovernment.com --write-config -r <RGS REGCODE>If this fails with an error about using transactional-update, run this to register the system. You MUST reboot after each 'transactional-update' in order for it to take affect, so we'll do that here.
transactional-update register --url https://rgscc.ranchergovernment.com --write-config -r <RGS REGCODE> reboot -
Register the SUSE Manager 5 Extension and reboot
transactional-update register -p SUSE-Manager-Server/5.0/x86_64 -r <RGS REGCODE> reboot -
Update the Micro system and reboot into the new snapshot
transactional-update reboot -
Install the required SUSE Manager 5 Image RPMs and supporting tools and reboot into the new snapshot
transactional-update pkg install mgradm* mgrctl* suse-manager-5.0-x86_64-server-* suse-multi-linux-manager-5.0-x86_64-server-* reboot -
Install SUSE Manager with mgradm
mgradm install podman suma5.yourdomain.com -
Edit '/var/lib/containers/storage/volumes/etc-rhn/_data/rhn.conf' and add the following to the bottom of the file:
scc_url = https://rgscc.ranchergovernment.com -
Restart the container
podman restart $(podman ps | grep 'server:5' | awk '{print $1}') - Log into your SUSE Manager UI at the hostname you set earlier
Comments
0 comments
Article is closed for comments.