Eucalyptus(v4.0)系统需求
1.计算需求
- Physical Machines: All Eucalyptus components must be installed on physical machines, not virtual machines.
物理机器:桉树所有组件必须安装在物理机器,不是虚拟机。
- Central Processing Units (CPUs): We recommend that each machine in your Eucalyptus cloud contain either an Intel or AMD processor with a minimum of two, 2GHz cores.
中央处理单元(cpu):我们建议每台部署桉树云的机器至少为双核英特尔或AMD处理器,2GHZ以上。
- Operating Systems: Eucalyptus supports the following Linux distributions: CentOS 6 and RHEL 6. Eucalyptus only supports 64-bit architecture.
操作系统:桉树支持以下Linux发行版:CentOS 6和RHEL 6。桉树只支持64位。
- Machine Clocks: Each Eucalyptus component machine and any client machine clocks must be synchronized (for example, using NTP). These clocks must be synchronized all the time, not just at installation.
机器时钟:每个桉树组件机和任何客户端机时钟必须同步(例如,使用网络时间协议(NTP))。这些时钟必须同步,而不只是在安装的时候。
- Hypervisor: CentOS 6 and RHEL 6 installations must have KVM installed and configured on NC host machines. When you install Eucalyptus from packages, KVM will be installed on all NCs.Machine Access: Verify that all machines in your network allow SSH login, and that root or sudo access is available on each of them.
虚拟机监控程序:CentOS 6和RHEL 6安装的时候必须已经安装有KVM并且已经配置好节点控制器(NC)在主机上。当你通过包管理工具安装桉树云环境时,KVM必须已经被安装在所有的节点控制器上面。机器访问:验证所有机器在您的网络允许SSH登录,并且保证root账户或sudo访问都是可用的。
>> For information about using KVM on CentOS 6, go to the Virtualization page.
更多信息关于使用KVM在CentOS 6,去虚拟化页面。
>> For more information about using KVM on RHEL 6, go to the Virtualization page in the Red Hat documentation.
更过信息关于使用KVM在RHEL 6 ,去虚拟化页面在Red Hat帮助文档。
>> VMware-based installations do not include NCs, but must have a VMware hypervisor pool installed and configured (VMware versions 4.0, 4.1 and 5.0).
VMware-based安装并不包含节点控制器NCs,但是必须有一个VMware虚拟机监控程序池已经安装和配置(VMware版本4.0、4.1和4.0)。
2.存储需求
- Each machine in your network needs a minimum of 30 GB of storage.
每台机器在你的网络需要至少30 GB的存储空间。
- We recommend at least 100GB for Walrus and SC hosts running Linux VMs. We recommend at least 250GB for Walrus and SC hosts running Windows VMs.
建议运行海象和运行Linux vm的SC主机至少有100 gb的硬盘存储空间。建议运行海象和运行Windows vm的SC主机至少有250 gb的硬盘存储空间。
- We recommend a range of 50-100GB per NC host running Linux VMs, and at least 250GB per NC host for running Windows VMs. Note that larger available disk space enables greater number of VMs.
我们推荐一系列50 - 100 gb /运行每一个Linux节点的虚拟机,至少250 gb 运行每一个Windows节点的虚拟机。注意,大的可用磁盘空间可能让系统运行更多的虚拟机。
- Each machine in your network needs a minimum of 4 GB RAM. However, we recommend more RAM for improved caching.
每台机器在你的网络需要至少4 GB RAM。当然,我们推荐使用更大的RAM来提高性能。
3.网络需求
- All NCs must have access to a minimum of 1Gb Ethernet network connectivity.
所有NC必须获得至少1 gb网络带宽。
- All Eucalyptus components must have at least one Network Interface Card (NIC) for a base-line deployment. For better network isolation and scale, the CC should have two NICS (one facing the CLC/user network and one facing the NC/VM network). For HA configurations that include network failure resilience, each machine should have one extra NIC for each functional NIC (they will be bonded and connected to separate physical network hardware components).
桉树所有组件必须至少有一个网络接口卡(NIC)对于基本部署。为了有更好的网络隔离和规模,CC应该有两个网卡(一个面对CLC /用户网络和一个面对NC/虚拟机网络)。对于HA配置,包括网络故障恢复,每台机器应该有一个额外的网卡对于每个功能网卡(他们将保护和连接到不同的物理网络硬件组件)。
- Some configurations require that machines hosting a CC have two network interfaces, each with a minimum of 1Gb Ethernet.
有些配置要求机器托管CC有两个网络接口,每一个都有至少1 gb的以太网。
- Depending on the feature set that is to be deployed, the network ports connecting the Ethernet interfaces may need to allow VLAN trunking.
根据部署的特性集,网络端口连接的以太网接口可能需要允许VLAN中继。
说明:VLAN也就是在交换机上逻辑虚拟出来的LAN,每个VLAN都是一个独立的局域网,即在没有三层路由的情况VLAN之间无法进行通讯。在了解VLAN中继之前,请记住:每个VLAN中的接口只允许该VLAN的数据通过。VLAN中继技术可以说是为了解决多台交换机相联,并且这时每个交换机上面同时划分了多个VLAN的情况下(比如vlan 10 20 30),那么连接在不同交换机上的电脑(在同VLAN)需要互相通讯时,由于每VLAN中的接口只允许该VLAN的数据通过,在没有中继技术时有多少个VLAN通讯,就需要连接多少根网线来分别传输每个VLAN的数据。这样是不现实的,浪费交换机接口,网线。VLAN中继就解决了这样的问题,中继允许把交换机互联的接口配置成中继接口,中继接口可以承载多个VLAN的数据,即交换机上面所有的VLAN都可以在中继接口上通过。
- Depending on some configurations, Eucalyptus requires that you make available two sets of IP addresses. The first range is private, to be used only within the Eucalyptus system itself. The second range is public, to be routable to and from end-users and VM instances. Both sets must be unique to Eucalyptus, not in use by other components or applications within your network.
根据一些配置,桉树要求您提供两套IP地址。第一个范围是私有的,只有在使用Eucalyptus系统本身。第二个范围是公共的,从最终用户到路由和VM实例。对于桉树这两组设置必须是唯一的,没有使用其他组件或应用程序在您的网络。
- The network interconnecting physical servers hosting Eucalyptus components (except the CC and NC) must support UDP multicast for IP address 228.7.7.3. Note that UDP multicast is not used over the network that interconnects the CC to the NCs.
网络连接物理服务器托管桉树组件(CC和NC除外)必须支持UDP 228.7.7.3多点广播的IP地址。注意,不使用UDP广播在网络互联CC到NC。
参考资料:https://www.eucalyptus.com/docs/eucalyptus/4.0/index.html#install-guide/system_requirements.html
Eucalyptus(v4.0)系统需求的更多相关文章
- 高性能 TCP/UDP/HTTP 通信框架 HP-Socket v4.0.1
HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件.客户端组件和 Agent 组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/ ...
- 未能写入输出文件“c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\106f9ae8\cc0e1
在本地开发环境没问题,但是发布到服务器出现:未能写入输出文件"c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.Ne ...
- 格式工厂 v4.0.0 最新去广告绿色纯净版
最好用的多媒体格式转换利器:格式工厂现已更新至v4.0,此次更新加入最新的HEVC(H265)编码,MP4,MKV的压缩比大幅度提高!格式工厂,轻松转换一切你想要的格式!利器在手,转换不愁! 格式工厂 ...
- V4.0到来了,css雪碧图生成工具4.0更新啦
V3.0介绍 http://www.cnblogs.com/wang4517/p/4476758.html V4.0更新内容 V4.0下载地址:http://download.csdn.net/det ...
- [已解决]:调用 LoadLibraryEx 失败,在 ISAPI 筛选器 "c:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.
现象:我的是 win7, iis7, 64bit, 打开网站错误如下: 错误摘要 HTTP 错误 500.0 - Internal Server Error 调用 LoadLibraryEx 失败,在 ...
- 未能解析目标框架“.NETFramework,Version=v4.0”的 mscorlib的解决方法
本人菜鸟一个,在编码过程中遇到的问题记录下以备忘,高手别笑.最近在做一个项目,公司的VS版本是2010,家里的VS版本是2012.把公司的项目用2012打开后再用2010打开就出现 未能解析目标框架“ ...
- AntiXSS v4.0中Sanitizer.GetSafeHtmlFragment等方法将部分汉字编码为乱码的解决方案
AntiXSS v4.0中Sanitizer.GetSafeHtmlFragment等方法将部分汉字编码为乱码的解决方案 以下代码为asp.net环境下,c#语言编写的解决方案.数据用Dictiona ...
- Bootstrap v4.0.0-alpha.5 发布,大量更新
Bootstrap v4.0.0-alpha.5 发布了,Bootstrap是快速开发Web应用程序的前端工具包.它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的 ...
- 用户 'IIS APPPOOL\ASP.NET V4.0' 登录失败 解决办法…………
在iis管理器中-->应用程序池-->ASP.NET V4.0---->高级设置-->标识-->改为localSystem
随机推荐
- JavaEE资源
JavaEE资源 http://bbs.itheima.com/forum.php?mod=forumdisplay&fid=183
- 阶段4-独挡一面\项目-基于视频压缩的实时监控系统\Sprint1-基于Epoll架构的采集端程序框架设计\第2课-基于Epoll的采集端程序框架设计
回顾之前的整个程序架构 把epoll机制应用到这个架构上去 下面主要去分析我们的系统中有没有需要等待的事件,先看看采集子系统 在采集子系统当中,摄像头有数据,摄像头采集到图像数据可以作为一个等待事件. ...
- 20. Linux提权:从入门到放弃
几点前提 已经拿到低权shell 被入侵的机器上面有nc,python,perl等linux非常常见的工具 有权限上传文件和下载文件 内核漏洞提权 提到脏牛,运维流下两行眼泪,我们留下两行鼻血.内核漏 ...
- java String编码转换
/** * Get XML String of utf-8 * * @return XML-Formed string */ public static String getUTF8XMLString ...
- Sharepoint商务智能学习笔记之PowerPviot Service安装与配置(七)
1) PowerPviot Service多服务器部署注意事项 PowerPviot Service不是Sharepoint自带的服务,要想使用PowerPviot Service需要先在sharep ...
- 托管调试助手 "PInvokeStackImbalance":的调用导致堆栈不对称。原因可能是托管的 PInvoke 签名与非托管的目标签名不匹配。请检查 PInvoke 签名的调用约定和参数与非托管
在C#中一定要检查引用时的数据类型 WinAPI 的数据类型 默认是32位的,但是引用时外部的是 Long类型默认是64位的.所以引用时需要将 long 改为 int 型. 参照 http://blo ...
- 使用MailMessage发送邮件
SmtpClient smtp = new SmtpClient(); //实例化一个SmtpClient smtp.DeliveryMethod = SmtpDeliveryMethod.Netwo ...
- [开发技巧]·Python极简实现滑动平均滤波(基于Numpy.convolve)
[开发技巧]·Python极简实现滑动平均滤波(基于Numpy.convolve) 1.滑动平均概念 滑动平均滤波法(又称递推平均滤波法),时把连续取N个采样值看成一个队列 ,队列的长度固定为N ...
- 51nod 1154【DP】
区间DP大暴力吧?GG. dp[ i ] 为字符至 i 的最少数量. 如果[Left , Right]是回文串, dp[Right] = min(dp[ Right ] , dp[Left-1] + ...
- Gson本地和服务器环境不同遇到的Date转换问题 Failed to parse date []: Invalid time zone indicator
GoogleGson在处理Date格式时有个小陷阱,在不同环境中部署时可能会遇到问题. Gson默认处理Date对象的序列化/反序列化是通过一个SimpleDateFormat对象来实现的,通过下面的 ...