Windows All-In-One Installer [Cacti 1.2.24] [Updated 2023-03-09]
Moderators: Developers, Moderators
-
- Posts: 2
- Joined: Thu Aug 10, 2006 12:24 am
Username and password
I've follow your step and post install step too, but i can't get in the cacti
i've used
username: admin
password: admin
but the message is as follow :
"Invalid User Name/Password Please Retype:"
How can i get in or change the admin password??/
thanks.
i've used
username: admin
password: admin
but the message is as follow :
"Invalid User Name/Password Please Retype:"
How can i get in or change the admin password??/
thanks.
The passwords were located at the last screen of the installer. You should pay more attention.
user: admin
pw: cactipw
user: admin
pw: cactipw
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
I changed the install path (since the Installed allowed it..) to C:\Cacti\, after editing the config files I've got a weird issue. Graphs arn't generated.
Cacti log shows nothing, the only bits of Info I get are from the Poller cache, which shows:
Any thoughts?
Cacti log shows nothing, the only bits of Info I get are from the Poller cache, which shows:
Those files don't seem to get created.View Poller Cache [22 Items]
Data Source: 81.29.85.145 - Used Space - D: Label: Seri
RRD: C:\Cacti\Inetpub\wwwroot\cacti\rra\81_29_85_145_hdd_total_20.rrd
Action: 2, Script: C:\Cacti\Inetpub\wwwroot\cacti\scripts\ss_host_disk.php ss_host_disk 81.29.85.145 5 1:161:500:public:::MD5::[None] get total 3
Any thoughts?
The installer must have the root of the drive letter you want to install it on. This is because then it takes that initial path and bases all the other paths for php, cactid, rrdtool, mysql, and IIS off of it.
Maybe in time, the installer will allow you to specify separate paths for each component.
Maybe in time, the installer will allow you to specify separate paths for each component.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
1) What OS?
2) Did you run the uninstaller before reinstalling?
3) Look in c:\inetpub\wwwroot\cacti\logs\ for additional logs that were created by the installer. Any errors in them?
4) Why did you edit the config files? It's already completely set up.
5) Did you restart the server after reinstalling cacti?
6) Go to Graph Mangement. Click on a graph. In the top right corner, enable Graph Debugging. Does rrdtool report an error?
2) Did you run the uninstaller before reinstalling?
3) Look in c:\inetpub\wwwroot\cacti\logs\ for additional logs that were created by the installer. Any errors in them?
4) Why did you edit the config files? It's already completely set up.
5) Did you restart the server after reinstalling cacti?
6) Go to Graph Mangement. Click on a graph. In the top right corner, enable Graph Debugging. Does rrdtool report an error?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
1: Windows Server 2003 Standard Edition
2: yes
3: Nothing in there other than the default content.
4: I edited config files when trying to install in c:\Cacti\, not this time. Just a normal install
5: Yes
6: It does indeed, it reports
The file does not exist, full control has been granted to iusr, network service and iis_wpg.
2: yes
3: Nothing in there other than the default content.
4: I edited config files when trying to install in c:\Cacti\, not this time. Just a normal install
5: Yes
6: It does indeed, it reports
ERROR: opening 'C:/Inetpub/wwwroot/cacti/rra/81_29_85_144_cpu_14.rrd': No such file or directory
The file does not exist, full control has been granted to iusr, network service and iis_wpg.
DaveHope wrote:ERROR: opening 'C:/Inetpub/wwwroot/cacti/rra/81_29_85_144_cpu_14.rrd': No such file or directory
Follow the steps in here to troubleshoot that problem: http://forums.cacti.net/viewtopic.php?t=11747
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Hrm, no permission denied issues. Though, I do get some seemingly incorrect file access.
http://files.davehope.co.uk/cacti.png
http://files.davehope.co.uk/cacti.png
Double check your path to rrdtool.exe in cacti, I bet it's invalid. You must specify the FULL path (i.e. c:\rrdtool\rrdtool.exe).
Make sure you also rebooted the server before trying to get cacti to work.
Make sure you also rebooted the server before trying to get cacti to work.
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
php_snmp.dll
I'm experiencing the same problem. Each time the poller runs this message displays. I'm running it on a Win2003 Server.rallen wrote: The problem I am having right now is when I try to run php c:\inetpub\wwwroot\cacti\poller.php from the prompt, I get the following error:
PHP Warning: PHP Startup: Unable to load dynamic library 'c:\php\ext\php_snmp.dll' - The specified module could not be found.
in Unknown on line 0
OK u:0.01 s:0.01 r:5.05
07/20/2006 04:20:04 PM - SYSTEM STATS: Time:6.1221 Method:cmd.php
Processes:1 Threads:N/A Hosts:4 HostsPerProcess:4 DataSources:2 RRDsProcessed:1
I checked to make sure that .dll file does exist and that the user account I'm logged in with has permissions for it. Any suggestions on what I can check? Thanks!
Everything is running fine though except when in tree mode the graphs don't display. In Preview Mode and List Mode they display properly.
Run a chkdsk c: /f. Look in the event logs afterwards -- did it fix anything? Is the file actually in that location? What version does it say?
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Windows installer
What was the User/password for the windows msi installer version when you goto the website
As documented on the last page of the installer which you did not read AND one of the windows installer download sites...
user: admin
pw: cactipw
user: admin
pw: cactipw
| Scripts: Monitor processes | RFC1213 MIB | DOCSIS Stats | Dell PowerEdge | Speedfan | APC UPS | DOCSIS CMTS | 3ware | Motorola Canopy |
| Guides: Windows Install | [HOWTO] Debug Windows NTFS permission problems |
| Tools: Windows All-in-one Installer |
Who is online
Users browsing this forum: No registered users and 1 guest