From Rahul.Shah@sun.com Wed Dec  2 16:08:15 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB308FCu004589
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 2 Dec 2009 16:08:15 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB308D6X009542
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 2 Dec 2009 18:08:15 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU10040XV1QW800@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Wed, 02 Dec 2009 16:08:14 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU100G6IV1PW3E0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Wed,
 02 Dec 2009 16:08:13 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nB308DWr010038	for
 <LSARC-ext@Sun.Com>; Wed, 02 Dec 2009 16:08:13 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU100C00UT9EW00@fe-sfbay-10.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Wed, 02 Dec 2009 16:08:13 -0800 (PST)
Received: from [192.18.126.117] ([unknown] [192.18.126.117])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KU1003JHV1PQUB0@fe-sfbay-10.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Wed, 02 Dec 2009 16:08:13 -0800 (PST)
Date: Wed, 02 Dec 2009 16:10:27 -0800
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
Sender: Rahul.Shah@sun.com
To: LSARC-ext@sun.com
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <4B1701F3.8000106@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 8778

1. Introduction
    1.1. Project/Component Working Name:
     Ganglia
    1.2. Name of Document Author/Supplier:
     Author:  Tavitayya Varanasi
    1.3  Date of This Document:
     22 Sep 2009

4. Technical Description
Summary
=======


Ganglia is a scalable distributed monitoring system for high-performance 
computing systems such as clusters and Grids. It is based on a 
hierarchical design targeted at federations of clusters. It leverages 
widely used technologies such as XML for data representation, XDR for 
compact, portable data transport, and RRDtool for data storage and 
visualization. It uses carefully engineered data structures and 
algorithms to achieve very low per-node overheads and high concurrency. 
The implementation is robust, has been ported to an extensive set of 
operating systems and processor architectures, and is currently in use 
on thousands of clusters around the world. It has been used to link 
clusters across university campuses and around the world and can scale 
to handle clusters with 2000 nodes.

Ganglia is an open-source project that grew out of the University of 
California, Berkeley Millennium Project which was initially funded in 
large part by the National Partnership for Advanced Computational 
Infrastructure (NPACI) and National Science Foundation RI Award 
EIA-9802069. NPACI is funded by the National Science Foundation and 
strives to advance science by creating a ubiquitous, continuous, and 
pervasive national computational infrastructure: the Grid. Current 
support comes from Planet Lab: an open platform for developing, 
deploying, and accessing planetary-scale services.



Dependencies
============

SUNWrrdtool         { Already available on opensolaris }
SUNWapr13         { Already available on opensolaris }
SUNWgnu-libiconv     { Already available on opensolaris }

Interfaces
==========

   Man pages are included.

   The SUNWganglia package is Uncommitted.

   The remaining interfaces are Volatile.
   
Exported Interfaces            Classification
-------------------            --------------
SUNWganglia                Uncommitted
/usr/ganglia/bin/ganglia-config        Uncommitted
/usr/ganglia/bin/gmetric        Uncommitted
/usr/ganglia/bin/gstat            Uncommitted
/usr/ganglia/sbin/gmetad        Uncommitted
/usr/ganglia/sbin/gmond            Uncommitted

Imported Interfaces
-------------------
/usr/gnu/lib/libiconv.so.2        Commited

Not An Interface                    Classification
--------------------                    --------------

/usr/ganglia/README                    Uncommitted
/usr/ganglia/include/ganglia.h                Uncommitted
/usr/ganglia/include/ganglia_gexec.h            Uncommitted
/usr/ganglia/include/gm_metric.h            Uncommitted
/usr/ganglia/include/gm_mmn.h                Uncommitted
/usr/ganglia/include/gm_msg.h                Uncommitted
/usr/ganglia/include/gm_protocol.h            Uncommitted
/usr/ganglia/include/gm_value.h                Uncommitted
/usr/ganglia/lib/ganglia/modcpu.so            Uncommitted
/usr/ganglia/lib/ganglia/moddisk.so            Uncommitted
/usr/ganglia/lib/ganglia/modload.so            Uncommitted
/usr/ganglia/lib/ganglia/modmem.so            Uncommitted
/usr/ganglia/lib/ganglia/modmulticpu.so            Uncommitted
/usr/ganglia/lib/ganglia/modnet.so            Uncommitted
/usr/ganglia/lib/ganglia/modproc.so            Uncommitted
/usr/ganglia/lib/ganglia/modpython.so            Uncommitted
/usr/ganglia/lib/ganglia/modsys.so            Uncommitted
/usr/ganglia/lib/libganglia-3.1.2.so.0            Uncommitted
/usr/ganglia/lib/libganglia-3.1.2.so.0.0.0        Uncommitted
/usr/ganglia/lib/libganglia.a                Uncommitted
/usr/ganglia/lib/libganglia.la                Uncommitted
/usr/ganglia/lib/libganglia.so                Uncommitted
/usr/ganglia/mans/gmetad.1                Uncommitted
/usr/ganglia/mans/gmetric.1                Uncommitted
/usr/ganglia/mans/gmond.1                Uncommitted
/usr/ganglia/mans/gstat.1                Uncommitted
/usr/ganglia/web/AUTHORS                Uncommitted
/usr/ganglia/web/COPYING                Uncommitted
/usr/ganglia/web/Makefile.am                Uncommitted
/usr/ganglia/web/auth.php                Uncommitted
/usr/ganglia/web/class.TemplatePower.inc.php        Uncommitted
/usr/ganglia/web/cluster_legend.html            Uncommitted
/usr/ganglia/web/cluster_view.php            Uncommitted
/usr/ganglia/web/conf.php                Uncommitted
/usr/ganglia/web/conf.php.in                Uncommitted
/usr/ganglia/web/footer.php                Uncommitted
/usr/ganglia/web/functions.php                Uncommitted
/usr/ganglia/web/ganglia.php                Uncommitted
/usr/ganglia/web/get_context.php            Uncommitted
/usr/ganglia/web/get_ganglia.php            Uncommitted
/usr/ganglia/web/graph.d/cpu_report.php            Uncommitted
/usr/ganglia/web/graph.d/load_report.php        Uncommitted
/usr/ganglia/web/graph.d/mem_report.php            Uncommitted
/usr/ganglia/web/graph.d/metric.php            Uncommitted
/usr/ganglia/web/graph.d/network_report.php        Uncommitted
/usr/ganglia/web/graph.d/packet_report.php        Uncommitted
/usr/ganglia/web/graph.d/sample_report.php        Uncommitted
/usr/ganglia/web/graph.php                 Uncommitted
/usr/ganglia/web/grid_tree.php                Uncommitted
/usr/ganglia/web/header.php                 Uncommitted
/usr/ganglia/web/host_view.php                Uncommitted
/usr/ganglia/web/index.php                Uncommitted
/usr/ganglia/web/meta_view.php                Uncommitted
/usr/ganglia/web/node_legend.html            Uncommitted
/usr/ganglia/web/physical_view.php            Uncommitted
/usr/ganglia/web/pie.phpUncommitted            Uncommitted
/usr/ganglia/web/private_clusters            Uncommitted
/usr/ganglia/web/show_node.php                Uncommitted
/usr/ganglia/web/styles.css                Uncommitted
/usr/ganglia/web/templates/default/cluster_extra.tpl    Uncommitted
/usr/ganglia/web/templates/default/cluster_view.tpl    Uncommitted
/usr/ganglia/web/templates/default/footer.tpl        Uncommitted
/usr/ganglia/web/templates/default/grid_tree.tpl    Uncommitted
/usr/ganglia/web/templates/default/header-nobanner.tpl    Uncommitted
/usr/ganglia/web/templates/default/header.tpl        Uncommitted
/usr/ganglia/web/templates/default/host_extra.tpl    Uncommitted
/usr/ganglia/web/templates/default/host_view.tpl    Uncommitted
/usr/ganglia/web/templates/default/meta_view.tpl    Uncommitted
/usr/ganglia/web/templates/default/node_extra.tpl    Uncommitted
/usr/ganglia/web/templates/default/physical_view.tpl    Uncommitted
/usr/ganglia/web/templates/default/show_node.tpl    Uncommitted
/usr/ganglia/web/templates/default/images/cluster_0-24.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/cluster_25-49.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/cluster_50-74.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/cluster_75-100.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/cluster_overloaded.jpg   
 Uncommitted
/usr/ganglia/web/templates/default/images/cluster_private.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/grid_0-24.jpg           
 Uncommitted
/usr/ganglia/web/templates/default/images/grid_25-49.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/grid_50-74.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/grid_75-100.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/grid_overloaded.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/grid_private.jpg       
 Uncommitted
/usr/ganglia/web/templates/default/images/logo.jpg            Uncommitted
/usr/ganglia/web/templates/default/images/node_0-24.jpg           
 Uncommitted
/usr/ganglia/web/templates/default/images/node_25-49.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/node_50-74.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/node_75-100.jpg        Uncommitted
/usr/ganglia/web/templates/default/images/node_dead.jpg           
 Uncommitted
/usr/ganglia/web/templates/default/images/node_overloaded.jpg       
 Uncommitted
/usr/ganglia/web/version.php                        Uncommitted
/usr/ganglia/web/version.php.in                        Uncommitted
/etc/ganglia/gmond.conf                            Uncommitted        
/etc/init.d/ganglia-monitor                        Uncommitted
/etc/ganglia/gmetad.conf                        Uncommitted
/etc/init.d/gmetad                    Uncommitted
/var/lib/ganglia/rrds                    Uncommitted



Reference Documents
===================
   [1] http://ganglia.info/
   [2] http://sourceforge.net/apps/trac/ganglia/wiki


From Darren.Moffat@sun.com Thu Dec  3 01:16:20 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB39GKpx028957
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 3 Dec 2009 01:16:20 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB39GJsQ008440
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 3 Dec 2009 03:16:20 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU200J0DKF72Y00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Thu, 03 Dec 2009 01:16:19 -0800 (PST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU20062PKF6TUA0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Thu,
 03 Dec 2009 01:16:19 -0800 (PST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nB39GIUY027031	for
 <LSARC-ext@Sun.COM>; Thu, 03 Dec 2009 09:16:18 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU200B00GBTAD00@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Thu, 03 Dec 2009 09:16:01 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KU200BT6KEC6AB0@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Thu, 03 Dec 2009 09:15:48 +0000 (GMT)
Date: Thu, 03 Dec 2009 09:15:48 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B1701F3.8000106@sun.com>
Sender: Darren.Moffat@sun.com
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <4B1781C4.6010104@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091109)
Status: RO
Content-Length: 1193

Why does this need a top level directory in /usr/ ?  The only time we 
should need those is when there is a hard requirement to be able to 
support multiple incompatible versions installed at the same time.

SHould not be delivering an /etc/init.d/ file instead an SMF service 
should be delivered.  The case needs to specify the FMRI and the method 
credentail at the very least (ie what user and privileges will this run 
with).

Binaries if they are intended to be run by the admin should be in:
/usr/bin or /usr/sbin, if they are daemons only then /usr/lib/ganglia/

The /usr/ganglia/include should be /usr/include/ganglia.

/usr/ganglia/lib should be /usr/lib/ganglia or maybe just /usr/lib for 
the libganglia parts if the intent is something else can link to it.

The man pages should be in /usr/share/man/man1  (not mans which we don't 
have on OpenSolaris).

I'm not sure where the "web" directory belongs but maybe following the 
Cacacti case it should be /usr/share/ganglia/web.

What is the purpose of ganglia-monitor ?

This case as does not met the filesystem layout or SMF requirements for 
Solaris and as such should not be approved as currently specified.

--
Darren J Moffat

From John.Fischer@Sun.COM Thu Dec  3 08:40:31 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB3GeVOL007955
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 3 Dec 2009 08:40:31 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nB3GeS0L051387
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 3 Dec 2009 09:40:31 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU30072H4ZIST00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Thu, 03 Dec 2009 08:40:30 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU30051M4ZH6E20@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Thu,
 03 Dec 2009 08:40:29 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB3GeTNM025387	for
 <LSARC-ext@Sun.Com>; Thu, 03 Dec 2009 16:40:29 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU3004004FOCH00@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Thu, 03 Dec 2009 09:40:29 -0700 (MST)
Received: from [192.168.10.8] ([unknown] [71.197.72.184])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KU300K5Y4ZFF590@mail-amer.sun.com> for
 LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Thu,
 03 Dec 2009 09:40:27 -0700 (MST)
Date: Thu, 03 Dec 2009 08:40:21 -0800
From: John Fischer <John.Fischer@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B1701F3.8000106@sun.com>
Sender: John.Fischer@Sun.COM
To: Rahul Shah <Rahul.Shah@Sun.COM>
Cc: LSARC-ext@Sun.COM, Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Reply-to: John.Fischer@Sun.COM
Message-id: <4B17E9F5.3060701@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091027)
Status: RO
Content-Length: 10528

Rahul,

I second Darren's comments about file system layout and SMF.
It also does not met the Interface Taxonomy Best Practice.
This case can not get approval until these are addressed.

The web stuff could also appear some place under an apache directory.

What version of Ganglia is being provided?

Also the last interface table makes no sense at all.
Not-An-Interface does not have a taxonomy classification
of Uncommitted.  Not-An-Interface is the taxonomy
classification.  On top of that I would argue that many
of the things within this table are indeed an interface.
They may be Project Private but they are an interface.
Surely the header files and the shared libraries that
applications link to are an interface.  Images could
easily be declared Project Private or Not-An-Interface.
There should not be a static library included with the
project.  The man pages are probably Uncommitted.

I suspect that it has additional imported interfaces
as the component has a dependency upon 3 packages.
Perhaps some apache stuff and rrdtool?  Does this require
the gexec execution environment as well?  What about
libConfuse?  Is python disabled?

Will this be providing the python client?

The paragraph about where the project originated has no
baring on the architecture unless it resulted in a Standard
being established.  Is this the case?  Mostly, a nit.

Thanks,

John



