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)系统需求的更多相关文章

  1. 高性能 TCP/UDP/HTTP 通信框架 HP-Socket v4.0.1

    HP-Socket 是一套通用的高性能 TCP/UDP/HTTP 通信框架,包含服务端组件.客户端组件和 Agent 组件,广泛适用于各种不同应用场景的 TCP/UDP/HTTP 通信系统,提供 C/ ...

  2. 未能写入输出文件“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 ...

  3. 格式工厂 v4.0.0 最新去广告绿色纯净版

    最好用的多媒体格式转换利器:格式工厂现已更新至v4.0,此次更新加入最新的HEVC(H265)编码,MP4,MKV的压缩比大幅度提高!格式工厂,轻松转换一切你想要的格式!利器在手,转换不愁! 格式工厂 ...

  4. V4.0到来了,css雪碧图生成工具4.0更新啦

    V3.0介绍 http://www.cnblogs.com/wang4517/p/4476758.html V4.0更新内容 V4.0下载地址:http://download.csdn.net/det ...

  5. [已解决]:调用 LoadLibraryEx 失败,在 ISAPI 筛选器 "c:\Windows\Microsoft.NET\Framework\v4.0.30319\\aspnet_filter.

    现象:我的是 win7, iis7, 64bit, 打开网站错误如下: 错误摘要 HTTP 错误 500.0 - Internal Server Error 调用 LoadLibraryEx 失败,在 ...

  6. 未能解析目标框架“.NETFramework,Version=v4.0”的 mscorlib的解决方法

    本人菜鸟一个,在编码过程中遇到的问题记录下以备忘,高手别笑.最近在做一个项目,公司的VS版本是2010,家里的VS版本是2012.把公司的项目用2012打开后再用2010打开就出现 未能解析目标框架“ ...

  7. AntiXSS v4.0中Sanitizer.GetSafeHtmlFragment等方法将部分汉字编码为乱码的解决方案

    AntiXSS v4.0中Sanitizer.GetSafeHtmlFragment等方法将部分汉字编码为乱码的解决方案 以下代码为asp.net环境下,c#语言编写的解决方案.数据用Dictiona ...

  8. Bootstrap v4.0.0-alpha.5 发布,大量更新

    Bootstrap v4.0.0-alpha.5 发布了,Bootstrap是快速开发Web应用程序的前端工具包.它是一个CSS和HTML的集合,它使用了最新的浏览器技术,给你的Web开发提供了时尚的 ...

  9. 用户 'IIS APPPOOL\ASP.NET V4.0' 登录失败 解决办法…………

    在iis管理器中-->应用程序池-->ASP.NET V4.0---->高级设置-->标识-->改为localSystem

随机推荐

  1. 12、geo数据上传

    1.注册一个NCBI账户 注册geo账户(老用户和新用户): https://www.ncbi.nlm.nih.gov/geo/submitter/ 有3个月的时间 GEO DataSets > ...

  2. <c和指针>学习笔记6输入输出函数

    1 错误报告 (1)perror函数 void perror(char const *message) error是标准库的一个外部整型变量(errno.h),保存错误代码之后就会把这个信息传递给用户 ...

  3. 20.Ecshop 2.x/3.x SQL注入/任意代码执行漏洞

    Ecshop 2.x/3.x SQL注入/任意代码执行漏洞 影响版本: Ecshop 2.x Ecshop 3.x-3.6.0 漏洞分析: 该漏洞影响ECShop 2.x和3.x版本,是一个典型的“二 ...

  4. C#结构体指针的定义及使用详解(intptr的用法)

    在解析C#结构体指针前,必须知道C#结构体是如何定义的.在c#中同样定义该结构体. C#结构体指针之C#结构体的定义: [StructLayout(LayoutKind.Sequential)] pu ...

  5. C#判断字符串是否是数字最简单的正则表达式

    if (theStr!= null)//注意加非空判断,否则报错 { System.Text.RegularExpressions.Regex rex = new System.Text.Regula ...

  6. 51nod1138(连续和)

    题目链接:https://www.51nod.com/onlineJudge/questionCode.html#!problemId=1138 题意:中文题诶- 思路:假设 x=a1+(a1+1)+ ...

  7. 1、kubernetes系统基础190622

    1.容器编排工具 docker编排工具三剑客:docker compose, docker swarm, docker machine IDC的操作系统:mesos 提供容器编排框架:marathon ...

  8. PAT甲级——1094 The Largest Generation (树的遍历)

    本文同步发布在CSDN:https://blog.csdn.net/weixin_44385565/article/details/93311728 1094 The Largest Generati ...

  9. std::ref() 与 &

    引言 之前因为调整样式把博客园的样式毁了,所以一直在自己的另一个博客上更新,有兴趣的可以去观望一下:http://blog.yunlambert.top/最近还是把博客园拾起来吧..... 最近看到一 ...

  10. ContOS7分区并挂载硬盘(gpt)

    parted fdisk [只支持MSDOS分区布局] parted [支持MSDOS.GPT分区布局] 分区有三个步骤: 第一个步骤就是用分区工具进行分区 第二个步骤就是创建文件系统(也就是格式化) ...