[root@localhost vagrant]# yum install maxscale
|
Loaded plugins: fastestmirror, security
|
Setting up Install Process
|
Loading mirror speeds from cached hostfile
|
* base: ftp.plusline.net
|
* extras: ftp.plusline.net
|
* updates: mirror2.hs-esslingen.de
|
Resolving Dependencies
|
--> Running transaction check
|
---> Package maxscale.x86_64 0:2.3.18-1 will be installed
|
--> Processing Dependency: libgnutls.so.26(GNUTLS_1_4)(64bit) for package: maxscale-2.3.18-1.x86_64
|
--> Processing Dependency: libgnutls.so.26()(64bit) for package: maxscale-2.3.18-1.x86_64
|
--> Running transaction check
|
---> Package gnutls.x86_64 0:2.12.23-22.el6 will be installed
|
--> Finished Dependency Resolution
|
|
Dependencies Resolved
|
|
================================================================================
|
Package Arch Version Repository Size
|
================================================================================
|
Installing:
|
maxscale x86_64 2.3.18-1 mariadb-maxscale 25 M
|
Installing for dependencies:
|
gnutls x86_64 2.12.23-22.el6 base 389 k
|
|
Transaction Summary
|
================================================================================
|
Install 2 Package(s)
|
|
Total download size: 25 M
|
Installed size: 96 M
|
Is this ok [y/N]: y
|
Downloading Packages:
|
(1/2): gnutls-2.12.23-22.el6.x86_64.rpm | 389 kB 00:00
|
(2/2): maxscale-2.3.18-1.centos.6.x86_64.rpm | 25 MB 00:02
|
--------------------------------------------------------------------------------
|
Total 7.8 MB/s | 25 MB 00:03
|
Running rpm_check_debug
|
Running Transaction Test
|
Transaction Test Succeeded
|
Running Transaction
|
Installing : gnutls-2.12.23-22.el6.x86_64 1/2
|
Installing : maxscale-2.3.18-1.x86_64 2/2
|
Verifying : gnutls-2.12.23-22.el6.x86_64 1/2
|
Verifying : maxscale-2.3.18-1.x86_64 2/2
|
|
Installed:
|
maxscale.x86_64 0:2.3.18-1
|
|
Dependency Installed:
|
gnutls.x86_64 0:2.12.23-22.el6
|
|
Complete!
|
[root@localhost vagrant]# service maxscale start
|
Starting MaxScale: maxscale (pid 3832) is running... [ OK ]
|
[root@localhost vagrant]# ps aux | grep max
|
maxscale 3832 0.6 0.6 274716 6384 ? Ssl 12:17 0:00 /usr/bin/maxscale --user=maxscale
|
root 3845 0.0 0.0 103320 856 pts/0 R+ 12:17 0:00 grep max
|
[root@localhost vagrant]# yum remove maxscale
|
Loaded plugins: fastestmirror, security
|
Setting up Remove Process
|
Resolving Dependencies
|
--> Running transaction check
|
---> Package maxscale.x86_64 0:2.3.18-1 will be erased
|
--> Finished Dependency Resolution
|
|
Dependencies Resolved
|
|
================================================================================
|
Package Arch Version Repository Size
|
================================================================================
|
Removing:
|
maxscale x86_64 2.3.18-1 @mariadb-maxscale 95 M
|
|
Transaction Summary
|
================================================================================
|
Remove 1 Package(s)
|
|
Installed size: 95 M
|
Is this ok [y/N]: y
|
Downloading Packages:
|
Running rpm_check_debug
|
Running Transaction Test
|
Transaction Test Succeeded
|
Running Transaction
|
Erasing : maxscale-2.3.18-1.x86_64 1/1
|
Verifying : maxscale-2.3.18-1.x86_64 1/1
|
|
Removed:
|
maxscale.x86_64 0:2.3.18-1
|
|
Complete!
|
[root@localhost vagrant]# ps aux | grep max
|
maxscale 3832 0.4 0.6 274716 6384 ? Ssl 12:17 0:00 /usr/bin/maxscale --user=maxscale
|
root 3855 0.0 0.0 103320 856 pts/0 R+ 12:17 0:00 grep max
|