|
|
| Author |
Message |
choub
Joined: 22 Sep 2008 Posts: 3
|
Posted: Sat Sep 27, 2008 4:48 am Post subject: |
|
|
I have done the modification and now it works.
Thanks very much. |
|
| Back to top |
|
 |
smlick
Joined: 20 May 2008 Posts: 37 Location: Italy, Rome
|
Posted: Wed Oct 01, 2008 3:53 am Post subject: |
|
|
Tnx BSOD2600 for your work.
I used your installer in a Cacti production machine but I'm not able to collect SNMP query or I collect query but I get no graph (also if RRD is ok) with device that are not Cisco.
If I use "generic SNMP enable host" host template with Cisco ok but with other brand like Enterasys or Nortel something go wrong.
The strange is that I use "generic SNMP enable host" host template with another Cacti machine with a custom made install and all is ok.
Now a rollback is difficult I added yet a lot of device but I must add Nortel Enterasys and other brand.
Any idea
Please help me |
|
| Back to top |
|
 |
smlick
Joined: 20 May 2008 Posts: 37 Location: Italy, Rome
|
Posted: Wed Oct 01, 2008 4:10 am Post subject: |
|
|
A little update ................. Cisco ok, Enterasys E1 ok, Enterasys C2 no, Enterasys E7 no, Nortel switch no, Nortel Load Balancer no.
I don't understand why!!
Bye |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Wed Oct 01, 2008 2:01 pm Post subject: |
|
|
smlick: please start a new thread detailing your problems -- this thread is suppose to be for users with issues with the installer.
The host type simply associates different pre-made templates to the device for easier use. It changes nothing under the covers in terms of snmp, etc. Are you able to snmpwalk the Enterasys and Nortel switches FROM your cacti server successfully? Does cacti show them as up or down (snmp error)? Any firewalls blocking SNMP traffic to/from those switches? |
|
| Back to top |
|
 |
swedishchef
Joined: 03 Apr 2008 Posts: 1
|
Posted: Tue Oct 07, 2008 3:05 pm Post subject: Install this on a different drive |
|
|
| Is there any way to install this beta installer on a different drive? Our C drive is almost full on this Windows 2003 machine. |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Tue Oct 07, 2008 9:29 pm Post subject: |
|
|
| Yes, you're given the option during the install. |
|
| Back to top |
|
 |
smlick
Joined: 20 May 2008 Posts: 37 Location: Italy, Rome
|
Posted: Fri Oct 10, 2008 3:00 am Post subject: |
|
|
Problem solved!!
There was a problem into the device SNMP configuration........I don't know why I was able to graph with the Virtual one and not with the Production but after a review of the SNMP config inside Enterasys and Nortel.......all ok!!
Tnx BSOD2600  |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Mon Oct 27, 2008 9:18 pm Post subject: Notice for upcoming version. |
|
|
I've started working on the next version of the installer, in preparation of the upcoming Cacti release. Unlike previous installers, this one will be using the php, mysql and... apache MSI installers, streamlined/preconfigured, which should help things. Yes, Apache will finally be made an option in the installer too.
I've decided to remove the MySQL Administrator tool, since it's not really required for Cacti. Keeping GetIf.
Any other tools / tweaks / templates ya'll would like to see in the installer? The plugin architecture will NOT be considered (until it's officially integrated of Cacti). |
|
| Back to top |
|
 |
S.r.sheldrake
Joined: 09 Sep 2008 Posts: 3
|
Posted: Thu Oct 30, 2008 8:26 am Post subject: |
|
|
I eagerly anticipate this new release
Thankyou for putting the time in to do this, BSOD2600  |
|
| Back to top |
|
 |
jdavila
Joined: 18 Nov 2008 Posts: 5
|
Posted: Tue Nov 18, 2008 11:15 am Post subject: Root Password |
|
|
| I installed your Windows Installer and yes I did read the documents that contain all the account usernames and passwords. My issue is when trying to launch the page i receive the message FATAL: Cannot connect to MySQL server on localhost. According to the troubleshooting guide I should go through it and use the GRANT ALL ON cacti command but I am not able to log into mysql with the supplied credentials. Any suggestions? |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Tue Nov 18, 2008 1:06 pm Post subject: |
|
|
1) is mysql installed?
2) is mysql service running?
3) did you reboot the server yet?
4) what web server did you use?
5) what OS?
6) you're unable to login to mysql with root?? |
|
| Back to top |
|
 |
jdavila
Joined: 18 Nov 2008 Posts: 5
|
Posted: Tue Nov 18, 2008 1:17 pm Post subject: |
|
|
Yes MySQL is installed and running. I rebooted the server after installing the application. I am running IIS V6.0. It is running on Windows Server 2003 R2 SP2. Correct I am unable to log into mysql with the root or cactiuser. Basically if i pull up cmd prompt and try to get into SQL via c:\> mysql -u root -p cacti it will ask for the password for which i am using "cacti" which was the password specified on the documents. Basically if i check the logs i see the following error message. Not sure at this moment.
Access denied for user 'root'@'localhost' (using password: YES) |
|
| Back to top |
|
 |
