How to Install Cacti Server on WINDOWS | Part 2 | [SOLVED] All Multiple Errors

Описание к видео How to Install Cacti Server on WINDOWS | Part 2 | [SOLVED] All Multiple Errors

Cacti Pre-installation Checks | solved all multiples installation errors

Visit our Cacti Tutorial PlayList :   • Cacti Tutorials  
______________________________________________________________________________________
Alternative Free Networking Monitoring Tool LibreNMS
LibreNMS Tutorials:    • LibreNMS Tutorials  
______________________________________________________________________________________

Getting Started to fix cacti installation errors
SQL command to set SQL time zone
MySQL -u root -p MySQL
GRANT SELECT ON mysql.time_zone_name TO cacti@localhost;
flush privileges;
exit

Note: if you did not fix SQL time and date errors you are still stuck then
download from here timezone list and copy-paste
C:\xampp\mysql\data\mysql
https://dev.mysql.com/downloads/timez...

_________________________________________________
Error during Cacti Installation Wizard under MySQL my.ini file
add and some change parameters also you can download my.ini file with all correction
https://ipcorenetworks.blogspot.com/2...
https://drive.google.com/file/d/1Wxxm...

[mysqld]
collation-server = utf8mb4_unicode_ci
max_allowed_packet = 16777216
max_heap_table_size = 256M
join_buffer_size = 512M
innodb_buffer_pool_size = 4096M
nnodb_flush_log_at_timeout = 3
innodb_read_io_threads = 32
innodb_write_io_threads = 16
innodb_io_capacity = 5000
innodb_io_capacity_max = 10000
innodb_buffer_pool_instances=35


varify and disable
#collation-server=utf8mb4_general_ci


Download net-SNMP for windows and install it
https://www.tuc.gr/fileadmin/Download...


Last step:
Create a pooler script for cacti poller
Open notepad and copy-paste the below script and associate with a task scheduler that runs every 5 minutes
C:\xampp\php\php.exe C:\xampp\htdocs\cacti\poller.php
___________________________
PHP Modules required
How to install/enable PHP Modules

gd
gmp
sockets
com_dotnet
ldap

go to php.ini file
search this ;extension=gd
remove ; on all gp,gmp sockets,
and add
extension=com_dotnet
extension=ldap


then restart the server
FOR MORE ASSISTANCE go to the below link

https://www.cacti.net/downloads/docs/...
cacti installation on windows 10
https://benisnous.com/how-to-install-...

https://ipcorenetworks.blogspot.com/2...

#cacti #errors #cactitutorials #snmp #windows #server #ubuntu #ccna #ccnp #Cacti

Комментарии

Информация по комментариям в разработке