Rahul Shah wrote:
> 1. Introduction
>    1.1. Project/Component Working Name:
>     Ganglia
>    1.2. Name of Document Author/Supplier:
>     Author:  Tavitayya Varanasi
>    1.3  Date of This Document:
>     22 Sep 2009
> 
> 4. Technical Description
> Summary
> =======
> 
> 
> Ganglia is a scalable distributed monitoring system for high-performance 
> computing systems such as clusters and Grids. It is based on a 
> hierarchical design targeted at federations of clusters. It leverages 
> widely used technologies such as XML for data representation, XDR for 
> compact, portable data transport, and RRDtool for data storage and 
> visualization. It uses carefully engineered data structures and 
> algorithms to achieve very low per-node overheads and high concurrency. 
> The implementation is robust, has been ported to an extensive set of 
> operating systems and processor architectures, and is currently in use 
> on thousands of clusters around the world. It has been used to link 
> clusters across university campuses and around the world and can scale 
> to handle clusters with 2000 nodes.
> 
> Ganglia is an open-source project that grew out of the University of 
> California, Berkeley Millennium Project which was initially funded in 
> large part by the National Partnership for Advanced Computational 
> Infrastructure (NPACI) and National Science Foundation RI Award 
> EIA-9802069. NPACI is funded by the National Science Foundation and 
> strives to advance science by creating a ubiquitous, continuous, and 
> pervasive national computational infrastructure: the Grid. Current 
> support comes from Planet Lab: an open platform for developing, 
> deploying, and accessing planetary-scale services.
> 
> 
> 
> Dependencies
> ============
> 
> SUNWrrdtool         { Already available on opensolaris }
> SUNWapr13         { Already available on opensolaris }
> SUNWgnu-libiconv     { Already available on opensolaris }
> 
> Interfaces
> ==========
> 
>   Man pages are included.
> 
>   The SUNWganglia package is Uncommitted.
> 
>   The remaining interfaces are Volatile.
>   Exported Interfaces            Classification
> -------------------            --------------
> SUNWganglia                Uncommitted
> /usr/ganglia/bin/ganglia-config        Uncommitted
> /usr/ganglia/bin/gmetric        Uncommitted
> /usr/ganglia/bin/gstat            Uncommitted
> /usr/ganglia/sbin/gmetad        Uncommitted
> /usr/ganglia/sbin/gmond            Uncommitted
> 
> Imported Interfaces
> -------------------
> /usr/gnu/lib/libiconv.so.2        Commited
> 
> Not An Interface                    Classification
> --------------------                    --------------
> 
> /usr/ganglia/README                    Uncommitted
> /usr/ganglia/include/ganglia.h                Uncommitted
> /usr/ganglia/include/ganglia_gexec.h            Uncommitted
> /usr/ganglia/include/gm_metric.h            Uncommitted
> /usr/ganglia/include/gm_mmn.h                Uncommitted
> /usr/ganglia/include/gm_msg.h                Uncommitted
> /usr/ganglia/include/gm_protocol.h            Uncommitted
> /usr/ganglia/include/gm_value.h                Uncommitted
> /usr/ganglia/lib/ganglia/modcpu.so            Uncommitted
> /usr/ganglia/lib/ganglia/moddisk.so            Uncommitted
> /usr/ganglia/lib/ganglia/modload.so            Uncommitted
> /usr/ganglia/lib/ganglia/modmem.so            Uncommitted
> /usr/ganglia/lib/ganglia/modmulticpu.so            Uncommitted
> /usr/ganglia/lib/ganglia/modnet.so            Uncommitted
> /usr/ganglia/lib/ganglia/modproc.so            Uncommitted
> /usr/ganglia/lib/ganglia/modpython.so            Uncommitted
> /usr/ganglia/lib/ganglia/modsys.so            Uncommitted
> /usr/ganglia/lib/libganglia-3.1.2.so.0            Uncommitted
> /usr/ganglia/lib/libganglia-3.1.2.so.0.0.0        Uncommitted
> /usr/ganglia/lib/libganglia.a                Uncommitted
> /usr/ganglia/lib/libganglia.la                Uncommitted
> /usr/ganglia/lib/libganglia.so                Uncommitted
> /usr/ganglia/mans/gmetad.1                Uncommitted
> /usr/ganglia/mans/gmetric.1                Uncommitted
> /usr/ganglia/mans/gmond.1                Uncommitted
> /usr/ganglia/mans/gstat.1                Uncommitted
> /usr/ganglia/web/AUTHORS                Uncommitted
> /usr/ganglia/web/COPYING                Uncommitted
> /usr/ganglia/web/Makefile.am                Uncommitted
> /usr/ganglia/web/auth.php                Uncommitted
> /usr/ganglia/web/class.TemplatePower.inc.php        Uncommitted
> /usr/ganglia/web/cluster_legend.html            Uncommitted
> /usr/ganglia/web/cluster_view.php            Uncommitted
> /usr/ganglia/web/conf.php                Uncommitted
> /usr/ganglia/web/conf.php.in                Uncommitted
> /usr/ganglia/web/footer.php                Uncommitted
> /usr/ganglia/web/functions.php                Uncommitted
> /usr/ganglia/web/ganglia.php                Uncommitted
> /usr/ganglia/web/get_context.php            Uncommitted
> /usr/ganglia/web/get_ganglia.php            Uncommitted
> /usr/ganglia/web/graph.d/cpu_report.php            Uncommitted
> /usr/ganglia/web/graph.d/load_report.php        Uncommitted
> /usr/ganglia/web/graph.d/mem_report.php            Uncommitted
> /usr/ganglia/web/graph.d/metric.php            Uncommitted
> /usr/ganglia/web/graph.d/network_report.php        Uncommitted
> /usr/ganglia/web/graph.d/packet_report.php        Uncommitted
> /usr/ganglia/web/graph.d/sample_report.php        Uncommitted
> /usr/ganglia/web/graph.php                 Uncommitted
> /usr/ganglia/web/grid_tree.php                Uncommitted
> /usr/ganglia/web/header.php                 Uncommitted
> /usr/ganglia/web/host_view.php                Uncommitted
> /usr/ganglia/web/index.php                Uncommitted
> /usr/ganglia/web/meta_view.php                Uncommitted
> /usr/ganglia/web/node_legend.html            Uncommitted
> /usr/ganglia/web/physical_view.php            Uncommitted
> /usr/ganglia/web/pie.phpUncommitted            Uncommitted
> /usr/ganglia/web/private_clusters            Uncommitted
> /usr/ganglia/web/show_node.php                Uncommitted
> /usr/ganglia/web/styles.css                Uncommitted
> /usr/ganglia/web/templates/default/cluster_extra.tpl    Uncommitted
> /usr/ganglia/web/templates/default/cluster_view.tpl    Uncommitted
> /usr/ganglia/web/templates/default/footer.tpl        Uncommitted
> /usr/ganglia/web/templates/default/grid_tree.tpl    Uncommitted
> /usr/ganglia/web/templates/default/header-nobanner.tpl    Uncommitted
> /usr/ganglia/web/templates/default/header.tpl        Uncommitted
> /usr/ganglia/web/templates/default/host_extra.tpl    Uncommitted
> /usr/ganglia/web/templates/default/host_view.tpl    Uncommitted
> /usr/ganglia/web/templates/default/meta_view.tpl    Uncommitted
> /usr/ganglia/web/templates/default/node_extra.tpl    Uncommitted
> /usr/ganglia/web/templates/default/physical_view.tpl    Uncommitted
> /usr/ganglia/web/templates/default/show_node.tpl    Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_0-24.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_25-49.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_50-74.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_75-100.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_overloaded.jpg   
> Uncommitted
> /usr/ganglia/web/templates/default/images/cluster_private.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/grid_0-24.jpg           
> Uncommitted
> /usr/ganglia/web/templates/default/images/grid_25-49.jpg        Uncommitted
> /usr/ganglia/web/templates/default/images/grid_50-74.jpg        Uncommitted
> /usr/ganglia/web/templates/default/images/grid_75-100.jpg        
> Uncommitted
> /usr/ganglia/web/templates/default/images/grid_overloaded.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/grid_private.jpg       
> Uncommitted
> /usr/ganglia/web/templates/default/images/logo.jpg            Uncommitted
> /usr/ganglia/web/templates/default/images/node_0-24.jpg           
> Uncommitted
> /usr/ganglia/web/templates/default/images/node_25-49.jpg        Uncommitted
> /usr/ganglia/web/templates/default/images/node_50-74.jpg        Uncommitted
> /usr/ganglia/web/templates/default/images/node_75-100.jpg        
> Uncommitted
> /usr/ganglia/web/templates/default/images/node_dead.jpg           
> Uncommitted
> /usr/ganglia/web/templates/default/images/node_overloaded.jpg       
> Uncommitted
> /usr/ganglia/web/version.php                        Uncommitted
> /usr/ganglia/web/version.php.in                        Uncommitted
> /etc/ganglia/gmond.conf                            Uncommitted        
> /etc/init.d/ganglia-monitor                        Uncommitted
> /etc/ganglia/gmetad.conf                        Uncommitted
> /etc/init.d/gmetad                    Uncommitted
> /var/lib/ganglia/rrds                    Uncommitted
> 
> 
> 
> Reference Documents
> ===================
>   [1] http://ganglia.info/
>   [2] http://sourceforge.net/apps/trac/ganglia/wiki
> 

