
Cloud Computing
文章平均质量分 92
superxgl
这个作者很懒,什么都没留下…
展开
-
Eucalyptus的架构与安装
Eucalyptus的结构Eucalyptus包括:Instance Manager、Group Manager和Cloud Manager三部分,采用层状结构。Instance Manager:每一个安装有虚拟机的节点上都有一个Instance Manager。它控制虚拟机的运行。Group Manager:管理一组Instance Manager,管理Instance Ma转载 2009-11-28 07:56:00 · 794 阅读 · 0 评论 -
Eucalyptus
Eucalyptus Contents [hide] 1 Install 2 Setup 3 Networking 3.1 SYSTEM networking 4 User setup 5 Uploading images 6 Running an instance 7 Diagnostics 7.1 Problems 7.2 Storage 8 Ubuntu i原创 2011-02-11 20:20:00 · 2548 阅读 · 0 评论 -
Eucalyptus: Not Enough Resources - VM Instances
Issue: FinishedVerify: Not enough resources: vm instances. Reasoning: This issue arises if the node controller is not registered with the cluster controller or if there are no free VMs available to launch the instance. Solution: In case, the node cont原创 2011-02-11 20:26:00 · 1673 阅读 · 1 评论 -
Troubleshooting:Attach EBS volume to a running instance----network configuration on CC and NC has changed
Troubleshooting If the network configuration on CC and NC has changed, say either the interfaces changed, due to which the ip addresses have also changed. In such cases the following errors appear in nc.log [EUCAERROR ] libvirt: operation failed: adding原创 2011-02-11 20:46:00 · 748 阅读 · 0 评论 -
Troubleshooting : Eucalyptus网络配置之public Ip addresses 不足问题
一开始做实验为图省事,直接用的“SYSTEM"模式,一开始VM还可以分配到IP,后来启动的VM再分不到了,ip全部为0.0.0.0/0.0.0.0,唉,DHCP服务器是学校在管理和控制。。。。啥办? 最后,采用managed-novlan模式,cc的配置如下: VNET_PUBINTERFACE="eth0" VNET_PRIVINTERFACE="eth0" (没使用双网卡,均使用eth0) VNET_MODE="MANAGED-NOVLAN" VNET_SUBNET="192.168.原创 2011-02-12 20:48:00 · 1138 阅读 · 0 评论 -
Accessing Instance Metadata
This document shows you how to access instance-specific metadata from inside a running virtual machine. You can access instance metadata in all Eucalyptus networking modes. However, the way you access the metadata service from within a VM differs depending原创 2011-02-13 20:05:00 · 741 阅读 · 0 评论 -
Installing Mod-Proxy-Html and Proxying Virtuoso Via Apache2
Contents[hide] 1 Introduction 2 Installing Mod-Proxy-Html on Ubuntu 3 Installing Mod-Proxy-Html on any Linux Distribution 4 Configuring Apache2 For Proxying Virtuoso Queries 5 References Introduction Sometimes it may not be possible to access the Virtu原创 2011-02-12 20:07:00 · 1576 阅读 · 0 评论 -
脚本报错: binary operator expected
查看了launch-hadoop-master的第94行: 94 if [ ! -z $MASTER_HOST ]; then 改成加上双引号: 94 if [ ! -z "$MASTER_HOST" ]; then 解决。原创 2011-02-13 22:38:00 · 9911 阅读 · 0 评论 -
High Availability for the Ubuntu Enterprise Cloud (UEC) – Cloud Controller (CLC)
At UDS-M, I raised the concern of the lack of High Availability for the Ubuntu Enterprise Cloud (UEC). As part as the Cluster Stack Blueprint, the effort of trying to bring HA to UEC was defined, however, it was barely discussed due to the lack of time, an原创 2011-02-19 00:11:00 · 1412 阅读 · 0 评论 -
UbuntuHighAvailabilityTeam
For the sample configuration we will have two nodes called ha01 and ha02, and we will service an IP address, that we will call the Virtual IP address (VIP), on anactive / passive configuration. Both nodes will need to have name resolution configured either原创 2011-02-19 00:12:00 · 658 阅读 · 0 评论 -
CloudInit
CloudInit Summary cloud-init is the Ubuntu package that handles early initialization of a cloud instance. It is installed in the UEC Images and also in the official Ubuntu images available on EC2. Some of the things it configures are: setting a原创 2011-02-16 16:26:00 · 1063 阅读 · 0 评论 -
在云中使用 MapReduce 和负载平衡 (转载)
云计算旨在通过 Internet 提供随需应变的资源或服务,通常视数据中心的规模和可靠性水平而定。MapReduce 是一个为并行处理大量数据而设计的编程模型,它将工作划分为一个独立任务组成的集合。它是一种并行编程,由某种功能随需应变的云(如 Google 的 BigTable、Hadoop 和Sector)提供支持。 在本文中,将使用遵从 Randomized Hydrodynamic Load Balancing 技术(下文将详细介绍)的负载平衡算法。利用虚拟化来降低成本和物理服务器的实际数目;更重要原创 2011-04-18 21:41:00 · 522 阅读 · 0 评论 -
OpenStack技术文档汇总
OpenStack Nova code:https://bugs.launchpad.net/novaOpenStack Blog:http://planet.openstack.org/OpenStack 官方文档:http://docs.openstack.org/cactus ... with-openstack.htmlOpenStack 中国门户:http://blu00转载 2011-10-20 22:55:22 · 2710 阅读 · 1 评论 -
ssh/ scp got delay
今天发现在云上的两个VM之间不论是ssh或者是scp操作都有很大延迟,最后把对方各自的Ip加入到/etc/hosts里面就好了。所以应该是DNS服务器的配置问题,后面果然修改了DNS服务器ip就好了。所以碰到这种情况两种解决办法: fix DNS(或者修改/etc/hosts).原创 2011-02-26 16:57:00 · 624 阅读 · 0 评论 -
Java Web services and Apache Tomcat
Java Web services and Apache Tomcat There are a number of solutions for deploying Web services when using the Tomcat application deployment platform. This section covers how to install the Axis toolkit. Web services with Tomcat There are a number of alt原创 2011-02-09 19:22:00 · 676 阅读 · 0 评论 -
Modify a prepackaged image and Use YUM to install software
Modify a prepackaged image Posted: Mon, 08/09/2010 - 05:26 Hi all, I follow the instructions in the wiki about how to modify a prepackaged image to inall software.after #mkdir temp-mnt #losetup /dev/loop5 root.img #unt /dev/loop5 temp-mnt原创 2011-02-07 20:41:00 · 898 阅读 · 0 评论 -
几款开源云计算平台介绍
本文介绍了几个开源云计算平台,分别是Abiquo公司的三种云计算产品,Enomalism云计算平台,MongoDB开源数据存储项目,以及实现云计算环境弹性需求的Eucalyptus项目。Abiquo公司开源产品Abiquo公司帮助用户建立,管理以及扩展复杂的计算架构。具体开源云计算产品有三类,三种产品分别是abiCloud, abiNtense和abiData。这三种产品都可以转载 2009-11-28 15:40:00 · 1279 阅读 · 0 评论 -
Eucalyptus 驱动 Ubuntu 9.10 商业云计算
Eucalyptus Powers the Ubuntu Enterprise Cloud in Ubuntu 9.10Eucalyptus 私有云计算软件随着最新版Ubuntu发行版的到来一块儿起航了。Santa Barbara, CA., 2009年10月26日 – Eucalyptus系统公司,Eucalyptus这一领先的开源私有云计算平台创始者今天宣布,Eucalyputs软件已转载 2009-11-28 15:46:00 · 731 阅读 · 0 评论 -
SaaS架构设计之如何转化成SaaS多租户模式
如何转化成SaaS多租户模式<br /><br /><br />SaaS虽好,但怎么样才能转化成SaaS多租户应用?从技术的角度分析需要改造哪些地方?带着这些疑问,郭靖去找他的导师洪七公。<br />洪七公:SaaS现在已成为一股潮流,它将颠覆传统的软件交付方式,你们的产品打算走SaaS路线,我非常支持。<br />洪七公:其实从架构层面来分析,SaaS区别于传统技术的重要差别就是Multi-Tenant模式……<br />郭靖:Multi-Tenant?多租户?<br />转载 2010-06-21 00:18:00 · 1519 阅读 · 0 评论 -
Eucalyptus详解
<br /><br />Elastic Utility Computing Architecture for Linking Your Programs To Useful Systems (Eucalyptus) 是一种开源的软件基础结构,用来通过计算集群或工作站群实现弹性的、实用的云计算。它最初是美国加利福尼亚大学 Santa Barbara 计算机科学学院的一个研究项目,现在已经商业化,发展成为了 Eucalyptus Systems Inc。不过,Eucalyptus 仍然按开源项目那样维护和开发。转载 2010-09-03 21:17:00 · 1107 阅读 · 0 评论 -
NASA放弃Eucalyptus 转向Nebula云平台
<br /><br />近日美国航空航天局(NASA)表示,放弃Eucalyptus转向Nebula云计算平台,不仅是因为它的工程师相信,开源平台不能达到他们所需要的规模,而且还因为Eucalyptus是不完全开放源码的。NASA首席技术官Chris Kemp透露,他的工程师试图获取更多的Eucalyptus代码,但是失败了,因为这个平台只是开放部分的源码。<br /> Chris Kemp的研究小组为了此事专门建立了自己的计算引擎和应用程序挂载环境(fabric controller from scra转载 2010-09-03 21:00:00 · 888 阅读 · 0 评论 -
Apache中的云项目(转)
很显然云是现在最火的东东。Apache的子项目自然免不了有这些项目了。下面我把Apache中跟云相关的项目列一列,大家看看有没有漏的补充一下。 开源云API类 Apache最喜欢这样的了,提供一个API,然后大家直接使用API,相比JSR标准来的更快,Apache的很多不是JSR,不是Java标准,有很多都成了事实上的标准,比如Log4j,比如Struts。对于如何实现API,Apache都有对应的实现,当然如果你愿意你也可以自己写实现,不过这个机会一般不多,现有的实现就够你用了。 首先我原创 2011-01-04 00:16:00 · 797 阅读 · 0 评论 -
How to Run Hadoop in the Cloud
In this excerpt from the O'Reilly publication Hadoop: The Definitive Guide, Second Edition, we look at running Hadoop on Amazon EC2, which is a great way to try out your own Hadoop cluster on a low-commitment, trial basis. Although many organizations c原创 2011-02-05 16:46:00 · 966 阅读 · 0 评论 -
euca环境变量设置
[root@CLC ~]#vi ~/.bashrc 添加: source ./.euca/eucarc 若安装在其它目录下: source /home/cloud/.euca/eucarc 则每次以root用户登录都可以生效。其它用户登录参照此设置修改自己的.bashrc文件。原创 2011-02-03 23:08:00 · 506 阅读 · 0 评论 -
Euca的32位image被注册成64位----一个小细节问题
环境: CentOS5.5 + Euca 2.0.2 + Euca2ools 1.3 + Xen 3.4.2 一路follow官方的guideline, 遇到一个小小的问题,使用的是官方centos的32位image,发现: 使用euca-describe-images : Hybridfox 显示: 使用的Image是i386的,但是image-store却变成了X86_64,也就是说image被注册成了64位的, 最后查看它的api, “[root@CLC cloud]# euca-原创 2011-02-04 21:47:00 · 496 阅读 · 0 评论 -
Running Hadoop MapReduce on Amazon EC2 and Amazon S3
AWS and Hadoop developer Tom White shows how to use Hadoop and Amazon Web Services together to process a large collection of web access logs. Details Submitted By: Craig@AWS AWS Products Used: Amazon EC2, Amazon S3 Language(s): Java Created On:原创 2011-02-06 21:35:00 · 1552 阅读 · 0 评论 -
How To Install And Configure Ganglia On Red Hat Enterprise Linux 5---YUM 安装篇
<br /><br /> How To Install And Configure Ganglia On Red Hat Enterprise Linux 5<br />Filed under: Linux, SysAdmin — acidborg @ 13:34<br />Description: Although Ganglia “is a scalable distributed monitoring system for high-performance computing systems原创 2011-02-07 17:28:00 · 855 阅读 · 0 评论 -
Ganglia 和 Nagios,第 1 部分: 用 Ganglia 监视企业集群
Ganglia 和 Nagios,第 1 部分: 用 Ganglia 监视企业集群 安装、配置和扩展开源 Ganglia 以有效地监视数据中心 Vallard Benincosa, 认证技术销售专家, IBM Japan, Software Group 简介: 这是两部分系列文章的第一篇文章,介绍使用开源工具 Ganglia 和 Nagios 监视数据中心的解决方案。在第 1 部分中,查看如何安装和配置 Ganglia,它是基于层次结构设计的高性能集群的可扩展、分布式监视系统。此外,通过编写 Gang原创 2011-02-07 17:32:00 · 651 阅读 · 0 评论 -
(转)4个最好的PDF搜索引擎
前几天,watsonxu 刚刚推荐过“12个实用的Word、PDF文档搜索引擎”,今天本人又发现一个巨好的专业水准PDF 搜索引擎,重点推荐给大家!借此机会将专业PDF 搜索引擎单独列出,并作简单的评测分析!1、Search pdf今天刚刚发现的专业级PDF 搜索引擎,也是基于Google,与PDFGeni十分相似,收录有225,000,000 本Ebook,支持中文关键词。界转载 2013-07-21 17:24:04 · 2014 阅读 · 0 评论