Cluster: New BobSCEd Install Log: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<font color="green">Green color</font> indicates something that still needs to be done. | <font color="green">Green color</font> indicates something that still needs to be done. | ||
'''Yum installed:''' | |||
Yum installed: | |||
* gcc.x86_64 | * gcc.x86_64 | ||
* apr.x86_64 (for Ganglia) | * apr.x86_64 (for Ganglia) | ||
Install C3 tools from http://www.csm.ornl.gov/torc/C3/C3softwarepage.shtml | ''' Install C3 tools''' from http://www.csm.ornl.gov/torc/C3/C3softwarepage.shtml | ||
* Downloaded full install rpm on bs0, installed with <code>yum --nogpgcheck localinstall c3-4.0.1-1.noarch.rpm</code> | * Downloaded full install rpm on bs0, installed with <code>yum --nogpgcheck localinstall c3-4.0.1-1.noarch.rpm</code> | ||
** See [[Cluster: C3 Tools README | C3 Tools README]] and [[Cluster: C3 Tools INSTALL | C3 Tools INSTALL]] | ** See [[Cluster: C3 Tools README | C3 Tools README]] and [[Cluster: C3 Tools INSTALL | C3 Tools INSTALL]] | ||
* <font color="green">/etc/c3.conf still needs to be created and configured</font> | * <font color="green">/etc/c3.conf still needs to be created and configured</font> | ||
'''Ganglia''' | |||
Ganglia | |||
* On hopper, added the data_source line for bs0 to <code>/usr/local/etc/gmetad.conf</code> and restarted it with <code>/usr/local/etc/rc.d/gmetad restart</code> | * On hopper, added the data_source line for bs0 to <code>/usr/local/etc/gmetad.conf</code> and restarted it with <code>/usr/local/etc/rc.d/gmetad restart</code> | ||
* Downloaded tar ball from http://sourceforge.net/projects/ganglia/ | * Downloaded tar ball from http://sourceforge.net/projects/ganglia/ | ||
** See [[Cluster: Ganglia README | Ganglia README]] | ** See [[Cluster: Ganglia README | Ganglia README]] | ||
Revision as of 17:08, 3 August 2009
Green color indicates something that still needs to be done.
Yum installed:
- gcc.x86_64
- apr.x86_64 (for Ganglia)
Install C3 tools from http://www.csm.ornl.gov/torc/C3/C3softwarepage.shtml
- Downloaded full install rpm on bs0, installed with
yum --nogpgcheck localinstall c3-4.0.1-1.noarch.rpm- See C3 Tools README and C3 Tools INSTALL
- /etc/c3.conf still needs to be created and configured
Ganglia
- On hopper, added the data_source line for bs0 to
/usr/local/etc/gmetad.confand restarted it with/usr/local/etc/rc.d/gmetad restart - Downloaded tar ball from http://sourceforge.net/projects/ganglia/
- See Ganglia README