From Rahul.Shah@sun.com Thu Dec  3 16:06:35 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB406Zdw019006
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 3 Dec 2009 16:06:35 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB406XPc024861
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 3 Dec 2009 16:06:35 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU30020DPMXBW00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Thu, 03 Dec 2009 17:06:33 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU3000JBPMV1530@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Thu,
 03 Dec 2009 17:06:31 -0700 (MST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB406V7n015982	for
 <LSARC-ext@Sun.Com>; Fri, 04 Dec 2009 00:06:31 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU300H00PH1PC00@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Thu, 03 Dec 2009 17:06:31 -0700 (MST)
Received: from [192.168.2.100] ([unknown] [98.248.54.181])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KU3001TFPMUV450@mail-amer.sun.com> for
 LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Thu,
 03 Dec 2009 17:06:31 -0700 (MST)
Date: Thu, 03 Dec 2009 16:06:32 -0800
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B17E9F5.3060701@sun.com>
Sender: Rahul.Shah@sun.com
To: John.Fischer@sun.com
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <4B185288.7000300@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B17E9F5.3060701@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 10980

Tavit,
  Can you answer/address the questions raised by Darren and John on the 
file system layout and SMF? I will work with you on the interface 
classification.

-Rahul

John Fischer wrote:
> Rahul,
>
> I second Darren's comments about file system layout and SMF.
> It also does not met the Interface Taxonomy Best Practice.
> This case can not get approval until these are addressed.
>
> The web stuff could also appear some place under an apache directory.
>
> What version of Ganglia is being provided?
>
> Also the last interface table makes no sense at all.
> Not-An-Interface does not have a taxonomy classification
> of Uncommitted.  Not-An-Interface is the taxonomy
> classification.  On top of that I would argue that many
> of the things within this table are indeed an interface.
> They may be Project Private but they are an interface.
> Surely the header files and the shared libraries that
> applications link to are an interface.  Images could
> easily be declared Project Private or Not-An-Interface.
> There should not be a static library included with the
> project.  The man pages are probably Uncommitted.
>
> I suspect that it has additional imported interfaces
> as the component has a dependency upon 3 packages.
> Perhaps some apache stuff and rrdtool?  Does this require
> the gexec execution environment as well?  What about
> libConfuse?  Is python disabled?
>
> Will this be providing the python client?
>
> The paragraph about where the project originated has no
> baring on the architecture unless it resulted in a Standard
> being established.  Is this the case?  Mostly, a nit.
>
> Thanks,
>
> John
>
>
>
> Rahul Shah wrote:
>> 1. Introduction
>>    1.1. Project/Component Working Name:
>>     Ganglia
>>    1.2. Name of Document Author/Supplier:
>>     Author:  Tavitayya Varanasi
>>    1.3  Date of This Document:
>>     22 Sep 2009
>>
>> 4. Technical Description
>> Summary
>> =======
>>
>>
>> Ganglia is a scalable distributed monitoring system for 
>> high-performance computing systems such as clusters and Grids. It is 
>> based on a hierarchical design targeted at federations of clusters. 
>> It leverages widely used technologies such as XML for data 
>> representation, XDR for compact, portable data transport, and RRDtool 
>> for data storage and visualization. It uses carefully engineered data 
>> structures and algorithms to achieve very low per-node overheads and 
>> high concurrency. The implementation is robust, has been ported to an 
>> extensive set of operating systems and processor architectures, and 
>> is currently in use on thousands of clusters around the world. It has 
>> been used to link clusters across university campuses and around the 
>> world and can scale to handle clusters with 2000 nodes.
>>
>> Ganglia is an open-source project that grew out of the University of 
>> California, Berkeley Millennium Project which was initially funded in 
>> large part by the National Partnership for Advanced Computational 
>> Infrastructure (NPACI) and National Science Foundation RI Award 
>> EIA-9802069. NPACI is funded by the National Science Foundation and 
>> strives to advance science by creating a ubiquitous, continuous, and 
>> pervasive national computational infrastructure: the Grid. Current 
>> support comes from Planet Lab: an open platform for developing, 
>> deploying, and accessing planetary-scale services.
>>
>>
>>
>> Dependencies
>> ============
>>
>> SUNWrrdtool         { Already available on opensolaris }
>> SUNWapr13         { Already available on opensolaris }
>> SUNWgnu-libiconv     { Already available on opensolaris }
>>
>> Interfaces
>> ==========
>>
>>   Man pages are included.
>>
>>   The SUNWganglia package is Uncommitted.
>>
>>   The remaining interfaces are Volatile.
>>   Exported Interfaces            Classification
>> -------------------            --------------
>> SUNWganglia                Uncommitted
>> /usr/ganglia/bin/ganglia-config        Uncommitted
>> /usr/ganglia/bin/gmetric        Uncommitted
>> /usr/ganglia/bin/gstat            Uncommitted
>> /usr/ganglia/sbin/gmetad        Uncommitted
>> /usr/ganglia/sbin/gmond            Uncommitted
>>
>> Imported Interfaces
>> -------------------
>> /usr/gnu/lib/libiconv.so.2        Commited
>>
>> Not An Interface                    Classification
>> --------------------                    --------------
>>
>> /usr/ganglia/README                    Uncommitted
>> /usr/ganglia/include/ganglia.h                Uncommitted
>> /usr/ganglia/include/ganglia_gexec.h            Uncommitted
>> /usr/ganglia/include/gm_metric.h            Uncommitted
>> /usr/ganglia/include/gm_mmn.h                Uncommitted
>> /usr/ganglia/include/gm_msg.h                Uncommitted
>> /usr/ganglia/include/gm_protocol.h            Uncommitted
>> /usr/ganglia/include/gm_value.h                Uncommitted
>> /usr/ganglia/lib/ganglia/modcpu.so            Uncommitted
>> /usr/ganglia/lib/ganglia/moddisk.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modload.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modmem.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modmulticpu.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modnet.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modproc.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modpython.so            Uncommitted
>> /usr/ganglia/lib/ganglia/modsys.so            Uncommitted
>> /usr/ganglia/lib/libganglia-3.1.2.so.0            Uncommitted
>> /usr/ganglia/lib/libganglia-3.1.2.so.0.0.0        Uncommitted
>> /usr/ganglia/lib/libganglia.a                Uncommitted
>> /usr/ganglia/lib/libganglia.la                Uncommitted
>> /usr/ganglia/lib/libganglia.so                Uncommitted
>> /usr/ganglia/mans/gmetad.1                Uncommitted
>> /usr/ganglia/mans/gmetric.1                Uncommitted
>> /usr/ganglia/mans/gmond.1                Uncommitted
>> /usr/ganglia/mans/gstat.1                Uncommitted
>> /usr/ganglia/web/AUTHORS                Uncommitted
>> /usr/ganglia/web/COPYING                Uncommitted
>> /usr/ganglia/web/Makefile.am                Uncommitted
>> /usr/ganglia/web/auth.php                Uncommitted
>> /usr/ganglia/web/class.TemplatePower.inc.php        Uncommitted
>> /usr/ganglia/web/cluster_legend.html            Uncommitted
>> /usr/ganglia/web/cluster_view.php            Uncommitted
>> /usr/ganglia/web/conf.php                Uncommitted
>> /usr/ganglia/web/conf.php.in                Uncommitted
>> /usr/ganglia/web/footer.php                Uncommitted
>> /usr/ganglia/web/functions.php                Uncommitted
>> /usr/ganglia/web/ganglia.php                Uncommitted
>> /usr/ganglia/web/get_context.php            Uncommitted
>> /usr/ganglia/web/get_ganglia.php            Uncommitted
>> /usr/ganglia/web/graph.d/cpu_report.php            Uncommitted
>> /usr/ganglia/web/graph.d/load_report.php        Uncommitted
>> /usr/ganglia/web/graph.d/mem_report.php            Uncommitted
>> /usr/ganglia/web/graph.d/metric.php            Uncommitted
>> /usr/ganglia/web/graph.d/network_report.php        Uncommitted
>> /usr/ganglia/web/graph.d/packet_report.php        Uncommitted
>> /usr/ganglia/web/graph.d/sample_report.php        Uncommitted
>> /usr/ganglia/web/graph.php                 Uncommitted
>> /usr/ganglia/web/grid_tree.php                Uncommitted
>> /usr/ganglia/web/header.php                 Uncommitted
>> /usr/ganglia/web/host_view.php                Uncommitted
>> /usr/ganglia/web/index.php                Uncommitted
>> /usr/ganglia/web/meta_view.php                Uncommitted
>> /usr/ganglia/web/node_legend.html            Uncommitted
>> /usr/ganglia/web/physical_view.php            Uncommitted
>> /usr/ganglia/web/pie.phpUncommitted            Uncommitted
>> /usr/ganglia/web/private_clusters            Uncommitted
>> /usr/ganglia/web/show_node.php                Uncommitted
>> /usr/ganglia/web/styles.css                Uncommitted
>> /usr/ganglia/web/templates/default/cluster_extra.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/cluster_view.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/footer.tpl        Uncommitted
>> /usr/ganglia/web/templates/default/grid_tree.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/header-nobanner.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/header.tpl        Uncommitted
>> /usr/ganglia/web/templates/default/host_extra.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/host_view.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/meta_view.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/node_extra.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/physical_view.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/show_node.tpl    Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_0-24.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_25-49.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_50-74.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_75-100.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_overloaded.jpg   
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/cluster_private.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_0-24.jpg           
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_25-49.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_50-74.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_75-100.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_overloaded.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/grid_private.jpg       
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/logo.jpg            
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_0-24.jpg           
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_25-49.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_50-74.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_75-100.jpg        
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_dead.jpg           
>> Uncommitted
>> /usr/ganglia/web/templates/default/images/node_overloaded.jpg       
>> Uncommitted
>> /usr/ganglia/web/version.php                        Uncommitted
>> /usr/ganglia/web/version.php.in                        Uncommitted
>> /etc/ganglia/gmond.conf                            Uncommitted        
>> /etc/init.d/ganglia-monitor                        Uncommitted
>> /etc/ganglia/gmetad.conf                        Uncommitted
>> /etc/init.d/gmetad                    Uncommitted
>> /var/lib/ganglia/rrds                    Uncommitted
>>
>>
>>
>> Reference Documents
>> ===================
>>   [1] http://ganglia.info/
>>   [2] http://sourceforge.net/apps/trac/ganglia/wiki
>>


From Tavitayya.Varanasi@Sun.COM Thu Dec  3 23:27:45 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB47RjPp026308
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 3 Dec 2009 23:27:45 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nB47Ri1d044601
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 4 Dec 2009 00:27:44 -0700 (MST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU400501A288M00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 00:27:44 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU400BO1A271VB0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Fri,
 04 Dec 2009 00:27:44 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB47Rhel010727	for
 <LSARC-ext@Sun.COM>; Fri, 04 Dec 2009 07:27:43 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU400500A1CQN00@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 15:27:42 +0800 (SGT)
Received: from [192.168.1.34] ([unknown] [59.96.64.102])
 by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KU4002WCA23T1L0@mail-apac.sun.com> for
 LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Fri,
 04 Dec 2009 15:27:42 +0800 (SGT)
Date: Fri, 04 Dec 2009 12:57:33 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B1781C4.6010104@Sun.COM>
Sender: Tavitayya.Varanasi@Sun.COM
To: Darren J Moffat <Darren.Moffat@Sun.COM>
Cc: Rahul Shah <Rahul.Shah@Sun.COM>, LSARC-ext@Sun.COM
Message-id: <4B18B9E5.7050505@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
Status: RO
Content-Length: 2102

Hi Darren,

    Please look below for embedded answers.

Darren J Moffat wrote:
> Why does this need a top level directory in /usr/ ?  The only time we 
> should need those is when there is a hard requirement to be able to 
> support multiple incompatible versions installed at the same time.
>
I followed the directory structure of the ganglia package in pending 
repository. There is no hard requirement of the directory. Directory 
structure can be modified as per your suggestion.
> SHould not be delivering an /etc/init.d/ file instead an SMF service 
> should be delivered.  The case needs to specify the FMRI and the 
> method credentail at the very least (ie what user and privileges will 
> this run with).
>
Will provide SMF service for the gmetad and gmond processes.  These 
processes are as user nobody with superuser privileges.

> Binaries if they are intended to be run by the admin should be in:
> /usr/bin or /usr/sbin, if they are daemons only then /usr/lib/ganglia/
>
With the directory structure change, binaries should be in /usr/bin or 
/usr/sbin .
> The /usr/ganglia/include should be /usr/include/ganglia.
>
Will make the change as needed.
> /usr/ganglia/lib should be /usr/lib/ganglia or maybe just /usr/lib for 
> the libganglia parts if the intent is something else can link to it.
>
Will change /usr/ganglia/lib to /usr/libganglia. Will place libganglia 
parts to /usr/lib.
> The man pages should be in /usr/share/man/man1  (not mans which we 
> don't have on OpenSolaris).
>
Will change to /usr/share/man/man1.
> I'm not sure where the "web" directory belongs but maybe following the 
> Cacacti case it should be /usr/share/ganglia/web.
>
Will follow the cacti way and make it /usr/share/ganglia/web.
> What is the purpose of ganglia-monitor ?
>
Its the core binary gmond placed in init.d to make it as a startup 
service. Now with SMF service, this file will be removed from the list.
> This case as does not met the filesystem layout or SMF requirements 
> for Solaris and as such should not be approved as currently specified.
>
> -- 
> Darren J Moffat

Regards,
Tavit

From Tavitayya.Varanasi@sun.com Fri Dec  4 00:18:09 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB48I9k2010231
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 4 Dec 2009 00:18:09 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB48I8QB020001
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 4 Dec 2009 00:18:09 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU400A0VCE8SJ00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 01:18:08 -0700 (MST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU400B82CE620F0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Fri,
 04 Dec 2009 01:18:07 -0700 (MST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB48I6xV013477	for
 <LSARC-ext@Sun.COM>; Fri, 04 Dec 2009 08:18:06 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU400E00CBL5800@mail-apac.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 16:18:06 +0800 (SGT)
Received: from [192.168.1.34] ([unknown] [59.92.185.31])
 by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KU4009NDCE0KM10@mail-apac.sun.com> for
 LSARC-ext@Sun.COM (ORCPT LSARC-ext@Sun.COM); Fri,
 04 Dec 2009 16:18:05 +0800 (SGT)
Date: Fri, 04 Dec 2009 13:47:54 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Sorry ...Re: Project Ganglia [ LSARC/2009/658 fastrack timeout
 12/10/2009]
In-reply-to: <4B1781C4.6010104@Sun.COM>
Sender: Tavitayya.Varanasi@sun.com
To: Darren J Moffat <Darren.Moffat@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B18C5B2.8060204@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
User-Agent: Thunderbird 2.0.0.16 (Windows/20080708)
Status: RO
Content-Length: 2237

Hi All,

    Sorry if you got spamed by this multiple copies. Some problem with 
my mail client.

sorry,
Tavit
---------------------
Hi Darren,


    Please look below for embedded answers.

Darren J Moffat wrote:
> Why does this need a top level directory in /usr/ ?  The only time we 
> should need those is when there is a hard requirement to be able to 
> support multiple incompatible versions installed at the same time.
>
I followed the directory structure of the ganglia package in pending 
repository. There is no hard requirement of the directory. Directory 
structure can be modified as per your suggestion.
> SHould not be delivering an /etc/init.d/ file instead an SMF service 
> should be delivered.  The case needs to specify the FMRI and the 
> method credentail at the very least (ie what user and privileges will 
> this run with).
>
Will provide SMF service for the gmetad and gmond processes.  These 
processes are as user nobody with superuser privileges.

> Binaries if they are intended to be run by the admin should be in:
> /usr/bin or /usr/sbin, if they are daemons only then /usr/lib/ganglia/
>
With the directory structure change, binaries should be in /usr/bin or 
/usr/sbin .
> The /usr/ganglia/include should be /usr/include/ganglia.
>
Will make the change as needed.
> /usr/ganglia/lib should be /usr/lib/ganglia or maybe just /usr/lib for 
> the libganglia parts if the intent is something else can link to it.
>
Will change /usr/ganglia/lib to /usr/libganglia. Will place libganglia 
parts to /usr/lib.
> The man pages should be in /usr/share/man/man1  (not mans which we 
> don't have on OpenSolaris).
>
Will change to /usr/share/man/man1.
> I'm not sure where the "web" directory belongs but maybe following the 
> Cacacti case it should be /usr/share/ganglia/web.
>
Will follow the cacti way and make it /usr/share/ganglia/web.
> What is the purpose of ganglia-monitor ?
>
Its the core binary gmond placed in init.d to make it as a startup 
service. Now with SMF service, this file will be removed from the list.
> This case as does not met the filesystem layout or SMF requirements 
> for Solaris and as such should not be approved as currently specified.
>
> -- 
> Darren J Moffat

Regards,
Tavit


From Darren.Moffat@sun.com Fri Dec  4 02:29:05 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB4AT5Uc012424
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 4 Dec 2009 02:29:05 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB4AT4XJ024435
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 4 Dec 2009 02:29:05 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KU400M05IGHRZ00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 02:29:05 -0800 (PST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KU400IOFIGG7MB0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.COM); Fri,
 04 Dec 2009 02:29:04 -0800 (PST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nB4AT3q2002360	for
 <LSARC-ext@Sun.COM>; Fri, 04 Dec 2009 10:29:03 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KU400500HXKFN00@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 10:28:52 +0000 (GMT)
Received: from [129.156.173.21] ([unknown] [129.156.173.21])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KU4001JHIFUPFB0@fe-emea-10.sun.com> for LSARC-ext@Sun.COM
 (ORCPT LSARC-ext@Sun.COM); Fri, 04 Dec 2009 10:28:51 +0000 (GMT)
Date: Fri, 04 Dec 2009 10:28:42 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B18B9E5.7050505@sun.com>
Sender: Darren.Moffat@sun.com
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B18E45A.8020406@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090929)
Status: RO
Content-Length: 1585

Tavitayya Varanasi wrote:
> Hi Darren,
> 
>    Please look below for embedded answers.
> 
> Darren J Moffat wrote:
>> Why does this need a top level directory in /usr/ ?  The only time we 
>> should need those is when there is a hard requirement to be able to 
>> support multiple incompatible versions installed at the same time.
>>
> I followed the directory structure of the ganglia package in pending 
> repository. There is no hard requirement of the directory. Directory 
> structure can be modified as per your suggestion.
>> SHould not be delivering an /etc/init.d/ file instead an SMF service 
>> should be delivered.  The case needs to specify the FMRI and the 
>> method credentail at the very least (ie what user and privileges will 
>> this run with).
>>
> Will provide SMF service for the gmetad and gmond processes.  These 
> processes are as user nobody with superuser privileges.

The nobody account is special for NFS and must only be used by NFS.  No 
process should ever be run as the nobody account.

There is not such thing as superuser privileges you must specify the 
exact minimal list of privileges the program needs to run.  That could 
be the basic set or possibly less or in some cases where it needs to 
modify root owned objects or do other system wide things it could be all.

Given this is a monitoring program I'd be surprised if it needed any 
privileges.

See the following page for information on how to determine what the 
minimal set of privileges is:

http://hub.opensolaris.org/bin/view/Community+Group+security/privdebug


-- 
Darren J Moffat

From Jyri.Virkki@sun.com Mon Dec  7 18:42:14 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nB82gDLq011057
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 7 Dec 2009 18:42:14 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nB82g8p3022670;
	Mon, 7 Dec 2009 18:42:09 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUB00J05BI92U00@nwk-avmta-2.sfbay.sun.com>; Mon,
 07 Dec 2009 18:42:09 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUB00GTHBI8K510@nwk-avmta-2.sfbay.sun.com>; Mon,
 07 Dec 2009 18:42:08 -0800 (PST)
Received: from dm-usca15-11.red.iplanet.com
 (host-185-56-18-192.iplanet.com [192.18.56.185] (may be forged))
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nB82g8t1028404; Tue,
 08 Dec 2009 02:42:08 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca15-11.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nB82gAK15922; Mon, 07 Dec 2009 18:42:10 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nB82g71u015268; Mon,
 07 Dec 2009 18:42:07 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nB82g7qJ015267; Mon,
 07 Dec 2009 18:42:07 -0800 (PST)
Date: Mon, 07 Dec 2009 18:42:07 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B18B9E5.7050505@sun.com>
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: LSARC-ext@sun.com
Message-id: <20091208024207.GA14925@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 1089

Tavitayya Varanasi wrote:
>
> >I'm not sure where the "web" directory belongs but maybe following the 
> >Cacacti case it should be /usr/share/ganglia/web.
>
> Will follow the cacti way and make it /usr/share/ganglia/web.

As an aside, more to ARC, Is there or are we making a precedent to
drop web-app'y content (e.g. php app files) into /usr/share/$foo/*?


How is the end user expected to make use of the web app in
/usr/share/ganglia/web? Do they have to handcraft apache configuration
to point at this location?  If so, this project could improve the user
experience by dropping a known-good config for it into
/etc/apache2/2.2/samples-conf.d/ganglia.conf and documenting that to
enable the ganglia webapp user can simply copy or symlink that into
the conf.d dir.

Is there any configuration the end user can make to the webapp via the
php files? For example I see there is a /usr/share/ganglia/web/conf.php
which by name alone (I couldn't easily find documentation on it so don't
know) might be related to configuration?


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Rahul.Shah@sun.com Thu Dec 10 18:34:12 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBB2YCVw025509
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 10 Dec 2009 18:34:12 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBB2YBt5024061
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 10 Dec 2009 18:34:11 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUG00K07V4ZTM00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 10 Dec 2009 18:34:11 -0800 (PST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUG00B32V4ZAQE0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 10 Dec 2009 18:34:11 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBB2YB8r020658	for
 <LSARC-ext@sun.com>; Thu, 10 Dec 2009 18:34:11 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUG00E00V1K0N00@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 10 Dec 2009 18:34:11 -0800 (PST)
Received: from [192.18.126.117] ([unknown] [192.18.126.117])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUG00CMYV4YFR90@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 10 Dec 2009 18:34:10 -0800 (PST)
Date: Thu, 10 Dec 2009 18:36:30 -0800
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091208024207.GA14925@sun.com>
Sender: Rahul.Shah@sun.com
To: LSARC-ext@sun.com
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <4B21B02E.6020304@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 6227

Hi All,
  Based of the feedback received so far the one pager is updated. I have 
extended the timer to 12/15/2009 to get more time to review this. Case 
materials directory is also updated with the latest one pager.

1. Introduction
   1.1. Project/Component Working Name:
    Ganglia

   1.2. Name of Document Author/Supplier:
    Author:  Tavitayya Varanasi

   1.3  Date of This Document:
    07 Dec 2009

2. Project Summary
   2.1 Project Description
	This project will port Ganglia 3.1.2 to OpenSolaris. 
	Ganglia  will be installed as SUNWganglia  which will be part of SFW consolidation.
   	This package is covered by Sun OSR # 10716 and ECCN 5D002.

4. Technical Description
Summary
=======

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. 
It is based on a hierarchical design targeted at federations of clusters.



5. Interfaces
   =========

  Man pages are included.

  The SUNWganglia package is Uncommitted.

  The remaining interfaces are Volatile.
  ganglia user is created. UID is 96. Its uncomitted.
  ganglia group is created. GID is 96. Its uncomitted.

   Exported interface                             Classification Interface type
   =============================                  ============== ==============
   SUNWganglia					  Uncommitted    Package name
   /usr/bin/ganglia-config        		  Committed	 Command
   /usr/bin/gmetric        			  Committed      Command
   /usr/bin/gstat				  Committed      Command
   /usr/sbin/gmetad				  Committed      Command
   /usr/sbin/gmond				  Committed      Command
   /usr/include/ganglia/ganglia.h                 Committed	 Header file
   /usr/include/ganglia/ganglia_gexec.h           Committed      Header file
   /usr/include/ganglia/gm_metric.h               Committed	 Header file
   /usr/include/ganglia/gm_mmn.h                  Committed	 Header file
   /usr/include/ganglia/gm_msg.h                  Committed	 Header file
   /usr/include/ganglia/gm_protocol.h             Committed	 Header file
   /usr/include/ganglia/gm_value.h                Committed	 Header file
   /usr/lib/ganglia/modcpu.so                 	  Committed	  Library
   /usr/lib/ganglia/moddisk.so                    Committed	  Library
   /usr/lib/ganglia/modload.so                 	  Committed	  Library
   /usr/lib/ganglia/modmem.so                 	  Committed	  Library
   /usr/lib/ganglia/modmulticpu.so                Committed	  Library
   /usr/lib/ganglia/modnet.so                 	  Committed	  Library
   /usr/lib/ganglia/modproc.so                 	  Committed	  Library
   /usr/lib/ganglia/modpython.so                  Committed	  Library
   /usr/lib/ganglia/modsys.so                 	  Committed	  Library
   /usr/lib/libganglia-3.1.2.so.0                 Committed	  Library
   /usr/lib/libganglia-3.1.2.so.0.0.0             Committed	  Library
   /usr/lib/libganglia.so                      	  Committed	  Library
   /usr/share/man/man1/gmetad.1  		  Committed	 Manpage
   /usr/share/man/man1/gmetric.1 		  Committed	 Manpage
   /usr/share/man/man1/gmond.1 			  Committed	 Manpage
   /usr/share/man/man1/gstat.1  		  Committed	 Manpage
   /etc/gmond.conf                                Committed      Configuration file
   /etc/gmetad.conf                               Committed      Configuration file
  /var/svc/manifest/application/ganglia-mond.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-mond:default
 /var/svc/manifest/application/ganglia-metad.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-metad:default

   Imported interface        Classification   Comments
   =======================   ==============   =================================== 

   /usr/gnu/lib/libiconv.so.2        Commited  Library provided by SUNWgnu-libiconv
   /usr/lib/libconfuse.so.0.0.0      Commited  Library provided by SUNWlibconfuse
   /usr/lib/librrd.so.4              Commited  Library provided by SUNWrrdtool
   /usr/apr/1.3/lib/libapr-1.so.0    Commited  Library provided by SUNWapr13



Reference Documents
===================
  [1] http://ganglia.info/
  [2] http://sourceforge.net/apps/trac/ganglia/wiki


6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:
	       SFW
   6.5. ARC review type: Automatic

   6.6. ARC Exposure: open

================================================================
Appendix 1: ganglia Directory and File Structure.

/usr/bin:
ganglia-config
gmetric
gstat


/usr/include:
ganglia_gexec.h
ganglia.h
gm_metric.h
gm_mmn.h
gm_msg.h
gm_protocol.h
gm_value.h

/usr/lib:
ganglia
libganglia-3.1.2.so.0
libganglia-3.1.2.so.0.0.0
libganglia.so

/usr/lib/ganglia:
modcpu.so
moddisk.so
modload.so
modmem.so
modmulticpu.so
modnet.so
modproc.so
modpython.so
modsys.so

/usr/share/man/man1:
gmetad.1
gmetric.1
gmond.1
gstat.1

/usr/sbin:
gmetad
gmond

/usr/share/ganglia/web/:
AUTHORS
auth.php
class.TemplatePower.inc.php
cluster_legend.html
cluster_view.php
conf.php
conf.php.in
COPYING
footer.php
functions.php
ganglia.php
get_context.php
get_ganglia.php
graph.d
graph.php
grid_tree.php
header.php
host_view.php
index.php
Makefile.am
meta_view.php
node_legend.html
physical_view.php
pie.php
private_clusters
show_node.php
styles.css
templates
version.php
version.php.in

/usr/share/ganglia/web/graph.d:
cpu_report.php
load_report.php
mem_report.php
metric.php
network_report.php
packet_report.php
sample_report.php

/usr/share/ganglia/web/templates:
default

/usr/share/ganglia/web/templates/default:
cluster_extra.tpl
cluster_view.tpl
footer.tpl
grid_tree.tpl
header-nobanner.tpl
header.tpl
host_extra.tpl
host_view.tpl
images
meta_view.tpl
node_extra.tpl
physical_view.tpl
show_node.tpl

/usr/share/ganglia/web/templates/default/images:
cluster_0-24.jpg
cluster_25-49.jpg
cluster_50-74.jpg
cluster_75-100.jpg
cluster_overloaded.jpg
cluster_private.jpg
grid_0-24.jpg
grid_25-49.jpg
grid_50-74.jpg
grid_75-100.jpg
grid_overloaded.jpg
grid_private.jpg
logo.jpg
node_0-24.jpg
node_25-49.jpg
node_50-74.jpg
node_75-100.jpg
node_dead.jpg
node_overloaded.jpg
/var/lib/ganglia/rrds                    



From Darren.Moffat@sun.com Fri Dec 11 01:26:25 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBB9QP2U015216
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 11 Dec 2009 01:26:25 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nBB9QM8T023207
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 11 Dec 2009 02:26:25 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUH00I3NE80KY00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 11 Dec 2009 01:26:24 -0800 (PST)
Received: from gmp-eb-inf-2.sun.com ([192.18.6.24])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUH00ERSE7YPY90@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 11 Dec 2009 01:26:23 -0800 (PST)
Received: from fe-emea-10.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBB9QLOC024491	for
 <LSARC-ext@sun.com>; Fri, 11 Dec 2009 09:26:22 +0000 (GMT)
Received: from conversion-daemon.fe-emea-10.sun.com by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUH00F00DH7JM00@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 11 Dec 2009 09:26:13 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUH00D7WE7NJZB0@fe-emea-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 11 Dec 2009 09:26:11 +0000 (GMT)
Date: Fri, 11 Dec 2009 09:26:11 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B21B02E.6020304@sun.com>
Sender: Darren.Moffat@sun.com
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <4B221033.8010507@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091109)
Status: RO
Content-Length: 3642

Rahul Shah wrote:
> Hi All,
>  Based of the feedback received so far the one pager is updated. I have 
> extended the timer to 12/15/2009 to get more time to review this. Case 
> materials directory is also updated with the latest one pager.
> 
> 1. Introduction
>   1.1. Project/Component Working Name:
>    Ganglia
> 
>   1.2. Name of Document Author/Supplier:
>    Author:  Tavitayya Varanasi
> 
>   1.3  Date of This Document:
>    07 Dec 2009
> 
> 2. Project Summary
>   2.1 Project Description
>     This project will port Ganglia 3.1.2 to OpenSolaris.     Ganglia  
> will be installed as SUNWganglia  which will be part of SFW consolidation.
>       This package is covered by Sun OSR # 10716 and ECCN 5D002.
> 
> 4. Technical Description
> Summary
> =======
> 
> Ganglia is a scalable distributed monitoring system for high-performance 
> computing systems such as clusters and Grids. It is based on a 
> hierarchical design targeted at federations of clusters.
> 
> 
> 
> 5. Interfaces
>   =========
> 
>  Man pages are included.
> 
>  The SUNWganglia package is Uncommitted.
> 
>  The remaining interfaces are Volatile.
>  ganglia user is created. UID is 96. Its uncomitted.
>  ganglia group is created. GID is 96. Its uncomitted.
> 
>   Exported interface                             Classification 
> Interface type
>   =============================                  ============== 
> ==============
>   SUNWganglia                      Uncommitted    Package name
>   /usr/bin/ganglia-config                  Committed     Command
>   /usr/bin/gmetric                      Committed      Command
>   /usr/bin/gstat                  Committed      Command
>   /usr/sbin/gmetad                  Committed      Command
>   /usr/sbin/gmond                  Committed      Command
>   /usr/include/ganglia/ganglia.h                 Committed     Header file
>   /usr/include/ganglia/ganglia_gexec.h           Committed      Header file
>   /usr/include/ganglia/gm_metric.h               Committed     Header file
>   /usr/include/ganglia/gm_mmn.h                  Committed     Header file
>   /usr/include/ganglia/gm_msg.h                  Committed     Header file
>   /usr/include/ganglia/gm_protocol.h             Committed     Header file
>   /usr/include/ganglia/gm_value.h                Committed     Header file
>   /usr/lib/ganglia/modcpu.so                       Committed      Library
>   /usr/lib/ganglia/moddisk.so                    Committed      Library
>   /usr/lib/ganglia/modload.so                       Committed      Library
>   /usr/lib/ganglia/modmem.so                       Committed      Library
>   /usr/lib/ganglia/modmulticpu.so                Committed      Library
>   /usr/lib/ganglia/modnet.so                       Committed      Library
>   /usr/lib/ganglia/modproc.so                       Committed      Library
>   /usr/lib/ganglia/modpython.so                  Committed      Library
>   /usr/lib/ganglia/modsys.so                       Committed      Library

Do you really want all those to be Comitted ?  That means no 
incompatible change except in a Major release of Solaris by default.

Is ganglia really that stable ?

What are the interfaces in these mod*.so files that make them Comitted ?

Man pages don't have an interface taxonomy usually.

Why is a new user required rather than running as daemon ?  Are files 
created as this new user ?

Why are two SMF services required ?  Does one depend on the other or do 
both need to be enabled ?

Is there ever a need to run gmetad or gmond by hand as an administrator 
?  If not they should be in /usr/lib/ganglia/

-- 
Darren J Moffat

From Rahul.Shah@sun.com Mon Dec 14 19:21:16 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBF3LGW8016671
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 14 Dec 2009 19:21:16 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nBF3LEt6023530
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 14 Dec 2009 20:21:15 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUO0020BBZETF00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@Sun.Com); Mon, 14 Dec 2009 19:21:14 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUO00B53BZEG7A0@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@Sun.Com); Mon,
 14 Dec 2009 19:21:14 -0800 (PST)
Received: from fe-amer-09.sun.com ([192.18.109.79])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBF3LEtp024898	for
 <LSARC-ext@Sun.Com>; Tue, 15 Dec 2009 03:21:14 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUO00100BX0C300@mail-amer.sun.com> for LSARC-ext@Sun.Com
 (ORCPT LSARC-ext@Sun.Com); Mon, 14 Dec 2009 20:21:14 -0700 (MST)
Received: from [192.168.2.101] ([unknown] [98.248.54.181])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KUO00A8BBZDHH50@mail-amer.sun.com> for
 LSARC-ext@Sun.Com (ORCPT LSARC-ext@Sun.Com); Mon,
 14 Dec 2009 20:21:13 -0700 (MST)
Date: Mon, 14 Dec 2009 19:21:15 -0800
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: [Fwd: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout
 12/10/2009]]
Sender: Rahul.Shah@sun.com
To: LSARC-ext@sun.com
Message-id: <4B2700AB.2060802@sun.com>
MIME-version: 1.0
Content-type: multipart/mixed; boundary="Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)"
X-PMX-Version: 5.4.1.325704
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 15237

This is a multi-part message in MIME format.

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT

Forwarding a set of email exchanges which should have been copied to 
lsarc-ext@sun.com for archiving. If there are any more comments then 
please let us know. We will get the updated one pager with these 
concerns addressed.

Thanks,
Rahul

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)
Content-type: message/rfc822;
 name="Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009].eml"

Return-path: <Tavitayya.Varanasi@Sun.COM>
Received: from fe-apac-06.sun.com ([unknown] [192.18.19.177])
 by sfbay1-mail1.sfbay.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTP id <0KUH00MQHI6TC110@sfbay1-mail1.sfbay.sun.com> for
 Rahul.Shah@Sun.COM; Fri, 11 Dec 2009 02:52:06 -0800 (PST)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUH00C00HVVZQ00@mail-apac.sun.com> for Rahul.Shah@Sun.COM
 (ORCPT Rahul.Shah@Sun.COM); Fri, 11 Dec 2009 18:52:05 +0800 (SGT)
Received: from [129.158.230.191] ([unknown] [129.158.230.191])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUH004YOI6SXF20@mail-apac.sun.com>; Fri,
 11 Dec 2009 18:52:05 +0800 (SGT)
Date: Fri, 11 Dec 2009 16:22:01 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B221033.8010507@Sun.COM>
Sender: Tavitayya.Varanasi@Sun.COM
To: Darren J Moffat <Darren.Moffat@Sun.COM>
Cc: Rahul Shah <Rahul.Shah@Sun.COM>
Message-id: <4B222451.2030207@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com> <4B221033.8010507@Sun.COM>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Original-recipient: rfc822;Rahul.Shah@Sun.COM

Hi Darren,

    Please see below for embedded replies.

Darren J Moffat wrote:
> Rahul Shah wrote:
>> Hi All,
>>  Based of the feedback received so far the one pager is updated. I 
>> have extended the timer to 12/15/2009 to get more time to review 
>> this. Case materials directory is also updated with the latest one 
>> pager.
>>
>> 1. Introduction
>>   1.1. Project/Component Working Name:
>>    Ganglia
>>
>>   1.2. Name of Document Author/Supplier:
>>    Author:  Tavitayya Varanasi
>>
>>   1.3  Date of This Document:
>>    07 Dec 2009
>>
>> 2. Project Summary
>>   2.1 Project Description
>>     This project will port Ganglia 3.1.2 to OpenSolaris.     Ganglia  
>> will be installed as SUNWganglia  which will be part of SFW 
>> consolidation.
>>       This package is covered by Sun OSR # 10716 and ECCN 5D002.
>>
>> 4. Technical Description
>> Summary
>> =======
>>
>> Ganglia is a scalable distributed monitoring system for 
>> high-performance computing systems such as clusters and Grids. It is 
>> based on a hierarchical design targeted at federations of clusters.
>>
>>
>>
>> 5. Interfaces
>>   =========
>>
>>  Man pages are included.
>>
>>  The SUNWganglia package is Uncommitted.
>>
>>  The remaining interfaces are Volatile.
>>  ganglia user is created. UID is 96. Its uncomitted.
>>  ganglia group is created. GID is 96. Its uncomitted.
>>
>>   Exported interface                             Classification 
>> Interface type
>>   =============================                  ============== 
>> ==============
>>   SUNWganglia                      Uncommitted    Package name
>>   /usr/bin/ganglia-config                  Committed     Command
>>   /usr/bin/gmetric                      Committed      Command
>>   /usr/bin/gstat                  Committed      Command
>>   /usr/sbin/gmetad                  Committed      Command
>>   /usr/sbin/gmond                  Committed      Command
>>   /usr/include/ganglia/ganglia.h                 Committed     Header 
>> file
>>   /usr/include/ganglia/ganglia_gexec.h           Committed      
>> Header file
>>   /usr/include/ganglia/gm_metric.h               Committed     Header 
>> file
>>   /usr/include/ganglia/gm_mmn.h                  Committed     Header 
>> file
>>   /usr/include/ganglia/gm_msg.h                  Committed     Header 
>> file
>>   /usr/include/ganglia/gm_protocol.h             Committed     Header 
>> file
>>   /usr/include/ganglia/gm_value.h                Committed     Header 
>> file
>>   /usr/lib/ganglia/modcpu.so                       Committed      
>> Library
>>   /usr/lib/ganglia/moddisk.so                    Committed      Library
>>   /usr/lib/ganglia/modload.so                       Committed      
>> Library
>>   /usr/lib/ganglia/modmem.so                       Committed      
>> Library
>>   /usr/lib/ganglia/modmulticpu.so                Committed      Library
>>   /usr/lib/ganglia/modnet.so                       Committed      
>> Library
>>   /usr/lib/ganglia/modproc.so                       Committed      
>> Library
>>   /usr/lib/ganglia/modpython.so                  Committed      Library
>>   /usr/lib/ganglia/modsys.so                       Committed      
>> Library
>
> Do you really want all those to be Comitted ?  That means no 
> incompatible change except in a Major release of Solaris by default.
There may be incompatible changes  in the future.   Will change them to 
Uncommited.
> Is ganglia really that stable ?
>
> What are the interfaces in these mod*.so files that make them Comitted ?
>
Will be made Uncommited.
> Man pages don't have an interface taxonomy usually.
>
> Why is a new user required rather than running as daemon ?  Are files 
> created as this new user ?
>
Ganglia does not require a new user to run.  It can be run as daemon.
> Why are two SMF services required ?  Does one depend on the other or 
> do both need to be enabled ?
>
Two SMF services are required to run gmetad and gmond processes. One 
does not depend on the other.  Both needs to be enabled.
> Is there ever a need to run gmetad or gmond by hand as an 
> administrator ?  If not they should be in /usr/lib/ganglia/
>
gmetad and gmond can be run by hand.  Since they might be running 
through SMF service,  there may not be a need to run by hand.


Regards,
Tavit

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)
Content-type: message/rfc822;
 name="Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009].eml"

Return-path: <Darren.Moffat@Sun.COM>
Received: from fe-emea-09.sun.com ([unknown] [192.18.6.119])
 by sfbay1-mail1.sfbay.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTP id <0KUH00MMDIK8C120@sfbay1-mail1.sfbay.sun.com> for
 Rahul.Shah@Sun.COM; Fri, 11 Dec 2009 03:00:08 -0800 (PST)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUH00J00HLU3F00@fe-emea-09.sun.com> for Rahul.Shah@Sun.COM
 (ORCPT Rahul.Shah@Sun.COM); Fri, 11 Dec 2009 11:00:08 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUH00HGKIK5CD10@fe-emea-09.sun.com>; Fri,
 11 Dec 2009 11:00:05 +0000 (GMT)
Date: Fri, 11 Dec 2009 11:00:05 +0000
From: Darren J Moffat <Darren.Moffat@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B222451.2030207@sun.com>
Sender: Darren.Moffat@Sun.COM
To: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Cc: Rahul Shah <Rahul.Shah@Sun.COM>
Message-id: <4B222635.9010805@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com> <4B221033.8010507@Sun.COM>
 <4B222451.2030207@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091109)
