I feel that the difference between an HPC platform and a Cloud
Computing platform can be marginal at times. Critically a Cloud needs
to run many applications and will usually virtualise the platform to
provide run time containers of some sort. (I use container in a
generic or meta sense and some will say must not usually. )
If you use containers or thick virtualisation technologues such as
vmware or virtual box, you can distribute your cloud's processing
capability across your desktop estate by having the job scheduler ask
a desktop system to run a VM.
Alternatively you could deploy the desktop into a VM, and have the
desktop systems boot the desktop VM, run it in foreground for the
desktop system user and incorporate the desktop system OS into the
cloud resource pool.
Otherwise you could borrow the models of the previous correspondents
and implement a VDI solution and so the desktops run anywhere in the
cloud but display on the desktop systems and then include the desktop
systems in your cloud resource pool.
This all depends on the functionality of your job scheduler and
elasticity implementation.
Dave Levy
Hampshire, England
On Aug 19, 6:35 pm, vasant tiwari <
hawkeye2...@gmail.com> wrote:
> Hi all,
>
> As I am progressing with my work towards setting up a private cloud, I came
> across a situation. I have got 16 blade servers and 100 desktop computers
> with good configuration.
>
> Now I want while creating the cloud, I am using the blade servers for all
> the storage and running instances. I mean the whole computing power will
> reside on blade servers. The desktops take role of thin clients.
>
> Now my confusion is that *does not this make my blade servers similar to
> cluster server ?????*
>
> Again I would like to include my Desktops also in the cloud because they
> have much better configuration than thin clients. So can anyone please
> suggest me how can* I utilize these desktops in my cloud setup. *