Install Zenoss On Centos 7 Install

Автор:
Install Zenoss On Centos 7 Install 3,6/5 1855 reviews

The traditional way to install Zenoss is to follow our Zenoss Core 5.1 Installation Guide. The Installation Guide will guide you through the process of installing Zenoss Core 5.1 on a 64-bit version of Red Hat Enterprise Linux 7/CentOS 7.

Is a free and monitoring solution similar to. It can be used to monitor all sorts of hardware and in case of failures sends out alerts to recipients. Zenoss Core provides a web interface that allows system administrators to monitor availability, inventory/configuration, performance, and events. Compared to (my personal opinion) has alot higher minimal hardware requirements and it is quite a RAM hog, so be sure you meet the requirements if you want your instance to run smoothly. Install Zenoss Monitoring Server Minimal Hardware Requirements: • Small Deployments (1 to 250 Monitored Devices) • 4GB RAM • 2 CPU Cores • 1x 300GB, 10K RPM Drive • Medium Deployments (250 to 500 Monitored Devices) • 8GB RAM • 4 CPU Cores • 1x 300GB, 10K RPM Drive • Large Deployments (500 to 1000 Monitored Devices) • 16GB – 32GB RAM • 8 CPU Cores • 1x 300GB, 15K RPM Drive Let’s Install Zenoss Monitoring Server on CentOS 6!

Disable SELinux and IPtables For this guide SELinux and IPtables were completely disabled and CentOS 6 was up-to-date! Add DNS FQDN Entry and NTP Sync To ensure proper resolving FQDN entries in DNS or /etc/hosts must exist and please configure NTP time synchronization for services to run properly. Install Following Packages Install the following packages to make your life a bit easier – especially if you are on CentOS 6 minimal install.

[root@centos1 ~]# yum install openssh-clients wget vim-enhanced 4. Driver global tv 7131 windows 7. Install Zenoss Dependencies Repository This RPM installs Zenoss Dependency Repository. It will help us resolve all of the dependencies required to install and run Zenoss. [root@centos1 ~]# rpm -ivh 5. Install MySQL Repository Zenoss requires MySQL database server.

We will download and install the latest MySQL server version available. [root@centos1 ~]# rpm -ivh 6. Download and Install Oracle Sun Java Download the latest Oracle Sun Java RPM from and transfer it to your server. Zenoss needs Oracle Java to run. Please install Oracle Sun Java RPM as follows. [root@centos1 ~]# rpm -ivh jre-7u60-linux-x64.rpm Preparing. ########################################### [100%] 1:jre ########################################### [100%] Unpacking JAR files.

Remove existing java links and recreate them, pointing to Oracle Sun Java binaries. [root@centos1 ~]# rm /usr/bin/java /usr/bin/javaws rm: remove symbolic link `/usr/bin/java'? Y rm: remove symbolic link `/usr/bin/javaws'?

Y [root@centos1 ~]# ln -s /usr/java/latest/bin/java /usr/bin/java [root@centos1 ~]# ln -s /usr/java/latest/bin/javaws /usr/bin/javaws Check and make sure you are running Oracle Sun Java. [root@centos1 ~]# java -version java version '1.7.0_60' Java(TM) SE Runtime Environment (build 1.7.0_60-b19) Java HotSpot(TM) 64-Bit Server VM (build 24.60-b09, mixed mode) 7. Install and Start Latest MySQL Server Install the latest version of MySQL server and start it but DO NOT set MySQL server root password yet! This will enable Zenoss to automatically populate MySQL database. [root@centos1 ~]# yum install mysql-community-server [root@centos1 ~]# /etc/init.d/mysqld start 8.

Download and Install Latest Zenoss RPM Download latest Zenoss RPM to your server and install it via “yum” to resolve dependencies. [root@centos1 ~]# wget [root@centos1 ~]# yum localinstall zenoss_core-4.2.5-2108.el6.x86_64.rpm 9. Start Postfix Service Postfix or other mail server needs to run to enable sending of Zenoss emails alerts. [root@centos1 ~]# /etc/init.d/postfix start 10.

Start Zenoss for the First Time Zenoss first run might take some time. Zenoss has to populate the database and install ZenPacks, please be patient [root@centos1 ~]# /etc/init.d/zenoss start Zenoss not initialized. Performing first-boot initialization. Fresh install pre steps Checking RRDtool version >= 1.4.7: [ OK ] 1.4.7 Dropping database: zodb_session Creating database: zodb_session Applying schema version: 1 Applying schema version: 2 Applying schema version: 3 Dropping database: zodb Creating database: zodb Applying schema version: 1 Applying schema version: 2 Applying schema version: 3 Creating database: zenoss_zep Applying schema version: 1 Applying schema version: 2 Applying schema version: 3 Applying schema version: 4 Applying schema version: 5 Applying schema version: 6 make zope instance. Loading initial Zenoss objects into the Zeo database (this can take a few minutes) Zenoss initialization complete. Daemon: zeneventserver starting.