Original-recipient: rfc822;Rahul.Shah@Sun.COM

Tavitayya Varanasi wrote:

> Two SMF services are required to run gmetad and gmond processes. One 
> does not depend on the other.  Both needs to be enabled.

If both need to be enabled for Ganglia to be running then the that 
suggest to me there is a single fault boundary containing two initial 
procesess.  That means there should be a single service not two.
Otherwise there must be some dependency between them.

I think a single service (with ganglia in the name) should be sufficient 
here.

>> Is there ever a need to run gmetad or gmond by hand as an 
>> administrator ?  If not they should be in /usr/lib/ganglia/
>>
> gmetad and gmond can be run by hand.  Since they might be running 
> through SMF service,  there may not be a need to run by hand.

The issue isn't if they can be but if they need to be in normal 
operation given they are started by SMF.  Sounds like there isn't such a 
need so please move them to /usr/lib/ganglia/

-- 
Darren J Moffat

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)
Content-type: message/rfc822;
 name="Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009].eml"

Return-path: <Tavitayya.Varanasi@Sun.COM>
Received: from fe-apac-05.sun.com ([unknown] [192.18.19.176])
 by sfbay1-mail1.sfbay.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTP id <0KUH00MPMIV7C130@sfbay1-mail1.sfbay.sun.com> for
 Rahul.Shah@Sun.COM; Fri, 11 Dec 2009 03:06:44 -0800 (PST)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUH00E00IRS6700@mail-apac.sun.com> for Rahul.Shah@Sun.COM
 (ORCPT Rahul.Shah@Sun.COM); Fri, 11 Dec 2009 19:06:43 +0800 (SGT)
