private cloud computing

六眼飞鱼酱① 提交于 2019-12-12 06:48:49

问题


I am very new to cloud computing .I want to set a private cloud on my local computer using vmware or any other software.Is it possible to implement cloud computing on the local host using Vmware if yes then please let me know the full step to impement that private cloud..thanks VMware


回答1:


P.T. isn't wrong. Cloud computing doesn't mean the same thing to everyone, and there are many interpretations of what it is. VMware's intended solution requires advanced hardware, software and expertise.

To try to answer your question...no, you really can't setup a cloud on a single physical system with local disk.

VMware's offering for this is called vCloud Director. Here are some links directly from VMware that you may find helpful.

VMware's Definition of a Private Cloud

Implementaion Example of a Private Cloud

Hope this helps




回答2:


I am glad you asked this question, I have recently implemented same thing you are asking to implement using VmWare or Virtual Box.
You can follow below steps to implement private cloud:

  1. Firstly, arrange some router and switch to connect your PC using Copper Straight Through via Switch.
  2. Secondly, Connect Switch and Router together using FastEthernet 0/0 or 1/0 to Switch FastEthernet 0/0 or any but don't use unmatched ports.
  3. Now, make two-three instances of any OS in VmWare and install wampServer in your System to which you have connected via Switch. (I am saying you to install wampserver since, that will be beneficial you to explore the connectivity and running of web app under your www folder).
  4. Then, in instances of VmWare, change the Network Settings as Bridged Network (From Host Provided) that will give options of assigning different IPv4 Addresses to that instances which will be different from your system Address.
  5. With that, you can initialize to apply routing commands for DHCP and Assigning link addresses using normal Router Commands using Console Cable and Putty Software.

At the end, if you feel any doubts, feel free to ask! You can refer my project details at my LinkedIn Profile: http://linkedin.com/in/ramneekkalra




回答3:


A bunch of servers works as one to provide a service to a customer is called the cloud. A private cloud is nothing but a service that is not shared with other peers. To know more about cloud services differences and implementation steps follow this link here- https://www.impigertech.com/blog/public-vs-private-vs-hybrid-cloud/



来源:https://stackoverflow.com/questions/9289076/private-cloud-computing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!