Hi,
I'm trying to install a corosync/pcs cluster on two virtual 8.3 nodes.
I'm running into a problem when I try to install the packages:
first I try:
dnf config-manager --set-enabled HighAvailability
which gets me a:
Fehler: Keine passende Paketquelle zum Ändern: HighAvailability
-> translation
Error: no matching packetsource to change: HighAvailability
so I read in the internet I should updatthe centos-repos
so I tried:
dnf upgrade centos-repos
which gets me a:
Kein Treffer für Argument: centos-repos
->translation
not found centos-repos
Any suggestions are welcome
Kind regards
fatcharly
install HighAvailability on 8.3.2011
-
- Posts: 5
- Joined: 2018/08/22 16:20:16
Re: install HighAvailability on 8.3.2011
found it, it has to be:
dnf config-manager --set-enabled ha
not
dnf config-manager --set-enabled HighAvailability
why and when was that changed ???
Kind Regards
fatcharly
dnf config-manager --set-enabled ha
not
dnf config-manager --set-enabled HighAvailability
why and when was that changed ???
Kind Regards
fatcharly