Received: from [129.158.230.191] ([unknown] [129.158.230.191])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUH00H3JIV67630@mail-apac.sun.com>; Fri,
 11 Dec 2009 19:06:42 +0800 (SGT)
Date: Fri, 11 Dec 2009 16:36:39 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B222635.9010805@Sun.COM>
Sender: Tavitayya.Varanasi@Sun.COM
To: Darren J Moffat <Darren.Moffat@Sun.COM>
Cc: Rahul Shah <Rahul.Shah@Sun.COM>
Message-id: <4B2227BF.4070004@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com> <4B221033.8010507@Sun.COM>
 <4B222451.2030207@sun.com> <4B222635.9010805@Sun.COM>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Original-recipient: rfc822;Rahul.Shah@Sun.COM



Darren J Moffat wrote:
> Tavitayya Varanasi wrote:
>
>> Two SMF services are required to run gmetad and gmond processes. One 
>> does not depend on the other.  Both needs to be enabled.
>
> If both need to be enabled for Ganglia to be running then the that 
> suggest to me there is a single fault boundary containing two initial 
> procesess.  That means there should be a single service not two.
> Otherwise there must be some dependency between them.
>
> I think a single service (with ganglia in the name) should be 
> sufficient here.
>
One is to run server side process and other to run the client side 
process. User can enable two or either of them.  We can provide separate 
packages for server and client . If so this would be clear I guess.
>>> Is there ever a need to run gmetad or gmond by hand as an 
>>> administrator ?  If not they should be in /usr/lib/ganglia/
>>>
>> gmetad and gmond can be run by hand.  Since they might be running 
>> through SMF service,  there may not be a need to run by hand.
>
> The issue isn't if they can be but if they need to be in normal 
> operation given they are started by SMF.  Sounds like there isn't such 
> a need so please move them to /usr/lib/ganglia/
>
Will move them to /usr/lib/ganglia/ .

Regards,
Tavit

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)
Content-type: message/rfc822;
 name="Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009].eml"

Return-path: <Darren.Moffat@Sun.COM>
Received: from fe-emea-09.sun.com ([unknown] [192.18.6.119])
 by sfbay1-mail1.sfbay.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTP id <0KUH00M02J00C140@sfbay1-mail1.sfbay.sun.com> for
 Rahul.Shah@Sun.COM; Fri, 11 Dec 2009 03:09:37 -0800 (PST)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUH00F00IYZAE00@fe-emea-09.sun.com> for Rahul.Shah@Sun.COM
 (ORCPT Rahul.Shah@Sun.COM); Fri, 11 Dec 2009 11:09:36 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUH00H1JIZZCD20@fe-emea-09.sun.com>; Fri,
 11 Dec 2009 11:09:35 +0000 (GMT)
Date: Fri, 11 Dec 2009 11:09:35 +0000
From: Darren J Moffat <Darren.Moffat@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B2227BF.4070004@sun.com>
Sender: Darren.Moffat@Sun.COM
To: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Cc: Rahul Shah <Rahul.Shah@Sun.COM>
Message-id: <4B22286F.9070301@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com> <4B221033.8010507@Sun.COM>
 <4B222451.2030207@sun.com> <4B222635.9010805@Sun.COM>
 <4B2227BF.4070004@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091109)
Original-recipient: rfc822;Rahul.Shah@Sun.COM

Tavitayya Varanasi wrote:
> 
> 
> Darren J Moffat wrote:
>> Tavitayya Varanasi wrote:
>>
>>> Two SMF services are required to run gmetad and gmond processes. One 
>>> does not depend on the other.  Both needs to be enabled.
>>
>> If both need to be enabled for Ganglia to be running then the that 
>> suggest to me there is a single fault boundary containing two initial 
>> procesess.  That means there should be a single service not two.
>> Otherwise there must be some dependency between them.
>>
>> I think a single service (with ganglia in the name) should be 
>> sufficient here.
>>
> One is to run server side process and other to run the client side 
> process. User can enable two or either of them.  We can provide separate 
> packages for server and client . If so this would be clear I guess.

Okay that makes more sense that there be two FMRIs, that fact that there 
was a client and a server side to this wasn't at all obvious to me.

-- 
Darren J Moffat

--Boundary_(ID_gW6ukMYGfLELz5LVokqCYQ)--

