2010/7/7 bhoobesh <[email protected]> > hello sir > > please tell me how to configure cloud computing in linux and how to > configure it. > > > and also please send me the configuration details of dns in linux >
Now, let's not confuse you. Cloud computing *is* like the others on the thread said, well, such a broad term. It's like using resources like, cpu, network, storage over the Internet [i.e. They should be accessible over Internet protocols] and you get billed only for what you use and for the amount of time that you use it for. E.x. You launch an instance (a virtual computer lying somewhere on the "cloud") and let's say you run it for 2 hours, you get billed for running it for 2 hours and for the processor, ram etc. To implement it on a local infrastructure, you'll need to get your hands on some of the "Cloud Computing Framework". Open source ones are easier to get. Eucalyptus is one popular framework. You then need to try and implement each component on the framework. What you need, at least two servers, one preferably VT-enabled (meaning you can run virtual machines) to run the essential components and a good Internet connection. You can find a beginner's guide here: http://cssoss.wordpress.com Pick up the keywords and google them if you don't understand. Or just ask your questions here, but not before you've done some background work (googling, reading guides, forums etc). Cheers, Yogesh. _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
