# Suse Manager & OpenSuse

**URL:** https://forums.suse.com/t/suse-manager-opensuse/33309
**Category:** SUSE Multi Linux Manager
**Created:** [December 12, 2018, 6:27pm UTC](https://forums.suse.com/t/suse-manager-opensuse/33309 "2018-12-12T18:27:41Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![rousselotma](https://avatars.discourse-cdn.com/v4/letter/r/ac91a4/32.png) [@rousselotma](https://forums.suse.com/u/rousselotma)
#### Post date: [December 12, 2018, 6:27pm UTC](https://forums.suse.com/t/suse-manager-opensuse/33309/1 "2018-12-12T18:27:41Z")

</div>

Hi all

Do you know if the management of OpenSuSE systems, by Suse Manager, is documented somewhere?

Many thanks.

---

<div class="post-metadata">

### Author: ![rogerbycek](https://avatars.discourse-cdn.com/v4/letter/r/a3d4f5/32.png) [@rogerbycek](https://forums.suse.com/u/rogerbycek)
#### Post date: [December 14, 2018, 6:00pm UTC](https://forums.suse.com/t/suse-manager-opensuse/33309/2 "2018-12-14T18:00:21Z")

</div>

I don’t know if it’s documented anywhere per se, here’s what I’ve done (for openSUSE 15):  
There are two ways you can do this.  
For the using the Management clients, you can do the following:  
Create a bootstrap script to install the appropriate packages and register your client. Below an edited version of the one I use::  
[INDENT]#!/bin/bash  
cd /etc/zypp  
mv repos.d repos.d-backup  
cd /tmp/  
zypper ar -f -G --name openSUSE-15\_0-spacewalk  
â[http://download.opensuse.org/repositories/systemsmanagement:/spacewalk:/2.8/openSUSE\_Leap\_15.0/â](http://download.opensuse.org/repositories/systemsmanagement:/spacewalk:/2.8/openSUSE_Leap_15.0/%C3%A2%C2%80%C2%9D) openSUSE-15\_0-spacewalk  
zypper ref  
zypper -n in osad rhn-check rhn-client-tools rhncfg rhncfg-actions rhncfg-management spacewalk-usix zypp-plugin-spacewalk rhnsd rhn-setup  
wget [http://susemanager.mydomain.tld/pub/RHN-ORG-TRUSTED-SSL-CERT](http://susemanager.mydomain.tld/pub/RHN-ORG-TRUSTED-SSL-CERT) -O /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT  
mkdir -p /usr/share/pki/trust/anchors  
ln -s /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT /usr/share/pki/trust/anchors/RHN-ORG-TRUSTED-SSL-CERT.pem  
ln -s /usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT /etc/ssl/certs/RHN-ORG-TRUSTED-SSL-CERT.pem  
c\_rehash /etc/ssl/certs/  
rhnreg\_ks --serverUrl=https://susemanager.mydomain.tld/XMLRPC --sslCACert=/usr/share/rhn/RHN-ORG-TRUSTED-SSL-CERT --activationkey=_ **REDACTED** _  
systemctl enable osad  
systemctl start osad  
rhn-actions-control --enable-all  
rhn\_check  
[/INDENT]

You can also install the âsalt-minionâ package and point it to your SUSE Manager server by modifying the âmaster:â directive in /etc/salt/minion. If youâre using an activation key, create â/etc/salt/grainsâ and add the following:

susemanager:  
activation\_key: 1-

Then enable and start the salt-minion service. Next youâll have to accept your clientâs certificate by going into the SUSE Manager web interface and going to Salt \> Keys and accepting the key. You can also do this on a terminal using the âsalt-keyâ command. âsalt-key -Lâ will list the keys and âsalt-key-Aâ will accept all (youâll be prompted for each key)

---

<div class="post-metadata">

### Author: ![marcosx](https://avatars.discourse-cdn.com/v4/letter/m/f19dbf/32.png) [@marcosx](https://forums.suse.com/u/marcosx)
#### Post date: [January 7, 2019, 6:17pm UTC](https://forums.suse.com/t/suse-manager-opensuse/33309/3 "2019-01-07T18:17:09Z")

</div>

[QUOTE=rousselotma;55728]Hi all

Do you know if the management of OpenSuSE systems, by Suse Manager, is documented somewhere?

Many thanks.[/QUOTE]

I didn’t see anything “googling”, but it’s not tough add OpenSUSE to SUMA, follow the same steps used to create the channels for centos7, for sure you need to change centos7 in the correct opensuse version you want, parse the file:

/etc/rhn/spacewalk-common-channels.ini

and check the correct name to use with the command:  
spacewalk-common-channels -u admin -p secret -a x86\_64 ‘’  
consider to add also the correct spacewalk client for your opensuse, and create the activation key
