Skip to main content

Hi, 

 

i want to install a new Centreon Server.. 24.10.

 

OK  - Redhat 9 installated.. up to date 

 

Install Step 2 

 

dnf install -y centreon-mariadb centreon
 

Error: 

 dnf install -y centreon-mariadb centreon                                                                    Updating Subscription Management repositories.
Centreon open source software repository.                                                                                       147 kB/s |  69 kB     00:00
Centreon open source software repository.                                                                                       2.1 MB/s | 1.4 MB     00:00
Centreon plugins repository.                                                                                                     60 kB/s |  23 kB     00:00
Centreon plugins repository.                                                                                                    6.2 MB/s | 3.9 MB     00:00
Extra Packages for Enterprise Linux 9 - x86_64                                                                                   30 MB/s |  20 MB     00:00
Extra Packages for Enterprise Linux 9 openh264 (From Cisco) - x86_64                                                            2.0 kB/s | 2.5 kB     00:01
MariaDB Server                                                                                                                  438 kB/s | 629 kB     00:01
MariaDB MaxScale                                                                                                                316  B/s | 109  B     00:00

Errors during downloading metadata for repository 'mariadb-maxscale':
  - Status code: 404 for https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/9/x86_64/repodata/repomd.xml (IP: 104.17.191.14)
Error: Failed to download metadata for repo 'mariadb-maxscale': Cannot download repomd.xml: Cannot download repodata/repomd.xml: All mirrors were tried



issue with  “mariadb-maxscale'” and RedHat 9

 

https://dlm.mariadb.com/repo/maxscale/latest/yum/rhel/9/x86_64/repodata/repomd.xml

 

this site via browser 

404 - Page Not Found

 

what can i do ?

 

Thanks

 

Repos are sometimes unavailable due to being moved to a content delivery network.

Perhaps use some mirror from official mirror manager at mirror.mariadb.org as a reliable alternative.


Thanks, 

 

i found this..

https://dlm.mariadb.com/browse/mariadbmaxscale/25.01.3/yum/rhel/9/x86_64/

maxscale-trial-25.01.3-1.rhel.9.x86_64.rpm 64.0 MB
maxscale-trial-25.01.3.rhel.9.tar.gz

 

Last Version

 

or whish version is requiert for centreon ?

 

 


Probably the latest is required but are you aware that MariaDB MaxScale repository is primarily available to paid customers through the MariaDB Enterprise Repository, which requires a Customer Download Token. This token is issued via the MariaDB Customer Portal and is tied to a valid enterprise subscription.


i use this and is works 


curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --os-type=rhel --os-version=9 --mariadb-server-version="mariadb-10.11"

and

curl -LsS https://r.mariadb.com/downloads/mariadb_repo_setup | sudo bash -s -- --mariadb-maxscale-version="25.01"


Reply