Thank you for the response Vladimir.  I have changed the location of the 
rrds database.  I had created a new filesystem for it.  The rrds directory 
is owned by nobody.nobody including the directories and files below it. 
Please see below my changes to the configuration files.  Have I missed 
something else?  Do I need to change the RRDS directory to be owned by 
root including the directories and files below it?  Thank you.


Ghassan



/etc/ganglia/gemetad.conf:

# data_source "my cluster" 10 localhost  my.machine.edu:8649  1.2.3.5:8655
# data_source "my grid" 50 1.3.4.7:8655 grid.org:8651 grid-backup.org:8651
# data_source "another source" 1.3.4.7:8655  1.3.4.8

data_source "database" <headnode1>:8649

#-------------------------------------------------------------------------------
# Where gmetad stores its round-robin databases
# default: "/var/lib/ganglia/rrds"
 rrd_rootdir "/webtools/htdocs/ganglia/rrds"
#


/opt/freeware/etc/httpd/conf/httpd.conf:

# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/webtools/htdocs"
<Directory "/webtools/htdocs">
    #

# ScriptAlias: This controls which directories contain server scripts.
    # ScriptAliases are essentially the same as Aliases, except that
    # documents in the target directory are treated as applications and
    # run by the server when requested rather than as documents sent to 
the
    # client.  The same rules about trailing "/" apply to ScriptAlias
    # directives as to Alias.
    #
    ScriptAlias /cgi-bin/ "/webtools/cgi-bin/"


#
# "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "/webtools/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>


/webtools/htdocs/ganglia/conf_default.php:


#
# If you installed gmetad in a directory other than the default
# make sure you change it here.
#

# Where gmetad stores the rrd archives.
$conf['gmetad_root'] = "/webtools/htdocs/ganglia";
$conf['rrds'] = "${conf['gmetad_root']}/rrds";

# Where Dwoo (PHP templating engine) store compiled templates
$conf['dwoo_compiled_dir'] = "${conf['gmetad_root']}/dwoo/compiled";
$conf['dwoo_cache_dir'] = "${conf['gmetad_root']}/dwoo/cache";

# Where to store web-based configuration
$conf['views_dir'] = $conf['gmetad_root'] . '/conf';
$conf['conf_dir'] = $conf['gmetad_root'] . '/conf';

# Leave this alone if rrdtool is installed in $conf['gmetad_root'],
# otherwise, change it if it is installed elsewhere (like /usr/bin)
$conf['rrdtool'] = "/usr/bin/rrdtool";





Ghassan H Elnajjar
VCU Health System/MCV Hospitals
Systems Analyst
Technology & Engineering Services
701 East Franklin Street, suite 400
Richmond, VA 23298-0483
(804) 628-1150 work
gelnaj...@mcvh-vcu.edu
http://www.vcuhealth.org



From:   Vladimir Vuksan <vli...@veus.hr>
To:     Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
Cc:     ganglia-general@lists.sourceforge.net
Date:   10/15/2012 10:26 AM
Subject:        Re: [Ganglia-general] Timezone & Metrics Issue



"No matched metrics" is a catch all in case the web UI is not able to read 

RRDs, RRDs are not there. It appears that /var/lib/ganglia/rrds is owned 
by root. gmetad usually runs as nobody. Please make sure gmetad can write 
into it.

Vladimir

On Sun, 14 Oct 2012, Ghassan Elnajjar wrote:

