Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I am new to this environment. I am trying to install ganglia-monitor-core3.4.0 in Ubuntu 11.10.

But I am getting a error code 1 while executing the configure commands.

Can I do the installation from the root user? Because in an installation guide that I've found, the prompt of terminal started with %, where as for root user it displays # in the terminal. If you come across any installation materials or tutorials please let me know ASAP.

share|improve this question

1 Answer

To install Ganglia just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.

On Ubuntu nodes:

sudo apt-get install ganglia-monitor 

(this installs the service ganglia-monitor, which is gmond)

On Ubuntu web interface machine:

sudo apt-get install ganglia-webfrontend 

(this installs gmetad and the web frontend)

Configuration:

  • Stats Generation Boxes
  • Stats Collection Box(es)
  • Ganglia-webfrontend (gmetad)
  • Hadoop Statics in Ganglia 1

Read more

1Source:Ganglia

share|improve this answer
Does 11.10 have ganglia 3.4.0 then? – RickyA Nov 26 '12 at 12:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.