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
随机推荐
- 1、Question: prep_reads.info vs. align_summary.txt
###参考:https://www.biostars.org/p/163356/ used TopHat to map my reads against their relative referenc ...
- 10、scala模式匹配
一.模式匹配1 1.介绍 模式匹配是Scala中非常有特色,非常强大的一种功能.模式匹配,其实类似于Java中的swich case语法,即对一个值进行条件判断,然后针对不同的条件, 进行不同的处理. ...
- 8、泛型程序设计与c++标准模板库5.函数对象
1.函数对象 函数对象是STL提供的第四类主要组件,它使得STL的应用更加灵活方便,从而增强了算法的通用性.大多数STL算法可以用一个函数对象作为参数.所谓“函数对象”其实就是一个行为类似函数的对象, ...
- vue.js基础学习(1)
一:v-cloak:解决浏览器闪烁,编译过程中不会显示,直到编译结束才显示. 用法:[v-cloak] { display: none;} <div v-cloak> {{ message ...
- htmlparser API
htmlparser所有的filter htmlparser所有的Tags htmlparser API: http://htmlparser.sourceforge.net/javadoc/inde ...
- Flash builder发布Air程序时设备配置文件supportedProfiles的配置
1. 发布的程序:需要访问本地进程,那么只能发布为exe程序才可以. 此时supportedProfiles 配置为 extendedDesktop desktop desktop保证能发布a ...
- ajax跨域问题解决方案(jsonp,cors)
跨域 跨域有三个条件,满足任何一个条件就是跨域 1:服务器端口不一致 2:协议不一致 3:域名不一致 解决方案: 1.jsonp 在远程服务器上设法动态的把数据装进js格式的文本代码段中,供客户端调用 ...
- 高效法则 之 你还在用这么low的方法打开软件吗?
电脑上的诸多功能被组织成软件的形式提供给用户.聊天的有QQ/Skype,看电影的有腾讯视频/芒果TV,听音乐的有酷狗/LessDJ,做图的有PS/Sketch,写代码搞开发的各种IDE Eclipse ...
- PHPExcel探索之旅---阶段二 设置表格样式
1.设置表格的默认样式为水平居中.垂直居中 getDefaultStyle()函数用来设置默认样式 由活动sheet对象来调用,setVertical()函数和setHorizontal()函数分别用 ...
- AngularJs1.X学习--路由
[三种使用说明:] $stateProvider.state('station.printQRCode', { //params: { 'parentOfficeId': null }, //一次性参 ...