> I was able to figure it what's causing the errors including the reason 
it was looking in /var/lib/ganglia/rrds and corrected
> it.  However, all the graphs are still blank with the "No matching 
metrics detected" message on each graph.  I think I am
> very close to getting this working, but I don't know enough about 
Ganglia to resolve it.
> 
> It is greatly appreciated if someone can assist me or point me to a 
location in the configuration or file that needs to be
> modified.  I need to get this working so that I can use it in my 
production environment.  Thank you.
> 
> 
> Ghassan
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:        Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
> To:        ganglia-general@lists.sourceforge.net
> Date:        10/13/2012 01:13 AM
> Subject:        Re: [Ganglia-general] Timezone & Metrics Issue
> 
> 
____________________________________________________________________________________________________________________________
> 
> 
> 
> I was able to solve my time zone and the Power5/6/7 DSO issue.  However, 
all the graphs are blank.  I can see my cluster of
> nodes.  I am able to drill down and see the characteristics under the 
"Host Overview".  All the graphs have the small box
> with "No matching metrics detected" right next to it.  I am also getting 
the below errors in the error_log located in
> /opt/freeware/etc/httpd/logs.  I am not sure why it's searching in 
/var/lib/ganglia/rrds/***.  I have changed this location
> to /ganglia/rrds where my cluster is, the nodes, and the data underneath 
each node.  The gmetad.conf reflects this change as
> well.
> 
> 
> #:/ganglia/rrds: ==>ls -l
> total 8
> drwxr-xr-x    2 root     system         4096 Oct 12 22:04 
__SummaryInfo__
> drwxr-xr-x    6 root     system          256 Oct 12 02:28 database
> drwxr-xr-x    2 root     system          256 Oct 11 20:23 lost+found
> brio:/ganglia/rrds: ==>cd database
> #:/ganglia/rrds/database: ==>ls -l
> total 32
> drwxr-xr-x    2 root     system         4096 Oct 12 22:03 
__SummaryInfo__
> drwxr-xr-x    2 root     system         4096 Oct 12 22:28 <node1_name>
> drwxr-xr-x    2 root     system         4096 Oct 12 22:09 <node2_name>
> drwxr-xr-x    2 root     system         4096 Oct 12 22:03 <node3_name>
> drwxr-xr-x    2 root     system         4096 Oct 12 22:05 <node4_name>
> 
> 
> 
> #:ls -l /var/lib/ganglia/rrds/
> total 0
> 
> 
> Will someone please point me to the right direction as to where I can 
find a solution to this?
> 
> 
> Thank you,
> Ghassan
> 
> 
> 
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E50000:
> 
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node1_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node1_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node1_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node1_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E50000:
> 
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node2_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node2_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node2_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node2_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E50000:
> 
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node3_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node3_name>/load_one.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/cpu_num.rrd': No such file 
or directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/__SummaryInfo__/load_one.rrd': No such 
file or directory
> ERROR: parameter 'a1' does not represent a number in line 
AREA:a1#E50000:
> 
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/cpu_num.rrd': No such file or 
directory
> ERROR: opening 
'/var/lib/ganglia/rrds/database/<node4_name>/load_one.rrd': No such file 
or directory
> 
> 
> 
> 
> Ghassan H Elnajjar
> VCU Health System/MCV Hospitals
> Systems Analyst
> Technology & Engineering Services
> 701 East Franklin Street, suite 400
> Richmond, VA 23298-0483
> (804) 628-1150 work
> gelnaj...@mcvh-vcu.edu
> http://www.vcuhealth.org
> 
> 
> 
> From:        Ghassan Elnajjar <gelnaj...@mcvh-vcu.edu>
> To:        ganglia-general@lists.sourceforge.net
> Date:        10/12/2012 11:00 AM
> Subject:        [Ganglia-general] Timezone & Metrics Issue
> 
> 
____________________________________________________________________________________________________________________________
> 
> 
> 
> I have just installed my ganglia test environment.  It consists of three 
gmond AIX clients, one gmond AIX receiving
> headnode, and an AIX webserver with gmetad, rrds, apache, and php 
installed.
> 
> My first issue is the timezone in PHP.ini.  Does anyone know how to 
correct it to and display the right timezone?  My
> timezone is America/New York.
> 
> The second issue is that the graphs are not showing any data when 
looking at it from a web browser.  There is a tiny square
> box on the bottom of each graph that says "No matching metrics 
detected."  Does anyone have an idea what could be the
> problem here?
> 
> The last issue is, I do not see any of the Power5/6/7 IBM DSO modules / 
metrics pulled into the webserver.  Anyone know what
> the issue here?
> 
> 
> Thank you so much.
> 
> 
> Ghassan
> NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have 
received this communication in error, please notify us
> immediately by replying to the message and deleting it from your 
computer.
> --------------------------------------
> VCU Health System
> 
http://www.vcuhealth.org------------------------------------------------------------------------------

> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> 
http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________

> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
> 
> 
> NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have 
received this communication in error, please notify us
> immediately by replying to the message and deleting it from your 
computer.
> --------------------------------------
> VCU Health System
> 
http://www.vcuhealth.org------------------------------------------------------------------------------

> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> 
http://p.sf.net/sfu/newrelic-dev2dev_______________________________________________

> Ganglia-general mailing list
> Ganglia-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ganglia-general
> 
> 
> NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the
> reader of this message is not the intended recipient, you are hereby 
notified that any dissemination, distribution or
> copying of this communication is strictly prohibited. If you have 
received this communication in error, please notify us
> immediately by replying to the message and deleting it from your 
computer.
> --------------------------------------
> VCU Health System
> http://www.vcuhealth.org
>

NOTE: The information contained in this message may be privileged and 
confidential and protected from disclosure. If the reader of this message 
is not the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please 
notify us immediately by replying to the message and deleting it from your 
computer.
--------------------------------------
VCU Health System
http://www.vcuhealth.org
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ganglia-general mailing list
Ganglia-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-general

Reply via email to