BSOD2600 Cacti Moderator
Joined: 08 May 2004 Posts: 6876 Location: WA, USA
|
Posted: Tue Nov 18, 2008 3:15 pm Post subject: |
|
|
1) Did you already have mysql installed?
2) Look at the \cacti\log\mysql_install_log.txt file, does it say it was installed correctly?
3) Look through your App/System Event Logs -- was php and mysql installed successfully? |
|
| Back to top |
|
 |
jdavila
Joined: 18 Nov 2008 Posts: 5
|
Posted: Tue Nov 25, 2008 10:05 am Post subject: |
|
|
Everything is working great now. The only issue i see is that for whatever reason it does not pull the descriptions from the interfaces and display them on the graphs. Rather than that the installer worked great. Thanks  |
|
| Back to top |
|
 |
cactiuser77
Joined: 16 Dec 2008 Posts: 11
|
Posted: Fri Dec 26, 2008 9:26 am Post subject: bringing up cacti |
|
|
I did re-install Cacti on a windows 2003 using the installer and during the installation process I choose IIS. However everthing in regards to the installation was ok and the scheduled task was set and the server rebooted but when I try to log into the Cacti website using http://localhost/cacti, it does not connect. I looked at the log and do not know why it is saying that my connection failed accoring to the log.
Any help in regards to resolving this issue will be appreciated. Below is the log
----------------------------------------
Welcome to the MySQL Server Instance Configuration Wizard 1.0.14.0
Date: 2008-12-26 09:02:07
Installing service ...
Product Name: MySQL Server 5.0
Version: 5.0.67
Installation Path: C:\Program Files\MySQL\MySQL Server 5.0\
Creating configuration file C:\Program Files\MySQL\MySQL Server 5.0\\my.ini using template C:\Program Files\MySQL\MySQL Server 5.0\my-template.ini.
Options:
SERVER
MYISAM
DSS
STRICTMODE
Variables:
port: 3306
default-character-set: latin1
basedir: "C:/Program Files/MySQL/MySQL Server 5.0/"
datadir: "C:/Program Files/MySQL/MySQL Server 5.0/Data/"
Creating Windows service entry.
Service name: "MySQL"
Parameters: "C:\Program Files\MySQL\MySQL Server 5.0\bin\mysqld-nt" --defaults-file="C:\Program Files\MySQL\MySQL Server 5.0\\my.ini" MySQL.
Windows service MySQL installed.
Service started successfully.
The security settings could not be applied to the database because the connection has failed with the following error.
Error Nr. 1045
Access denied for user 'root'@'localhost' (using password: NO)
Below are more logs in regards to this issue still stating issue reaching the " localhost". Any ideas what might be causing this problem
12/26/2008 11:15:00 AM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Scheduled Task, but 4903800 seconds have passed since the last poll!
12/26/2008 11:15:00 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Potential Data Source Issues for Data Sources: hdd_total(DS[8]), hdd_used(DS[8]), traffic_in(DS[9]), traffic_out(DS[9])
12/26/2008 11:15:03 AM - SYSTEM STATS: Time:3.4069 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:15:04 AM - PCOMMAND: Poller[0] Host[2] WARNING: Recache Event Detected for Host
12/26/2008 11:15:06 AM - RECACHE STATS: RecacheTime:2.3027 HostsRecached:1
12/26/2008 11:20:02 AM - SYSTEM STATS: Time:2.2303 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:25:02 AM - SYSTEM STATS: Time:2.2381 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:30:02 AM - SYSTEM STATS: Time:2.2264 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:35:02 AM - SYSTEM STATS: Time:2.2277 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:40:02 AM - SYSTEM STATS: Time:2.2287 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:45:02 AM - SYSTEM STATS: Time:2.2410 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:50:03 AM - SYSTEM STATS: Time:3.2243 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 11:55:00 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Potential Data Source Issues for Data Sources: hdd_total(DS[8]), hdd_total(DS[8]), hdd_used(DS[8]), hdd_used(DS[8]), traffic_in(DS[9]), traffic_in(DS[9]), traffic_out(DS[9]), traffic_out(DS[9])
12/26/2008 11:55:02 AM - SYSTEM STATS: Time:2.2380 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 12:05:24 PM - POLLER: Poller[0] WARNING: Scheduled Task is out of sync with the Poller Interval! The Poller Interval is '300' seconds, with a maximum of a '300' second Scheduled Task, but 624 seconds have passed since the last poll!
12/26/2008 12:05:25 PM - CMDPHP: Poller[0] ASSERT: '819326<29928' failed. Recaching host 'localhost', data query #1
12/26/2008 12:05:25 PM - CMDPHP: Poller[0] ASSERT: '819326<29932' failed. Recaching host 'localhost', data query #8
12/26/2008 12:05:25 PM - CMDPHP: Poller[0] ASSERT: '819326<29932' failed. Recaching host 'localhost', data query #9
12/26/2008 12:05:28 PM - SYSTEM STATS: Time:3.4275 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2
12/26/2008 12:05:29 PM - PCOMMAND: Poller[0] Host[2] WARNING: Recache Event Detected for Host
12/26/2008 12:05:31 PM - RECACHE STATS: RecacheTime:2.3012 HostsRecached:1
12/26/2008 12:10:12 PM - SYSTEM STATS: Time:2.2323 Method:cmd.php Processes:2 Threads:N/A Hosts:2 HostsPerProcess:1 DataSources:4 RRDsProcessed:2 |
|
| Back to top |
|
 |
|