Created
June 2, 2024 18:56
-
-
Save dincosman/bbcb5129806bf1c758717ffd807cbf93 to your computer and use it in GitHub Desktop.
Maxscale Installation on Oracle Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [root@maria01 ~]# yum install maxscale | |
| Last metadata expiration check: 0:06:01 ago on Sun 02 Jun 2024 05:19:30 PM +03. | |
| Dependencies resolved. | |
| ========================================================================================================================================= | |
| Package Architecture Version Repository Size | |
| ========================================================================================================================================= | |
| Installing: | |
| maxscale x86_64 24.02.1-1.rhel.8 mariadb-maxscale 92 M | |
| Installing dependencies: | |
| unixODBC x86_64 2.3.7-1.el8 ol8_appstream 458 k | |
| Transaction Summary | |
| ========================================================================================================================================= | |
| Install 2 Packages | |
| Total download size: 93 M | |
| Installed size: 392 M | |
| Is this ok [y/N]: y | |
| Downloading Packages: | |
| (1/2): unixODBC-2.3.7-1.el8.x86_64.rpm 581 kB/s | 458 kB 00:00 | |
| (2/2): maxscale-24.02.1-1.rhel.8.x86_64.rpm 9.2 MB/s | 92 MB 00:10 | |
| ----------------------------------------------------------------------------------------------------------------------------------------- | |
| Total 9.2 MB/s | 93 MB 00:10 | |
| Running transaction check | |
| Transaction check succeeded. | |
| Running transaction test | |
| Transaction test succeeded. | |
| Running transaction | |
| Preparing : 1/1 | |
| Installing : unixODBC-2.3.7-1.el8.x86_64 1/2 | |
| Running scriptlet: unixODBC-2.3.7-1.el8.x86_64 1/2 | |
| Installing : maxscale-24.02.1-1.rhel.8.x86_64 2/2 | |
| Running scriptlet: maxscale-24.02.1-1.rhel.8.x86_64 2/2 | |
| Created symlink /etc/systemd/system/multi-user.target.wants/maxscale.service → /usr/lib/systemd/system/maxscale.service. | |
| Verifying : maxscale-24.02.1-1.rhel.8.x86_64 1/2 | |
| Verifying : unixODBC-2.3.7-1.el8.x86_64 2/2 | |
| Installed: | |
| maxscale-24.02.1-1.rhel.8.x86_64 unixODBC-2.3.7-1.el8.x86_64 | |
| Complete! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment