Centos 5.8 üzerine Zenoss Core install
Beğendiğim ücretsiz açık kaynak monitoring uygulaması olan Zenoss Core / Community ürününü Centos işletim sistemi üzerine nasıl kurulacağını kısaca anlatmaya çalışcam.
Zenoss Çekirdek Python ile yazılmış bir kurumsal ağ ve sistem yönetimi uygulamasıdır. Zenoss izleme kullanılabilirlik, performans, etkinlik ve katmanlar arasında ve platformlar genelinde yapılandırması için tümleşik bir ürün sunmaktadır.
- Özellikler Uygulama, Ağ ve Sistem İzleme ve Yönetimi Aklımda ve Otomatik İyileştirme Sistem Günlüğü İzleme ve Etkinlik Yönetimi Takip Otomatik Envanter Keşif ve Değişim SNMP, SSH, WMI JMX ve Syslog ile Veri Toplama 200 + Topluluk Uzantıları (ZenPacks) Sanal ve Cloud Altyapı İzleme ve Yönetimi Raporlama E-posta ve SNMP yoluyla uyarı Yapılandırma Yönetim Araçları ile Entegrasyon VMware ESX izleme
Donanım Gereksinimleri: 2000 kadar Cihazlar
Tablo 1.2. Donanım Gereksinimleri: 2000 kadar Cihazlar
Dağıtım Boyutu | Hafıza | İşlemci | Depolama |
1-250 cihazlar | 4GB | 2 çekirdek | 1x300GB, 10K RPM sabit disk |
250 ile 500 cihazlar | 8GB | 4 çekirdek | 1x300GB, 10K RPM sabit disk |
500 ile 1000 cihazlar | 16GB | 8 çekirdek | 1x300GB, 15K RPM sabit disk |
1000-2000 cihazları | 64GB | 8 çekirdek | 1x300GB, 15K RPM sabit disk |
[root@mail ~]# cd /tmp/
Yüklemek için kullanacağınız Yellowdog Updater (YUM), Run Zenoss . YUM çalıştırmak için, bu komutu girin:
[root@mail tmp]# yum update -y
[root@mail tmp]# yum -y install mysql-server net-snmp net-snmp-utils gmp libgomp libgcj liberation-fonts
Sadece MySQL kurduysanız, o zaman başlatma sırası içine MySQL eklemek için aşağıdaki komutu kullanın [root@mail tmp]# /sbin/chkconfig –add mysqld Mevcut çalışma seviyeleri görüntülemek için aşağıdaki komutu girin [root@mail
tmp]# /sbin/chkconfig –list mysqld mysqld 0:off 1:off 2:on 3:on 4:on 5:on 6:off
[root@mail tmp]# /sbin/chkconfig –level 2345 mysqld on
[root@mail tmp]# /etc/init.d/mysqld restart
[root@mail tmp]# /usr/bin/mysqladmin -u root password ” [root@mail tmp]# /usr/bin/mysqladmin -u root -h localhost password ”
For 32-bit: [root@mail tmp]# rpm -ivh zenoss-Version.el5.i386.rpm For 64-bit: [root@mail tmp]# rpm -ivh zenoss-Version.el5.x86_64.rpm
[root@mail tmp]# mysql_secure_installation
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MySQL to secure it, we’ll need the current password for the root user. If you’ve just installed MySQL, and you haven’t set the root password yet, the password will be blank, so you should just press enter here.
Enter current password for root (enter for none): root şifresi yaz
Set root password? [Y/n] y New password: Re-enter new password: Password updated successfully! Reloading privilege tables.. … Success!
By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment.
Remove anonymous users? [Y/n] ENTER
By default, a MySQL installation has an anonymous user, allowing anyone to log into MySQL without having to have a user account created for them. This is intended only for testing, and to make the installation go a bit smoother. You should remove them before moving into a production environment.
Remove anonymous users? [Y/n] ENTER … Success!
Normally, root should only be allowed to connect from ‘localhost’. This ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n] ENTER … Success!
By default, MySQL comes with a database named ‘test’ that anyone can access. This is also intended only for testing, and should be removed before moving into a production environment.
Remove test database and access to it? [Y/n] ENTER – Dropping test database… … Success! – Removing privileges on test database… … Success!
Reloading the privilege tables will ensure that all changes made so far will take effect immediately.
Reload privilege tables now? [Y/n] ENTER … Success!
Cleaning up…
All done! If you’ve completed all of the above steps, your MySQL installation should now be secure.
Thanks for using MySQL!
Şimdi tmp dizinimize kurulum dosyasını indiriyoruz. http://community.zenoss.org/docs/DOC-3240?noregister adresinden işletim sistemi ve işlemci mimariniz ile ilgili bin dosyasının linkini aşağıda wget komutundan sonra girin.
[root@mail tmp]# wget http://
[root@mail tmp]# chmod +x zenoss* [root@mail tmp]# ./zenoss* —————————————————————————- Welcome to the Zenoss Setup Wizard.
—————————————————————————- Installation folder
Please, choose a folder to install Zenoss
Select a folder [/usr/local/zenoss]:
—————————————————————————- Setup is now ready to begin installing Zenoss on your computer.
Do you want to continue? [Y/n]: ENTER
—————————————————————————- Please wait while Setup installs Zenoss on your computer.
Installing 30% ##########_____ 50% ______________ 100%