On Mon, Oct 29, 2007 at 04:14:51PM +0800, Cherife Li wrote: > i. Once I move the rrds dir to another place, eg. another server running > gmetad or another dir, then the rrd data couldn't be displayed.
if you mean displayed as in "through the web interface" then you also have to move the ganglia frontend to that server or arrange for it to be able to read the RRD files from its filesystem (using NFS or any other kind of network file system). > I > confirm that there isn't any configuration error, just change the > working-dir of the rrd data. by this you mean : 1) shutdown gmetad 2) move directory with the RRDs somewhere else preserving permissions 3) update gmetad.conf's rrd_rootdir (better make a symbolic link and if not update conf.php's $gmetad_root as well) 4) start gmetad > ii.Today, I moved the rrd data from A server to B, because I was going > to change the role of some servers. When on B server, the gmetad > couldn't read the rrd data as before, so I clear up the rrds dir on > server B and start gmetad again, BUT, unfortunately, gmetad can not > write any data to the rrds anymore. I couldn't get any useful info even > if after checking the system log or reading the output of "gmetad -d10". > Furthermore, gmetad on A server represent exactly the same as gmetad on > B server. Now I couldn't got neither ganglia system running:( does the user that gmetad runs as write access to the directory where the RRDs are and execute permission to all directories before that starting from /? was the time modification from the files preserved when copied from system A to system B, and both systems have the same valid time? Carlo ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Ganglia-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ganglia-general