From Jyri.Virkki@sun.com Mon Dec 14 19:34:34 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBF3YYFf016728
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 14 Dec 2009 19:34:34 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBF3YWj5008403;
	Mon, 14 Dec 2009 19:34:32 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUO00307CLKM500@brm-avmta-1.central.sun.com>; Mon,
 14 Dec 2009 20:34:32 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUO00KC6CLKH230@brm-avmta-1.central.sun.com>; Mon,
 14 Dec 2009 20:34:32 -0700 (MST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBF3YVoe009980; Tue,
 15 Dec 2009 03:34:31 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nBF3YfX05210; Mon, 14 Dec 2009 19:34:41 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nBF3YVxn013653; Mon,
 14 Dec 2009 19:34:31 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nBF3YV12013652; Mon,
 14 Dec 2009 19:34:31 -0800 (PST)
Date: Mon, 14 Dec 2009 19:34:31 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B21B02E.6020304@sun.com>
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <20091215033430.GA13596@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B21B02E.6020304@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 1106

Rahul Shah wrote:
>
> Hi All,
>  Based of the feedback received so far the one pager is updated. I have 
> extended the timer to 12/15/2009 to get more time to review this. Case 
> materials directory is also updated with the latest one pager.

Please see my email from last Monday (Dec.7). The two questions
related to the webapp are not yet addressed.


>   /usr/lib/ganglia/modcpu.so                 	  Committed	  Library
>   /usr/lib/ganglia/moddisk.so                    Committed	  Library
>   /usr/lib/ganglia/modload.so                 	  Committed	  Library
>   /usr/lib/ganglia/modmem.so                 	  Committed	  Library
>   /usr/lib/ganglia/modmulticpu.so                Committed	  Library
>   /usr/lib/ganglia/modnet.so                 	  Committed	  Library
>   /usr/lib/ganglia/modproc.so                 	  Committed	  Library
>   /usr/lib/ganglia/modpython.so                  Committed	  Library
>   /usr/lib/ganglia/modsys.so                 	  Committed	  Library


Are all these *.so files really public interfaces?


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Tavitayya.Varanasi@sun.com Mon Dec 14 22:24:20 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBF6OK8Y019191
	for <LSARC-ext@sac.sfbay.sun.com>; Mon, 14 Dec 2009 22:24:20 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBF6OJnD021619
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 15 Dec 2009 00:24:20 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUO00C05KGJKV00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 14 Dec 2009 22:24:19 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUO008INKGILZ10@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Mon,
 14 Dec 2009 22:24:19 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBF6OIXW021158	for
 <LSARC-ext@sun.com>; Tue, 15 Dec 2009 06:24:18 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUO00B00KFX9000@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 15 Dec 2009 14:24:17 +0800 (SGT)
Received: from [129.158.230.191] ([unknown] [129.158.230.191])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUO00DNEKGE4B40@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 15 Dec 2009 14:24:15 +0800 (SGT)
Date: Tue, 15 Dec 2009 11:54:10 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091208024207.GA14925@sun.com>
Sender: Tavitayya.Varanasi@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: LSARC-ext@sun.com, Rahul Shah <Rahul.Shah@sun.com>
Message-id: <4B272B8A.7040505@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Status: RO
Content-Length: 1427

Hi Jyri Virkki,

 
Based on your comments location has  been changed to 
/usr/share/ganglia/web/ .

A symbolic link is created on apache as  /var/apache2/2.2/htdocs/ganglia .

End user can access it as http://localhost/ganglia .

No other configuration changes are needed to be done by the end user.

Regards,
Tavit

Jyri Virkki wrote:
> Tavitayya Varanasi wrote:
>   
>>> I'm not sure where the "web" directory belongs but maybe following the 
>>> Cacacti case it should be /usr/share/ganglia/web.
>>>       
>> Will follow the cacti way and make it /usr/share/ganglia/web.
>>     
>
> As an aside, more to ARC, Is there or are we making a precedent to
> drop web-app'y content (e.g. php app files) into /usr/share/$foo/*?
>
>
> How is the end user expected to make use of the web app in
> /usr/share/ganglia/web? Do they have to handcraft apache configuration
> to point at this location?  If so, this project could improve the user
> experience by dropping a known-good config for it into
> /etc/apache2/2.2/samples-conf.d/ganglia.conf and documenting that to
> enable the ganglia webapp user can simply copy or symlink that into
> the conf.d dir.
>
> Is there any configuration the end user can make to the webapp via the
> php files? For example I see there is a /usr/share/ganglia/web/conf.php
> which by name alone (I couldn't easily find documentation on it so don't
> know) might be related to configuration?
>
>
>   

From Jyri.Virkki@sun.com Tue Dec 15 21:27:16 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBG5RGLF028129
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 15 Dec 2009 21:27:16 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBG5REfx009345;
	Tue, 15 Dec 2009 21:27:14 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUQ00001CHEAK00@brm-avmta-1.central.sun.com>; Tue,
 15 Dec 2009 22:27:14 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUQ00E9WCHD6070@brm-avmta-1.central.sun.com>; Tue,
 15 Dec 2009 22:27:13 -0700 (MST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBG5RDtx020549; Wed,
 16 Dec 2009 05:27:13 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nBG5RNX11002; Tue, 15 Dec 2009 21:27:23 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nBG5RCpj007185; Tue,
 15 Dec 2009 21:27:12 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nBG5RCse007184; Tue,
 15 Dec 2009 21:27:12 -0800 (PST)
Date: Tue, 15 Dec 2009 21:27:12 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B272B8A.7040505@sun.com>
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: LSARC-ext@sun.com, Rahul Shah <Rahul.Shah@sun.com>
Message-id: <20091216052712.GB25727@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 977

Tavitayya Varanasi wrote:
>
> A symbolic link is created on apache as  /var/apache2/2.2/htdocs/ganglia .
> 
> End user can access it as http://localhost/ganglia .

I suppose that will work ok, but I'd avoid delivering any important
package content into /var/apache2/2.2/htdocs.  Since that is the
content root of the users web site, it is most likely that customers
will simply rm -rf everything in it when setting up their own content.
This leaves the ganglia package corrupted. You could argue it is the
customers fault, but given the circumstance it'd be hard to fault
them.

In short, I suggest instead delivering a /etc/apache2/2.2/conf.d/ganglia.conf
file where you Alias the location of the webapp into /ganglia (or
alternatively /etc/apache2/2.2/samples-conf.d/ganglia.conf if you want
users to need to manually enable it). That will be cleaner and less
surprising for customers and safer for the package.



-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Darren.Moffat@sun.com Wed Dec 16 05:11:02 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBGDB2ZP018655
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 16 Dec 2009 05:11:02 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nBGDB1KY051391
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 16 Dec 2009 06:11:01 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUQ00H07XYDFQ00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 16 Dec 2009 05:11:01 -0800 (PST)
Received: from gmp-eb-inf-1.sun.com ([192.18.6.21])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUQ00I6JXYCHT50@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 16 Dec 2009 05:11:01 -0800 (PST)
Received: from fe-emea-09.sun.com
 (gmp-eb-lb-1-fe1.eu.sun.com [192.18.6.7] (may be forged))
	by gmp-eb-inf-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBGDAxEQ005549	for
 <LSARC-ext@sun.com>; Wed, 16 Dec 2009 13:10:59 +0000 (GMT)
Received: from conversion-daemon.fe-emea-09.sun.com by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUQ00700XOHNL00@fe-emea-09.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 16 Dec 2009 13:10:57 +0000 (GMT)
Received: from [192.168.1.105]
 (cpc2-rdng20-2-0-cust917.15-3.cable.virginmedia.com [86.28.167.150])
 by fe-emea-09.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUQ00AK7XY8ZI20@fe-emea-09.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 16 Dec 2009 13:10:57 +0000 (GMT)
Date: Wed, 16 Dec 2009 13:10:56 +0000
From: Darren J Moffat <Darren.Moffat@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091216052712.GB25727@sun.com>
Sender: Darren.Moffat@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>,
        Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B28DC60.40806@Sun.COM>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20091124)
Status: RO
Content-Length: 1125

Jyri Virkki wrote:
> Tavitayya Varanasi wrote:
>> A symbolic link is created on apache as  /var/apache2/2.2/htdocs/ganglia .
>>
>> End user can access it as http://localhost/ganglia .
> 
> I suppose that will work ok, but I'd avoid delivering any important
> package content into /var/apache2/2.2/htdocs.  Since that is the
> content root of the users web site, it is most likely that customers
> will simply rm -rf everything in it when setting up their own content.
> This leaves the ganglia package corrupted. You could argue it is the
> customers fault, but given the circumstance it'd be hard to fault
> them.

In that case there are some other recent cases that need fixing too, I 
think it was the Nagios one.

> In short, I suggest instead delivering a /etc/apache2/2.2/conf.d/ganglia.conf
> file where you Alias the location of the webapp into /ganglia (or
> alternatively /etc/apache2/2.2/samples-conf.d/ganglia.conf if you want
> users to need to manually enable it). That will be cleaner and less
> surprising for customers and safer for the package.

I agree this is a much better solution.

-- 
Darren J Moffat

From Tavitayya.Varanasi@sun.com Thu Dec 17 01:53:58 2009
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBH9rwxv029315
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 17 Dec 2009 01:53:58 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id nBH9rvVT056384
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 17 Dec 2009 02:53:58 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUS00K09JHXXE00@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 01:53:57 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUS00KH0JHWDF00@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 17 Dec 2009 01:53:57 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBH9ruj8006021	for
 <LSARC-ext@sun.com>; Thu, 17 Dec 2009 09:53:56 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUS00600J5QVV00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 17:53:56 +0800 (SGT)
Received: from [129.158.230.191] ([unknown] [129.158.230.191])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUS00KN3JHV9960@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 17:53:55 +0800 (SGT)
Date: Thu, 17 Dec 2009 15:23:52 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091216052712.GB25727@sun.com>
Sender: Tavitayya.Varanasi@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: LSARC-ext@sun.com, Rahul Shah <Rahul.Shah@sun.com>
Message-id: <4B29FFB0.6030503@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Status: RO
Content-Length: 1081


Please see below for embedded reply.

Jyri Virkki wrote:
> Tavitayya Varanasi wrote:
>   
>> A symbolic link is created on apache as  /var/apache2/2.2/htdocs/ganglia .
>>
>> End user can access it as http://localhost/ganglia .
>>     
>
> I suppose that will work ok, but I'd avoid delivering any important
> package content into /var/apache2/2.2/htdocs.  Since that is the
> content root of the users web site, it is most likely that customers
> will simply rm -rf everything in it when setting up their own content.
> This leaves the ganglia package corrupted. You could argue it is the
> customers fault, but given the circumstance it'd be hard to fault
> them.
>
> In short, I suggest instead delivering a /etc/apache2/2.2/conf.d/ganglia.conf
> file where you Alias the location of the webapp into /ganglia (or
> alternatively /etc/apache2/2.2/samples-conf.d/ganglia.conf if you want
> users to need to manually enable it). That will be cleaner and less
> surprising for customers and safer for the package.
>
>
>
>   
Will use /etc/apache2/2.2/conf.d/ganglia.conf .


-Tavit

From Rahul.Shah@Sun.COM Thu Dec 17 18:12:06 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBI2C5bk018559
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 17 Dec 2009 18:12:06 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBI2C2GJ009562
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 17 Dec 2009 20:12:05 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUT00E0NSS4B200@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 18:12:04 -0800 (PST)
Received: from sca-es-mail-1.sun.com ([192.18.43.132])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUT00I02SS47XC0@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 17 Dec 2009 18:12:04 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-1.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBI2C32r014243	for
 <LSARC-ext@sun.com>; Thu, 17 Dec 2009 18:12:04 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUT00D00SJG7H00@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 18:12:03 -0800 (PST)
Received: from [192.18.126.117] ([unknown] [192.18.126.117])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KUT0064HSS3UR30@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 17 Dec 2009 18:12:03 -0800 (PST)
Date: Thu, 17 Dec 2009 18:14:28 -0800
From: Rahul Shah <Rahul.Shah@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B29FFB0.6030503@sun.com>
Sender: Rahul.Shah@Sun.COM
To: LSARC-ext@Sun.COM
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Message-id: <4B2AE584.30009@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 6261

Hi,
  Based on the discussions the one pager is updated. Let us know if you 
anyone has any more issues. The timer for this case is extended to 
12/21/2009.

1. Introduction
   1.1. Project/Component Working Name:
    Ganglia

   1.2. Name of Document Author/Supplier:
    Author:  Tavitayya Varanasi

   1.3  Date of This Document:
    07 Dec 2009

2. Project Summary
   2.1 Project Description
	This project will port Ganglia 3.1.2 to OpenSolaris. 
	Ganglia  will be installed as SUNWganglia  which will be part of SFW consolidation.
   	This package is covered by Sun OSR # 10716 and ECCN 5D002.

4. Technical Description
Summary
=======

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. 
It is based on a hierarchical design targeted at federations of clusters.



5. Interfaces
   =========

  Man pages are included.

  The SUNWganglia package is Uncommitted.

  The remaining interfaces are Volatile.
 

   Exported interface                             Classification Interface type
   =============================                  ============== ==============
   SUNWganglia-server				  Uncommitted    Package name
   SUNWganglia-client				  Uncommitted    Package name
   /usr/bin/ganglia-config        		  Uncommitted	 Command
   /usr/bin/gmetric        			  Uncommitted      Command
   /usr/bin/gstat				  Uncommitted      Command
   /usr/lib/ganglia/gmetad			  Uncommitted      Command
   /usr/lib/ganglia/gmond			  Uncommitted      Command
   /usr/include/ganglia/ganglia.h                 Uncommitted	 Header file
   /usr/include/ganglia/ganglia_gexec.h           Uncommitted      Header file
   /usr/include/ganglia/gm_metric.h               Uncommitted	 Header file
   /usr/include/ganglia/gm_mmn.h                  Uncommitted	 Header file
   /usr/include/ganglia/gm_msg.h                  Uncommitted	 Header file
   /usr/include/ganglia/gm_protocol.h             Uncommitted	 Header file
   /usr/include/ganglia/gm_value.h                Uncommitted	 Header file
   /usr/lib/ganglia/modcpu.so                 	  Uncommitted	  Library
   /usr/lib/ganglia/moddisk.so                    Uncommitted	  Library
   /usr/lib/ganglia/modload.so                 	  Uncommitted	  Library
   /usr/lib/ganglia/modmem.so                 	  Uncommitted	  Library
   /usr/lib/ganglia/modmulticpu.so                Uncommitted	  Library
   /usr/lib/ganglia/modnet.so                 	  Uncommitted	  Library
   /usr/lib/ganglia/modproc.so                 	  Uncommitted	  Library
   /usr/lib/ganglia/modpython.so                  Uncommitted	  Library
   /usr/lib/ganglia/modsys.so                 	  Uncommitted	  Library
   /usr/lib/libganglia-3.1.2.so.0                 Uncommitted	  Library
   /usr/lib/libganglia-3.1.2.so.0.0.0             Uncommitted	  Library
   /usr/lib/libganglia.so                      	  Uncommitted	  Library
   /usr/share/man/man1/gmetad.1  		  Uncommitted	 Manpage
   /usr/share/man/man1/gmetric.1 		  Uncommitted	 Manpage
   /usr/share/man/man1/gmond.1 			  Uncommitted	 Manpage
   /usr/share/man/man1/gstat.1  		  Uncommitted	 Manpage
   /etc/gmond.conf                                Uncommitted      Configuration file
   /etc/gmetad.conf                               Uncommitted      Configuration file
   /etc/apache2/2.2/conf.d/ganglia.conf		  Uncommitted      Configuration file
  /var/svc/manifest/application/ganglia-mond.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-mond:default
 /var/svc/manifest/application/ganglia-metad.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-metad:default

   Imported interface        Classification   Comments
   =======================   ==============   =================================== 

   /usr/gnu/lib/libiconv.so.2        Commited  Library provided by SUNWgnu-libiconv
   /usr/lib/libconfuse.so.0.0.0      Commited  Library provided by SUNWlibconfuse
   /usr/lib/librrd.so.4              Commited  Library provided by SUNWrrdtool
   /usr/apr/1.3/lib/libapr-1.so.0    Commited  Library provided by SUNWapr13



Reference Documents
===================
  [1] http://ganglia.info/
  [2] http://sourceforge.net/apps/trac/ganglia/wiki


6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:
	       SFW
   6.5. ARC review type: Automatic

   6.6. ARC Exposure: open

================================================================
Appendix 1: ganglia Directory and File Structure.

/usr/bin:
ganglia-config
gmetric
gstat


/usr/include:
ganglia_gexec.h
ganglia.h
gm_metric.h
gm_mmn.h
gm_msg.h
gm_protocol.h
gm_value.h

/usr/lib:
ganglia
libganglia-3.1.2.so.0
libganglia-3.1.2.so.0.0.0
libganglia.so

/usr/lib/ganglia:
gmetad
gmond
modcpu.so
moddisk.so
modload.so
modmem.so
modmulticpu.so
modnet.so
modproc.so
modpython.so
modsys.so

/usr/share/man/man1:
gmetad.1
gmetric.1
gmond.1
gstat.1


/usr/share/ganglia/web/:
AUTHORS
auth.php
class.TemplatePower.inc.php
cluster_legend.html
cluster_view.php
conf.php
conf.php.in
COPYING
footer.php
functions.php
ganglia.php
get_context.php
get_ganglia.php
graph.d
graph.php
grid_tree.php
header.php
host_view.php
index.php
Makefile.am
meta_view.php
node_legend.html
physical_view.php
pie.php
private_clusters
show_node.php
styles.css
templates
version.php
version.php.in

/usr/share/ganglia/web/graph.d:
cpu_report.php
load_report.php
mem_report.php
metric.php
network_report.php
packet_report.php
sample_report.php

/usr/share/ganglia/web/templates:
default

/usr/share/ganglia/web/templates/default:
cluster_extra.tpl
cluster_view.tpl
footer.tpl
grid_tree.tpl
header-nobanner.tpl
header.tpl
host_extra.tpl
host_view.tpl
images
meta_view.tpl
node_extra.tpl
physical_view.tpl
show_node.tpl

/usr/share/ganglia/web/templates/default/images:
cluster_0-24.jpg
cluster_25-49.jpg
cluster_50-74.jpg
cluster_75-100.jpg
cluster_overloaded.jpg
cluster_private.jpg
grid_0-24.jpg
grid_25-49.jpg
grid_50-74.jpg
grid_75-100.jpg
grid_overloaded.jpg
grid_private.jpg
logo.jpg
node_0-24.jpg
node_25-49.jpg
node_50-74.jpg
node_75-100.jpg
node_dead.jpg
node_overloaded.jpg
/var/lib/ganglia/rrds                    



From Jyri.Virkki@sun.com Thu Dec 17 22:48:18 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBI6mIG0021644
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 17 Dec 2009 22:48:18 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBI6mFUp022046;
	Fri, 18 Dec 2009 00:48:15 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUU00F015KFCM00@nwk-avmta-2.sfbay.sun.com>; Thu,
 17 Dec 2009 22:48:15 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUU00AMB5KEOB60@nwk-avmta-2.sfbay.sun.com>; Thu,
 17 Dec 2009 22:48:15 -0800 (PST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBI6mESH016216; Fri,
 18 Dec 2009 06:48:14 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nBI6mQX25699; Thu, 17 Dec 2009 22:48:26 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nBI6mD4x016152; Thu,
 17 Dec 2009 22:48:13 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nBI6mD6t016151; Thu,
 17 Dec 2009 22:48:13 -0800 (PST)
Date: Thu, 17 Dec 2009 22:48:13 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B2AE584.30009@sun.com>
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <20091218064813.GA15616@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 1235

Rahul Shah wrote:
>
> Hi,
>  Based on the discussions the one pager is updated. Let us know if you 
> anyone has any more issues. The timer for this case is extended to 
> 12/21/2009.

I think I'm down to one unanswered question, which might be a nit but
would like to see clarification.

>   /usr/lib/ganglia/modcpu.so                 	  Uncommitted	  Library
>   /usr/lib/ganglia/moddisk.so                    Uncommitted	  Library
>   /usr/lib/ganglia/modload.so                	  Uncommitted	  Library
>   /usr/lib/ganglia/modmem.so                 	  Uncommitted	  Library
>   /usr/lib/ganglia/modmulticpu.so                Uncommitted	  Library
>   /usr/lib/ganglia/modnet.so                 	  Uncommitted	  Library
>   /usr/lib/ganglia/modproc.so                	  Uncommitted	  Library
>   /usr/lib/ganglia/modpython.so                  Uncommitted	  Library
>   /usr/lib/ganglia/modsys.so                 	  Uncommitted	  Library

Are all these *.so files public interfaces? If so, in what sense? Are
users going to be writing code which depends on APIs implemented in
all of these? Or what is it in/about these files that is the public
interface being exported?


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Tavitayya.Varanasi@sun.com Fri Dec 18 03:47:11 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBIBlB9N010040
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 18 Dec 2009 03:47:11 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBIBl97o007861
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Fri, 18 Dec 2009 05:47:10 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUU00115JELLI00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 18 Dec 2009 03:47:09 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUU00FFPJEK8K20@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 18 Dec 2009 03:47:09 -0800 (PST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBIBl7Mc024060	for
 <LSARC-ext@sun.com>; Fri, 18 Dec 2009 11:47:07 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KUU00600JDOHM00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Fri, 18 Dec 2009 19:47:07 +0800 (SGT)
Received: from [192.168.1.33] ([unknown] [59.92.206.144])
 by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KUU00C2RJEHXAF0@mail-apac.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Fri,
 18 Dec 2009 19:47:07 +0800 (SGT)
Date: Fri, 18 Dec 2009 17:17:04 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091218064813.GA15616@sun.com>
Sender: Tavitayya.Varanasi@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B2B6BB8.6090304@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Status: RO
Content-Length: 1428


Please look below for the reply.

Jyri Virkki wrote:
> Rahul Shah wrote:
>   
>> Hi,
>>  Based on the discussions the one pager is updated. Let us know if you 
>> anyone has any more issues. The timer for this case is extended to 
>> 12/21/2009.
>>     
>
> I think I'm down to one unanswered question, which might be a nit but
> would like to see clarification.
>
>   
>>   /usr/lib/ganglia/modcpu.so                 	  Uncommitted	  Library
>>   /usr/lib/ganglia/moddisk.so                    Uncommitted	  Library
>>   /usr/lib/ganglia/modload.so                	  Uncommitted	  Library
>>   /usr/lib/ganglia/modmem.so                 	  Uncommitted	  Library
>>   /usr/lib/ganglia/modmulticpu.so                Uncommitted	  Library
>>   /usr/lib/ganglia/modnet.so                 	  Uncommitted	  Library
>>   /usr/lib/ganglia/modproc.so                	  Uncommitted	  Library
>>   /usr/lib/ganglia/modpython.so                  Uncommitted	  Library
>>   /usr/lib/ganglia/modsys.so                 	  Uncommitted	  Library
>>     
>
> Are all these *.so files public interfaces? If so, in what sense? Are
> users going to be writing code which depends on APIs implemented in
> all of these? Or what is it in/about these files that is the public
> interface being exported?
>
>
>   
Ganglia users do not write code based  on the  these *.so  Libraries.   
These can be declared as project private  if its needed.

-Tavit

From Jyri.Virkki@sun.com Fri Dec 18 10:53:30 2009
Received: from sunmail3mpk.sfbay.sun.com (sunmail3mpk.SFBay.Sun.COM [129.146.11.52])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBIIrUL4017138
	for <LSARC-ext@sac.sfbay.sun.com>; Fri, 18 Dec 2009 10:53:30 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail3mpk.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBIIrSel000017;
	Fri, 18 Dec 2009 10:53:28 -0800 (PST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KUV00D153517I00@nwk-avmta-2.sfbay.sun.com>; Fri,
 18 Dec 2009 10:53:25 -0800 (PST)
Received: from brmea-mail-2.sun.com ([192.18.98.43])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KUV00CEG3500M20@nwk-avmta-2.sfbay.sun.com>; Fri,
 18 Dec 2009 10:53:24 -0800 (PST)
Received: from dm-usca15-11.red.iplanet.com
 (host-185-56-18-192.iplanet.com [192.18.56.185] (may be forged))
	by brmea-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBIIrOvr028040; Fri,
 18 Dec 2009 18:53:24 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca15-11.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nBIIrRK22395; Fri, 18 Dec 2009 10:53:27 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nBIIrNXF025277; Fri,
 18 Dec 2009 10:53:23 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nBIIrNbu025276; Fri,
 18 Dec 2009 10:53:23 -0800 (PST)
Date: Fri, 18 Dec 2009 10:53:23 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B2B6BB8.6090304@sun.com>
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <20091218185323.GB23916@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 995

Tavitayya Varanasi wrote:
>
> >Are all these *.so files public interfaces? If so, in what sense? Are
> >users going to be writing code which depends on APIs implemented in
> >all of these? Or what is it in/about these files that is the public
> >interface being exported?
>  
> Ganglia users do not write code based  on the  these *.so  Libraries.   
> These can be declared as project private  if its needed.

Don't tie your hands to not being able to modify the implementation
.so files (if, say, the upstream project refactors them or something
in the future) if there is no need for consumers to depend on them.

Choose your public interfaces carefully. Just because files exist on
disk doesn't mean they're all public interfaces. Most implementation
detail should be private unless you specifically want to be on the
hook to support customers depending on it.

So, based on what you said, sounds like these are project private.


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Rahul.Shah@Sun.COM Tue Dec 22 15:28:49 2009
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBMNSnPl029769
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 22 Dec 2009 15:28:49 -0800 (PST)
Received: from nwk-avmta-2.sfbay.sun.com (nwk-avmta-2.SFBay.Sun.COM [129.145.155.6])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBMNSn7p007766
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 22 Dec 2009 17:28:49 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-2.sfbay.sun.com by
 nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KV200401UK04600@nwk-avmta-2.sfbay.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 22 Dec 2009 15:28:48 -0800 (PST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by nwk-avmta-2.sfbay.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KV2001LNUK0WN20@nwk-avmta-2.sfbay.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 22 Dec 2009 15:28:48 -0800 (PST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id nBMNSjNA023706	for
 <LSARC-ext@sun.com>; Tue, 22 Dec 2009 15:28:45 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KV200800UBVOM00@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 22 Dec 2009 15:28:45 -0800 (PST)
Received: from [192.18.126.117] ([unknown] [192.18.126.117])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KV2009Q3UJWQP80@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 22 Dec 2009 15:28:44 -0800 (PST)
Date: Tue, 22 Dec 2009 15:31:12 -0800
From: Rahul Shah <Rahul.Shah@Sun.COM>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091218185323.GB23916@sun.com>
Sender: Rahul.Shah@Sun.COM
To: Jyri Virkki <Jyri.Virkki@Sun.COM>, LSARC-ext@Sun.COM
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@Sun.COM>
Message-id: <4B3156C0.4010504@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B1701F3.8000106@sun.com> <4B1781C4.6010104@Sun.COM>
 <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 6332

Hi Jyri,
  Based on your comments the one page is updated to reflect the change. 
I have updated the material directory with this new one pager too. If 
you are ok with this then we can close the case unless someone else has 
any more comments on it.

1. Introduction
   1.1. Project/Component Working Name:
    Ganglia

   1.2. Name of Document Author/Supplier:
    Author:  Tavitayya Varanasi

   1.3  Date of This Document:
    07 Dec 2009

2. Project Summary
   2.1 Project Description
	This project will port Ganglia 3.1.2 to OpenSolaris. 
	Ganglia  will be installed as SUNWganglia  which will be part of SFW consolidation.
   	This package is covered by Sun OSR # 10716 and ECCN 5D002.

4. Technical Description
Summary
=======

Ganglia is a scalable distributed monitoring system for high-performance computing systems such as clusters and Grids. It is based on a hierarchical design targeted at federations of clusters.



5. Interfaces
   =========

  Man pages are included.

  The SUNWganglia package is Uncommitted.

  The remaining interfaces are Volatile.
 

   Exported interface                             Classification Interface type
   =============================                  ============== ==============
   SUNWganglia					  Uncommitted    Package name
   /usr/bin/ganglia-config        		  Uncommitted	 Command
   /usr/bin/gmetric        			  Uncommitted      Command
   /usr/bin/gstat				  Uncommitted      Command
   /usr/lib/ganglia/gmetad			  Uncommitted      Command
   /usr/lib/ganglia/gmond			  Uncommitted      Command
   /usr/include/ganglia/ganglia.h                 Uncommitted	 Header file
   /usr/include/ganglia/ganglia_gexec.h           Uncommitted      Header file
   /usr/include/ganglia/gm_metric.h               Uncommitted	 Header file
   /usr/include/ganglia/gm_mmn.h                  Uncommitted	 Header file
   /usr/include/ganglia/gm_msg.h                  Uncommitted	 Header file
   /usr/include/ganglia/gm_protocol.h             Uncommitted	 Header file
   /usr/include/ganglia/gm_value.h                Uncommitted	 Header file
   /usr/lib/ganglia/modcpu.so                 	  Project Private	  Library
   /usr/lib/ganglia/moddisk.so                    Project Private	  Library
   /usr/lib/ganglia/modload.so                 	  Project Private	  Library
   /usr/lib/ganglia/modmem.so                 	  Project Private	  Library
   /usr/lib/ganglia/modmulticpu.so                Project Private	  Library
   /usr/lib/ganglia/modnet.so                 	  Project Private	  Library
   /usr/lib/ganglia/modproc.so                 	  Project Private	  Library
   /usr/lib/ganglia/modpython.so                  Project Private	  Library
   /usr/lib/ganglia/modsys.so                 	  Project Private	  Library
   /usr/lib/libganglia-3.1.2.so.0                 Project Private	  Library
   /usr/lib/libganglia-3.1.2.so.0.0.0             Project Private	  Library
   /usr/lib/libganglia.so                      	  Project Private	  Library
   /usr/share/man/man1/gmetad.1  		  Uncommitted	 Manpage
   /usr/share/man/man1/gmetric.1 		  Uncommitted	 Manpage
   /usr/share/man/man1/gmond.1 			  Uncommitted	 Manpage
   /usr/share/man/man1/gstat.1  		  Uncommitted	 Manpage
   /etc/gmond.conf                                Uncommitted      Configuration file
   /etc/gmetad.conf                               Uncommitted      Configuration file
   /etc/apache2/2.2/conf.d/ganglia.conf		  Uncommitted      Configuration file
  /var/svc/manifest/application/ganglia-mond.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-mond:default
 /var/svc/manifest/application/ganglia-metad.xml  -- SMF XML File -- Its Project Private. 
				And the FMRI is, svc:/application/ganglia-metad:default

   Imported interface        Classification   Comments
   =======================   ==============   =================================== 

   /usr/gnu/lib/libiconv.so.2        Uncommited  Library provided by SUNWgnu-libiconv
   /usr/lib/libconfuse.so.0.0.0      Uncommited  Library provided by SUNWlibconfuse
   /usr/lib/librrd.so.4              Uncommited  Library provided by SUNWrrdtool
   /usr/apr/1.3/lib/libapr-1.so.0    Uncommited  Library provided by SUNWapr13



Reference Documents
===================
  [1] http://ganglia.info/
  [2] http://sourceforge.net/apps/trac/ganglia/wiki


6. Resources and Schedule:
   6.4. Product Approval Committee requested information:
   	6.4.1. Consolidation or Component Name:
	       SFW
   6.5. ARC review type: Automatic

   6.6. ARC Exposure: open

================================================================
Appendix 1: ganglia Directory and File Structure.

/usr/bin:
ganglia-config
gmetric
gstat


/usr/include:
ganglia_gexec.h
ganglia.h
gm_metric.h
gm_mmn.h
gm_msg.h
gm_protocol.h
gm_value.h

/usr/lib:
ganglia
libganglia-3.1.2.so.0
libganglia-3.1.2.so.0.0.0
libganglia.so

/usr/lib/ganglia:
gmetad
gmond
modcpu.so
moddisk.so
modload.so
modmem.so
modmulticpu.so
modnet.so
modproc.so
modpython.so
modsys.so

/usr/share/man/man1:
gmetad.1
gmetric.1
gmond.1
gstat.1


/usr/share/ganglia/web/:
AUTHORS
auth.php
class.TemplatePower.inc.php
cluster_legend.html
cluster_view.php
conf.php
conf.php.in
COPYING
footer.php
functions.php
ganglia.php
get_context.php
get_ganglia.php
graph.d
graph.php
grid_tree.php
header.php
host_view.php
index.php
Makefile.am
meta_view.php
node_legend.html
physical_view.php
pie.php
private_clusters
show_node.php
styles.css
templates
version.php
version.php.in

/usr/share/ganglia/web/graph.d:
cpu_report.php
load_report.php
mem_report.php
metric.php
network_report.php
packet_report.php
sample_report.php

/usr/share/ganglia/web/templates:
default

/usr/share/ganglia/web/templates/default:
cluster_extra.tpl
cluster_view.tpl
footer.tpl
grid_tree.tpl
header-nobanner.tpl
header.tpl
host_extra.tpl
host_view.tpl
images
meta_view.tpl
node_extra.tpl
physical_view.tpl
show_node.tpl

/usr/share/ganglia/web/templates/default/images:
cluster_0-24.jpg
cluster_25-49.jpg
cluster_50-74.jpg
cluster_75-100.jpg
cluster_overloaded.jpg
cluster_private.jpg
grid_0-24.jpg
grid_25-49.jpg
grid_50-74.jpg
grid_75-100.jpg
grid_overloaded.jpg
grid_private.jpg
logo.jpg
node_0-24.jpg
node_25-49.jpg
node_50-74.jpg
node_75-100.jpg
node_dead.jpg
node_overloaded.jpg
/var/lib/ganglia/rrds   



From Jyri.Virkki@sun.com Tue Dec 22 21:47:45 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBN5liPB019124
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 22 Dec 2009 21:47:44 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBN5lfu5029046;
	Tue, 22 Dec 2009 21:47:43 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KV300507C3IET00@brm-avmta-1.central.sun.com>; Tue,
 22 Dec 2009 22:47:42 -0700 (MST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KV3009QVC3ICTA0@brm-avmta-1.central.sun.com>; Tue,
 22 Dec 2009 22:47:42 -0700 (MST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBN5lfEg008491; Wed,
 23 Dec 2009 05:47:41 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id nBN5lsX17868; Tue, 22 Dec 2009 21:47:54 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id nBN5lf01004829; Tue,
 22 Dec 2009 21:47:41 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id nBN5lfAV004828; Tue,
 22 Dec 2009 21:47:41 -0800 (PST)
Date: Tue, 22 Dec 2009 21:47:41 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B3156C0.4010504@sun.com>
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: LSARC-ext@sun.com, Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Message-id: <20091223054741.GA3983@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 715

Rahul Shah wrote:
>
> Hi Jyri,
>  Based on your comments the one page is updated to reflect the change. 
> I have updated the material directory with this new one pager too. If 
> you are ok with this then we can close the case unless someone else has 
> any more comments on it.

Main thing I see missing is that while the SMF FMRIs are called out on
the exported interface table, there is no stability documented.  Given
that most of the rest of Ganglia interfaces are Uncommitted, the FMRI
should ideally be at least Uncommitted or better.

+1 from me, subject only to first documenting that FMRI info.

Nit: don't need manpages in interface table.



-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Tavitayya.Varanasi@sun.com Tue Dec 22 22:42:45 2009
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id nBN6gj68019760
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 22 Dec 2009 22:42:45 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id nBN6gjL6017951
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Tue, 22 Dec 2009 22:42:45 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KV300B03EN9GF00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Tue, 22 Dec 2009 23:42:45 -0700 (MST)
Received: from sineb-mail-1.sun.com ([192.18.19.6])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KV3009V1EN7CKD0@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Tue,
 22 Dec 2009 23:42:44 -0700 (MST)
Received: from fe-apac-05.sun.com
 (fe-apac-05.sun.com [192.18.19.176] (may be forged))
	by sineb-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id nBN6ghaq020937	for
 <LSARC-ext@sun.com>; Wed, 23 Dec 2009 06:42:43 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KV300400EHOUL00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 23 Dec 2009 14:42:43 +0800 (SGT)
Received: from [192.168.1.33] ([unknown] [59.92.192.254])
 by mail-apac.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KV300BVFEN4JY60@mail-apac.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 23 Dec 2009 14:42:43 +0800 (SGT)
Date: Wed, 23 Dec 2009 12:12:40 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20091223054741.GA3983@sun.com>
Sender: Tavitayya.Varanasi@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B31BBE0.1080304@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B18B9E5.7050505@sun.com> <20091208024207.GA14925@sun.com>
 <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Status: RO
Content-Length: 757

Will make the suggested changes.

-Tavit

Jyri Virkki wrote:
> Rahul Shah wrote:
>   
>> Hi Jyri,
>>  Based on your comments the one page is updated to reflect the change. 
>> I have updated the material directory with this new one pager too. If 
>> you are ok with this then we can close the case unless someone else has 
>> any more comments on it.
>>     
>
> Main thing I see missing is that while the SMF FMRIs are called out on
> the exported interface table, there is no stability documented.  Given
> that most of the rest of Ganglia interfaces are Uncommitted, the FMRI
> should ideally be at least Uncommitted or better.
>
> +1 from me, subject only to first documenting that FMRI info.
>
> Nit: don't need manpages in interface table.
>
>
>
>   

From Jyri.Virkki@sun.com Tue Jan  5 10:10:52 2010
Received: from newsunmail1brm.central.sun.com (newsunmail1brm.Central.Sun.COM [129.147.62.245])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o05IAqoG013697
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 5 Jan 2010 10:10:52 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by newsunmail1brm.central.sun.com (8.13.7+Sun/8.13.7/ENSMAIL,v2.4) with ESMTP id o05IAnji037007;
	Tue, 5 Jan 2010 11:10:49 -0700 (MST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KVS00B2LD61NC00@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 05 Jan 2010 10:10:49 -0800 (PST)
Received: from brmea-mail-1.sun.com ([192.18.98.31])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KVS008IWD608420@nwk-avmta-1.sfbay.Sun.COM>; Tue,
 05 Jan 2010 10:10:48 -0800 (PST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-1.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o05IAlAL028004; Tue,
 05 Jan 2010 18:10:47 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id o05IB6X04820; Tue, 05 Jan 2010 10:11:06 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id o05IAlS5011198; Tue,
 05 Jan 2010 10:10:47 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id o05IAlUY011197; Tue,
 05 Jan 2010 10:10:47 -0800 (PST)
Date: Tue, 05 Jan 2010 10:10:47 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B31BBE0.1080304@sun.com>
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <20100105181047.GA10745@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com> <4B31BBE0.1080304@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 745

Tavitayya Varanasi wrote:
>
> >Main thing I see missing is that while the SMF FMRIs are called out on
> >the exported interface table, there is no stability documented.  Given
> >that most of the rest of Ganglia interfaces are Uncommitted, the FMRI
> >should ideally be at least Uncommitted or better.
> >
> >+1 from me, subject only to first documenting that FMRI info.
> >
> >Nit: don't need manpages in interface table.
> >
>
> Will make the suggested changes.

Thanks..
This case was approved at the LSARC meeting today given the above committment.
Nonetheless, I'd like to see the materials updated to reflect the info for
future reference (particularly on the FMRI stability).


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Rahul.Shah@sun.com Wed Jan  6 10:41:19 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o06IfIjo014185
	for <LSARC-ext@sac.sfbay.sun.com>; Wed, 6 Jan 2010 10:41:19 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o06IfGJW012232
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Wed, 6 Jan 2010 12:41:18 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KVU0060198TKO00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 06 Jan 2010 10:41:17 -0800 (PST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KVU008U098S1Q80@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 06 Jan 2010 10:41:17 -0800 (PST)
Received: from fe-amer-10.sun.com ([192.18.109.80])
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o06IfGsw002886	for
 <LSARC-ext@sun.com>; Wed, 06 Jan 2010 18:41:16 +0000 (GMT)
Received: from conversion-daemon.mail-amer.sun.com by mail-amer.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KVU00C0087INJ00@mail-amer.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Wed, 06 Jan 2010 11:41:16 -0700 (MST)
Received: from [192.168.1.2] ([unknown] [59.182.94.169])
 by mail-amer.sun.com (Sun Java(tm) System Messaging Server 7u2-7.04 64bit
 (built Jul  2 2009)) with ESMTPSA id <0KVU00JAG98PQ2E0@mail-amer.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Wed,
 06 Jan 2010 11:41:16 -0700 (MST)
Date: Thu, 07 Jan 2010 00:11:13 +0530
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20100105181047.GA10745@sun.com>
Sender: Rahul.Shah@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>, LSARC-ext@sun.com
Message-id: <4B44D949.8030503@sun.com>
MIME-version: 1.0
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B272B8A.7040505@sun.com> <20091216052712.GB25727@sun.com>
 <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com> <4B31BBE0.1080304@sun.com>
 <20100105181047.GA10745@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 1558

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi Jyri,<br>
&nbsp; I have updated the case materials with this info. Please check:<br>
<a class="moz-txt-link-freetext" href="http://sac.eng/LSARC/2009/658/materials/ganglia-One-Pager.txt">http://sac.eng/LSARC/2009/658/materials/ganglia-One-Pager.txt</a><br>
<br>
Thanks,<br>
Rahul<br>
ps: I will update the status of the case once you are ok with the
updated material.<br>
<br>
Jyri Virkki wrote:
<blockquote cite="mid:20100105181047.GA10745@sun.com" type="cite">
  <pre wrap="">Tavitayya Varanasi wrote:
  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Main thing I see missing is that while the SMF FMRIs are called out on
the exported interface table, there is no stability documented.  Given
that most of the rest of Ganglia interfaces are Uncommitted, the FMRI
should ideally be at least Uncommitted or better.

+1 from me, subject only to first documenting that FMRI info.

Nit: don't need manpages in interface table.

      </pre>
    </blockquote>
    <pre wrap="">Will make the suggested changes.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Thanks..
This case was approved at the LSARC meeting today given the above committment.
Nonetheless, I'd like to see the materials updated to reflect the info for
future reference (particularly on the FMRI stability).


  </pre>
</blockquote>
<br>
</body>
</html>

From Jyri.Virkki@sun.com Tue Jan 19 10:22:23 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0JIMMSb002999
	for <LSARC-ext@sac.sfbay.sun.com>; Tue, 19 Jan 2010 10:22:22 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0JIMJGI019720;
	Tue, 19 Jan 2010 10:22:21 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KWI0000NB18E400@brm-avmta-1.central.sun.com>; Tue,
 19 Jan 2010 11:22:20 -0700 (MST)
Received: from brmea-mail-4.sun.com ([192.18.98.36])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KWI00GRHB18EG60@brm-avmta-1.central.sun.com>; Tue,
 19 Jan 2010 11:22:20 -0700 (MST)
Received: from dm-usca19-13.red.iplanet.com
 (host-179-56-18-192.iplanet.com [192.18.56.179] (may be forged))
	by brmea-mail-4.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o0JIMKKL018654; Tue,
 19 Jan 2010 18:22:20 +0000 (GMT)
Received: from buye.red.iplanet.com (buye [192.18.65.224])
	by dm-usca19-13.red.iplanet.com (8.11.7p1+Sun/8.11.7/IPLANET,v1.2)
 with ESMTP id o0JIMhX06664; Tue, 19 Jan 2010 10:22:43 -0800 (PST)
Received: from buye.red.iplanet.com (localhost [127.0.0.1])
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7) with ESMTP id o0JIMJVV013198; Tue,
 19 Jan 2010 10:22:19 -0800 (PST)
Received: (from jyri@localhost)
	by buye.red.iplanet.com (8.13.7+Sun/8.13.7/Submit) id o0JIMJAA013197; Tue,
 19 Jan 2010 10:22:19 -0800 (PST)
Date: Tue, 19 Jan 2010 10:22:19 -0800
From: Jyri Virkki <Jyri.Virkki@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B44D949.8030503@sun.com>
To: Rahul Shah <Rahul.Shah@sun.com>
Cc: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>, LSARC-ext@sun.com
Message-id: <20100119182219.GA12915@sun.com>
MIME-version: 1.0
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7BIT
Content-disposition: inline
X-PMX-Version: 5.4.1.325704
References: <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com> <4B31BBE0.1080304@sun.com>
 <20100105181047.GA10745@sun.com> <4B44D949.8030503@sun.com>
User-Agent: Mutt/1.5.11
Status: RO
Content-Length: 1153

Rahul Shah wrote:
>
> 
>      I have updated the case materials with this info. Please check:
>    [1]http://sac.eng/LSARC/2009/658/materials/ganglia-One-Pager.txt

That doc still isn't right, it lists the xml files as interfaces even
though they probably aren't (aren't those Project Private?) but more
importantly, it does not give a classification to the FMRIs, which are
public intefaces.

  /var/svc/manifest/application/ganglia-mond.xml  Uncommitted  -- SMF XML File --       And the FMRI is, svc:/application/ganglia-mond:default
 /var/svc/manifest/application/ganglia-metad.xml  Uncommitted  -- SMF XML File --       And the FMRI is, svc:/application/ganglia-metad:default

Probably what should be in the interface table is just:

        svc:/application/ganglia-mond:default   Uncommitted     FMRI
        svc:/application/ganglia-metad:default  Uncommitted     FMRI

(but project team needs to confirm, it's your code).

Note that this case was approved already back in December, the IAM
file just needs to be updated. Still, cleaning up the doc for the
above info would be nice.


-- 
Jyri J. Virkki - jyri.virkki@sun.com - Sun Microsystems

From Tavitayya.Varanasi@sun.com Sun Jan 24 22:32:11 2010
Received: from sunmail6brm.central.sun.com (sunmail6brm.Central.Sun.COM [129.147.4.169])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0P6WBDO023540
	for <LSARC-ext@sac.sfbay.sun.com>; Sun, 24 Jan 2010 22:32:11 -0800 (PST)
Received: from nwk-avmta-1.SFBay.Sun.COM (nwk-avmta-1.SFBay.Sun.COM [129.146.11.74])
	by sunmail6brm.central.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0P6W88b009000
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Mon, 25 Jan 2010 00:32:11 -0600 (CST)
Received: from pmxchannel-daemon.nwk-avmta-1.sfbay.Sun.COM by
 nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KWS00701I4MCH00@nwk-avmta-1.sfbay.Sun.COM> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Sun, 24 Jan 2010 22:31:34 -0800 (PST)
Received: from sineb-mail-2.sun.com ([192.18.19.7])
 by nwk-avmta-1.sfbay.Sun.COM
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KWS003K5I4LMK10@nwk-avmta-1.sfbay.Sun.COM> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Sun,
 24 Jan 2010 22:31:34 -0800 (PST)
Received: from fe-apac-06.sun.com
 (fe-apac-06.sun.com [192.18.19.177] (may be forged))
	by sineb-mail-2.sun.com (8.13.6+Sun/8.12.9) with ESMTP id o0P6VWHk025820	for
 <LSARC-ext@sun.com>; Mon, 25 Jan 2010 06:31:32 +0000 (GMT)
Received: from conversion-daemon.mail-apac.sun.com by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KWS00700I3RTR00@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 25 Jan 2010 14:31:32 +0800 (SGT)
Received: from [129.158.230.152] ([unknown] [129.158.230.152])
 by mail-apac.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KWS00DOJI4KL1D0@mail-apac.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Mon, 25 Jan 2010 14:31:32 +0800 (SGT)
Date: Mon, 25 Jan 2010 12:01:29 +0530
From: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <20100119182219.GA12915@sun.com>
Sender: Tavitayya.Varanasi@sun.com
To: Jyri Virkki <Jyri.Virkki@sun.com>
Cc: Rahul Shah <Rahul.Shah@sun.com>, LSARC-ext@sun.com
Message-id: <4B5D3AC1.6090800@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com> <4B31BBE0.1080304@sun.com>
 <20100105181047.GA10745@sun.com> <4B44D949.8030503@sun.com>
 <20100119182219.GA12915@sun.com>
User-Agent: Thunderbird 2.0.0.23 (X11/20090817)
Status: RO
Content-Length: 1234

Modified document is sent to Rahul. He would update the same.

-Tavit

Jyri Virkki wrote:
> Rahul Shah wrote:
>   
>>      I have updated the case materials with this info. Please check:
>>    [1]http://sac.eng/LSARC/2009/658/materials/ganglia-One-Pager.txt
>>     
>
> That doc still isn't right, it lists the xml files as interfaces even
> though they probably aren't (aren't those Project Private?) but more
> importantly, it does not give a classification to the FMRIs, which are
> public intefaces.
>
>   /var/svc/manifest/application/ganglia-mond.xml  Uncommitted  -- SMF XML File --       And the FMRI is, svc:/application/ganglia-mond:default
>  /var/svc/manifest/application/ganglia-metad.xml  Uncommitted  -- SMF XML File --       And the FMRI is, svc:/application/ganglia-metad:default
>
> Probably what should be in the interface table is just:
>
>         svc:/application/ganglia-mond:default   Uncommitted     FMRI
>         svc:/application/ganglia-metad:default  Uncommitted     FMRI
>
> (but project team needs to confirm, it's your code).
>
> Note that this case was approved already back in December, the IAM
> file just needs to be updated. Still, cleaning up the doc for the
> above info would be nice.
>
>
>   

From Rahul.Shah@sun.com Thu Jan 28 17:44:55 2010
Received: from sunmail2sca.sfbay.sun.com (sunmail2sca.SFBay.Sun.COM [129.145.155.234])
	by sac.sfbay.sun.com (8.13.8+Sun/8.13.8) with ESMTP id o0T1itZY024092
	for <LSARC-ext@sac.sfbay.sun.com>; Thu, 28 Jan 2010 17:44:55 -0800 (PST)
Received: from brm-avmta-1.central.sun.com (brm-avmta-1.Central.Sun.COM [129.147.4.11])
	by sunmail2sca.sfbay.sun.com (8.13.8+Sun/8.13.8/ENSMAIL,v2.4) with ESMTP id o0T1ir2i024243
	for <@sunmail2sca.sfbay.sun.com:LSARC-ext@sun.com>; Thu, 28 Jan 2010 17:44:54 -0800 (PST)
Received: from pmxchannel-daemon.brm-avmta-1.central.sun.com by
 brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 id <0KWZ0030FJIU0Y00@brm-avmta-1.central.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 28 Jan 2010 18:44:54 -0700 (MST)
Received: from sca-es-mail-2.sun.com ([192.18.43.133])
 by brm-avmta-1.central.sun.com
 (Sun Java System Messaging Server 6.2-3.04 (built Jul 15 2005))
 with ESMTP id <0KWZ009E4JITIN90@brm-avmta-1.central.sun.com> for
 LSARC-ext@sun.com (ORCPT LSARC-ext@sun.com); Thu,
 28 Jan 2010 18:44:54 -0700 (MST)
Received: from fe-sfbay-10.sun.com ([192.18.43.129])
	by sca-es-mail-2.sun.com (8.13.7+Sun/8.12.9) with ESMTP id o0T1irXr009235	for
 <LSARC-ext@sun.com>; Thu, 28 Jan 2010 17:44:53 -0800 (PST)
Received: from conversion-daemon.fe-sfbay-10.sun.com by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 id <0KWZ00D00JHMTA00@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 28 Jan 2010 17:44:53 -0800 (PST)
Received: from [192.18.126.117] ([unknown] [192.18.126.117])
 by fe-sfbay-10.sun.com
 (Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul  2 2009))
 with ESMTPSA id <0KWZ00G3WJITPK70@fe-sfbay-10.sun.com> for LSARC-ext@sun.com
 (ORCPT LSARC-ext@sun.com); Thu, 28 Jan 2010 17:44:53 -0800 (PST)
Date: Thu, 28 Jan 2010 17:47:48 -0800
From: Rahul Shah <Rahul.Shah@sun.com>
Subject: Re: Project Ganglia [ LSARC/2009/658 fastrack timeout 12/10/2009]
In-reply-to: <4B5D3AC1.6090800@sun.com>
Sender: Rahul.Shah@sun.com
To: Tavitayya Varanasi <Tavitayya.Varanasi@sun.com>
Cc: Jyri Virkki <Jyri.Virkki@sun.com>, LSARC-ext@sun.com
Message-id: <4B623E44.6060700@sun.com>
MIME-version: 1.0
Content-type: text/plain; CHARSET=US-ASCII; format=flowed
Content-transfer-encoding: 7BIT
X-PMX-Version: 5.4.1.325704
References: <4B29FFB0.6030503@sun.com> <4B2AE584.30009@sun.com>
 <20091218064813.GA15616@sun.com> <4B2B6BB8.6090304@sun.com>
 <20091218185323.GB23916@sun.com> <4B3156C0.4010504@sun.com>
 <20091223054741.GA3983@sun.com> <4B31BBE0.1080304@sun.com>
 <20100105181047.GA10745@sun.com> <4B44D949.8030503@sun.com>
 <20100119182219.GA12915@sun.com> <4B5D3AC1.6090800@sun.com>
User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
Status: RO
Content-Length: 1376

Both the case materials and IAM file is now updated.

Thanks,
Rahul

Tavitayya Varanasi wrote:
> Modified document is sent to Rahul. He would update the same.
>
> -Tavit
>
> Jyri Virkki wrote:
>> Rahul Shah wrote:
>>  
>>>      I have updated the case materials with this info. Please check:
>>>    [1]http://sac.eng/LSARC/2009/658/materials/ganglia-One-Pager.txt
>>>     
>>
>> That doc still isn't right, it lists the xml files as interfaces even
>> though they probably aren't (aren't those Project Private?) but more
>> importantly, it does not give a classification to the FMRIs, which are
>> public intefaces.
>>
>>   /var/svc/manifest/application/ganglia-mond.xml  Uncommitted  -- SMF 
>> XML File --       And the FMRI is, svc:/application/ganglia-mond:default
>>  /var/svc/manifest/application/ganglia-metad.xml  Uncommitted  -- SMF 
>> XML File --       And the FMRI is, 
>> svc:/application/ganglia-metad:default
>>
>> Probably what should be in the interface table is just:
>>
>>         svc:/application/ganglia-mond:default   Uncommitted     FMRI
>>         svc:/application/ganglia-metad:default  Uncommitted     FMRI
>>
>> (but project team needs to confirm, it's your code).
>>
>> Note that this case was approved already back in December, the IAM
>> file just needs to be updated. Still, cleaning up the doc for the
>> above info would be nice.
>>
>>
>>   


