Ad blocker detected: Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker on our website.
Hello
I have the following specs
Latest versions of cacti,rrdtool,net-snmp and win2003 Server R2.
The problem likei i understood is that while rrdtool executes the command line to create rra, the rra is not create because of "\" and spaces which are in command.
Anyways, having you create the rrd files and cacti cannot, strongly suggests there is a NTFS permission problem with your install.
Make sure cmd.exe, rrdtool directory have read/execute and the \cacti\log, \cacti\rrd\ folders have Modify permissions for the IUSR_, IIS_WPG,
and cacti scheduled task users.
Both of them are standard accounts which are added when IIS is installed on Windows 2003. If your company has renamed them, then it's up to you to figure out what they are now... Basically both the anonymous and process launcher accounts for IIS need read/execute rights to cacti files/folders, etc. plus a few need Modify permissions... it's all documented in my installation guide.
Ah, you didn't state that in the first post. This is why I ask users to post all of their information initially...
Apache obviously doesn't use either of those user accounts I previously listed. It typically runs under the SYSTEM account, which should have access to everything it needs... unless someone has restricted access.
What about your cacti scheduled task user? it have all the correct ntfs permissions on things?
Im really sorry for the confusion.I forgot to mentioned.
I checked the permission and were fine.
Both administrator and SYSTEM (administrator is for scheduled task)
I checked another think.
in RRA folder, cacti/rrdtool creates the subfolder for each machine like "1" but it doesnt create the rra file only
Permissions are ok
When i run poller with comd "php.exe poller.php" the RRA's are created successfuly but i dont have image graph.On debugging of the Graph magement there is:
fentagin wrote:When i run poller with comd "php.exe poller.php" the RRA's are created successfuly
...
No image, no result are "RRD tool says"
Both of these statements are a sign that NTFS permissions are NOT set correctly.
1) your cacti scheduled user account does not have the correct NTFS permissions to create/modify files/folders in \cacti\log and \cacti\rra\.
2) the RRD tool says <blank> is a sign that the permissions on CMD.exe and/or the rrdtool directory are not set correctly for the web server account. Make sure whatever account apache is running under, has read/execute permissions on those files.