Hi to all,
I'm Installing Zabix on RHEL 5.x
After looking up. I get to understand that for older releases.
the following packages are deprecated
But according to the release page there is still support for for RHEL 5 on the 3.2 release.
The following post recomends enabling the deprecated modules for install.
But the repo in RHEL 5 don't have the deprecated folder.
Can I install the RHEL 6 repo on my RHEL 5.x instalation?
Is there a guide I can use?
Thanks in Advance.
I'm Installing Zabix on RHEL 5.x
After looking up. I get to understand that for older releases.
the following packages are deprecated
Code:
zabbix-server-mysql zabbix-web-mysql
HTML Code:
http://www.zabbix.com/download
HTML Code:
https://www.zabbix.com/forum/showthread.php?p=190626#post190626
Code:
# yum --enablerepo=zabbix-deprecated install zabbix-server-mysql # yum --enablerepo=zabbix-deprecated install zabbix-web-mysql
Can I install the RHEL 6 repo on my RHEL 5.x instalation?
Is there a guide I can use?
Thanks in Advance.
Code:
$ lsb_release -a LSB Version: :core-3.1-ia32:core-3.1-noarch:graphics-3.1-ia32:graphics-3.1-noarch Distributor ID: EnterpriseEnterpriseServer Description: Enterprise Linux Enterprise Linux Server release 5.5 (Carthage) Release: 5.5 Codename: Carthage $ $ yum search zabbix =========================================================================== Matched: zabbix ============================================================================ zabbix-agent.i386 : Zabbix Agent zabbix-debuginfo.i386 : Debug information for package zabbix zabbix-get.i386 : Zabbix Get zabbix-java-gateway.i386 : Zabbix java gateway zabbix-proxy-mysql.i386 : Zabbix proxy for MySQL or MariaDB database zabbix-proxy-pgsql.i386 : Zabbix proxy for PostgreSQL database zabbix-proxy-sqlite3.i386 : Zabbix proxy for SQLite3 database zabbix-release.noarch : Zabbix repository configuration zabbix-sender.i386 : Zabbix Sender $
Comment