Thursday, April 4, 2024
Centos Zennos

Cara Install Zenoss di centos 6

requirment:

Currently, Zenoss officially supports 64-bit Red Hat Enterprise Linux and 64-bit CentOS. We will be using a CentOS 6.4 64-bit image on our virtual private server.

Zenoss requires 4GB of RAM to operate correctly, so we will be using a Droplet with 4GB of RAM and 60GB of SSD space.

tahap instalasi :

1. update centos

yum update -y

2. pastikan mysql tidak terinstall di server

yum remove mysql-libs -y

3. download zenoss

wget –no-check-certificate https://github.com/zenoss/core-autodeploy/tarball/4.2.4 -O auto.tar.gz

4. extract lalu install

tar xvf auto.tar.gz
cd zenoss-core-autodeploy-*
./core-autodeploy.sh

5. nanti pencet huruf ” Q ” enter , lalu ketik yes enter
6. masukkan password mysql
7. untuk ngetest

http://Your.Zenoss.IP.Address:8080

sumber : https://www.digitalocean.com/community/tutorials/installing-and-configuring-zenoss-on-a-centos-virtual-private-server

(Visited 121 times, 1 visits today)
Baca Juga :  Setting Up An NFS Server And Client On CentOS 6.3

Similar Posts