I am trying to install CageFS and MySQL Governor without any success.
Here is my configuration
- Installed on new server: CentOS 7.4 -> Installed cPanel v70.0.46 -> Installed CloudLinux 7.5 kvm -> KernalCare
- Have cPanel swapped over to MariaDB 10.2
- cPanel, CloudLinux, KernelCare are all currently using Trial licences (verified as valid)
For CageFS I tried and it shows:
For MySQL Governor I tried:
and also tried below method that saw was suggested on this forum:
double checked and can see there is no directory: /usr/share/lve/dbgovernor
Here is my configuration
- Installed on new server: CentOS 7.4 -> Installed cPanel v70.0.46 -> Installed CloudLinux 7.5 kvm -> KernalCare
- Have cPanel swapped over to MariaDB 10.2
- cPanel, CloudLinux, KernelCare are all currently using Trial licences (verified as valid)
For CageFS I tried and it shows:
Code:
[root@vps1 ~]# yum install cagefs Loaded plugins: fastestmirror, universal-hooks Loading mirror speeds from cached hostfile * EA4: 169.255.59.74 * cpanel-addons-production-feed: 169.255.59.74 * epel: fedora.is.co.za No package cagefs available. Error: Nothing to do
Code:
[root@vps1 ~]# yum install governor-mysql Loaded plugins: fastestmirror, universal-hooks Loading mirror speeds from cached hostfile * EA4: 169.255.59.74 * cpanel-addons-production-feed: 169.255.59.74 * epel: fedora.is.co.za No package governor-mysql available. Error: Nothing to do
Code:
[root@vps1 ~]# wget [URL]http://repo.cloudlinux.com/cloudlinux/sources/install-db-governor[/URL] --2018-05-30 06:46:51-- [URL]http://repo.cloudlinux.com/cloudlinux/sources/install-db-governor[/URL] Resolving repo.cloudlinux.com (repo.cloudlinux.com)... 69.175.3.2, 2001:470:1f10:2bc::3 Connecting to repo.cloudlinux.com (repo.cloudlinux.com)|69.175.3.2|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 4112 (4.0K) [text/plain] Saving to: âinstall-db-governorâ 100%[======================================>] 4,112 --.-K/s in 0s 2018-05-30 06:46:52 (171 MB/s) - âinstall-db-governorâ saved [4112/4112] [root@vps1 ~]# sh install-db-governor [root@vps1 ~]# /usr/share/lve/dbgovernor/db-select-mysql --mysql-version=mariadb102 -bash: /usr/share/lve/dbgovernor/db-select-mysql: No such file or directory
Comment