Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
66 views

Distribute the load all around the world

Let's say we're starting a project which is meant to be served all around the world How am I supposed to distribute the database and server load, and increase (optimize) the service for large ...
0
votes
1answer
89 views

implementing a cloud environment [closed]

I want to demonstrate cloud computing on my personal computer. Is it possible to do by creating 3-4 instances of Vmware and try interconnecting them? As in couple of instance as server and the other ...
-2
votes
0answers
21 views

Cloud SMTP Services / or load balancing [closed]

We are using centOS, and belongs for email marketing but we face a problem during email relay regarding SMTP, my servers are exhausted due to extra relay on some are stay unused. means load in ...
1
vote
1answer
52 views

Instance's deployment / post configuration for AWS Elastic Beanstalk

I am using AWS Elastic Beanstalk, it is easy to start with deploying Java based web app, which is great. However, I want to install Memcached on every instance locally so they can be used for ...
1
vote
1answer
58 views

Is it possible to configure cloud without virtualization?

I have learned that cloud computing provides computation, software, data access, and storage services and virtualization is mandatory for cloud computing. I have also found in some places that there ...
0
votes
0answers
33 views

openQRM can't retrive data from mysql data base

installed openQRM ,PHP and MySQL correctly .first time it work properly after reboot openQRM can't retrive data data from MySQL database .it shows error in MySQL database, then i drop and create new ...
0
votes
0answers
38 views

Using Opennebula as an IaaS: Running benchmark accross all nodes, possibe?

Our current situation: We have one Opennebula cloud infrastructure consisting of a cluster controller and 6 cluster nodes configured and working. All Nodes run debian instances on top of a kvm ...
0
votes
0answers
25 views

node visualization tool for cloud based deployments

I have a bunch of servers running in the EC2 infrastructure consisting of the normal types; load balancers, web apps, database servers, and syslog, backup etc. We have the standard technical tools ...
0
votes
2answers
60 views

What components should I purchase at AWS? [closed]

This might sound silly question, but it is a real problem which I need help in regards. Unlike "normal" VPS providers I used to such as linode.com and slicehost.com, at AWS they have all those fancy ...
0
votes
1answer
52 views

how does cloudstack-oss differ from cloud.com? [closed]

the commercial offering (cloud.com) differs only by support? cloudstack OSS is licensed under GPL v3, is that good for commercial usage (unmodified binaries)?
-2
votes
3answers
59 views

Data storage solutions for rapidly running out of space

I have 2 web servers (1 live and other backup), the issue I have is our storage is rapidly running out. All the data on the server is used by our customers and new documents are uploaded to the ...
0
votes
1answer
78 views

what are the alternatives (OSS,commercial) for virtual machine life-cycle management? [closed]

likes of VMware lab manager: desired feature list: Self-Service: rapid-delpoy-VMs configuration management: clone, snapshot VM good to have: hypervisor agnostic storage lease user access - ...
1
vote
0answers
88 views

Local load balancing and using cloud services when needed

Suppose a company has a set of web+data servers that are load balanced, but sometimes the application gets a burst that goes beyond server capabilities. This would nicely mitigate the cost of cloud ...
0
votes
1answer
84 views

Cloud server vs VPS vs Dedicated for web App

So I am not very into servers and I have few questions of which I don't know where I can get answers from and I hope someone here could easly help me out. So I have a web app currently hosted on ...
2
votes
0answers
101 views

Migration between OpenStack and RackSpace cloud

So I am deploying a OpenStack private cloud in my business. As I understand from research the OpenStack project was created by RackSpace and that their own cloud platform uses OpenStack. So my ...
0
votes
1answer
56 views

Why “xm list” runs very slow sometimes?

It costs more than 5 seconds to list a virtual machine's information.
-5
votes
2answers
86 views

Performance, Data Loss and Downtime - - Struck Between Dedicated vs Cloud Hosting [closed]

This is my situation... Cloud Hosting - - disk I/O for my wordpress website (aka a database-driven website) is abysmal. But what's good about it is, there's no single point of failure, so very ...
1
vote
1answer
80 views

Cloud Linux with OpenGL acceleration?

We are thinking about launching some Linux server-side services which would greatly benefit of having real accelerated OpenGL available. Currently we are running normal server instances with Mesa ...
0
votes
0answers
40 views

Windows Server network control panel

My boss is interested in building a cloud hosting infrastructure, and part of his vision is a control panel from which virtual servers and workstations can be created and provisioned with a single ...
2
votes
1answer
39 views

EC2 security group settings are not allowing SSH access

So when I open port 22 and 80 in the default security group I'm not able to ping the domain. I've opened TCP, UDP, and ICMP to all and now it works but of course I need to find another solution. ...
3
votes
2answers
312 views

Using Load Balancer in Rackspace cloud for website HA

I have tested tomcat specific clustering with apache mod_jk and mod_proxy on ubuntu local VMs for our website high availability and load balancing. The real servers are hosted by Rackspace cloud ...
0
votes
1answer
143 views

Using ubuntu cloud-init to setup logging to splunk

I intend to start up ~100 EC2 spot instances using Canonical's Ubuntu images. I am using multipart cloud-init user-data to setup packages, scripts, etc. I would like to know how I can tell rsyslog to ...
0
votes
1answer
95 views

AWS EC2 EBS Microinstance Storage and Djangostack

I'm moving my person webpage to an Amazon EC2 free (for now) micro instance, and want to clarify some things. Since the micro instance does not have any "local storage", when i am installing apache, ...
1
vote
3answers
394 views

Why do cloud providers calculate per hour? Who turns off their servers anyway?

I'm not tech/unix/sysadmin ignorant, but i still can't understand why Amazon, Rackspace, Azure, GoGrid, Linode and these guys calculate their instances per hour used... I have to ask... Who on earth ...
1
vote
2answers
128 views

EC2: maximum shutdown time exceeded

Is there a maximum shutdown for instances in Amazon EC2? And is that maximum configurable via the EC2-API? We transfer data at shutdown time from the instance to S3. This works great for small files. ...
1
vote
0answers
407 views

How does one configure networking on OpenStack?

I've been playing with Openstack, but I can't get the networking to function correctly. I'm just trying to get a single server going. I can bring up instances, but they get stuck at the BIOS loading ...
0
votes
2answers
131 views

How many cpus needed to check a 100 million digit prime number efficiently?

If I had access to potentially large number of CPUs and wanted to quickly check 100 million digit numbers for primality using a map-reduce architecture, how many CPUs would be necessary? Each of the ...
0
votes
2answers
51 views

Server architecture for statistical analysis [closed]

I am currently standing before a decision on how to design a system that would handle computing of statistical data on the cloud. I would like to know what server structure should I use to be able to ...
1
vote
1answer
107 views

How will I support 100,000 requests an hour?

I know this question is a little strange but I got lucky with an idea and I need some numbers to use for when I try to make a deal with a company. I'm wondering how much it'll cost me to run a site ...
2
votes
2answers
304 views

What are the benefits of running chef-server instead of chef-solo?

I am looking at automated deployment solutions for my team and have been playing with Chef for the past few days. I've been able to get a simple web app up an running from a base Red Hat VM using ...
-2
votes
1answer
102 views

best cloud computing company for webhosting business [closed]

I'm running a reseller business. but now I have plans to expand it to the clouds. can you suggest some economical options for the same. most of them would be running wordpress and joomla. as far as I ...
1
vote
2answers
146 views

Open source cloud computing with scalable virtual machines

I'm searching for open source software to create my own cloud computing environment, like Ubuntu UEC or Eucalyptus. What I need is that each virtual machine can use resources from multiple nodes ...
4
votes
5answers
405 views

Ec2 Denial of Service: Securing cloud based website from DOS attack

How can I prep up my website infrastructure running on an EC2 instance against DOS attacks? I run apache with nginx as reverse proxy
2
votes
3answers
52 views

Looking for software suite to delegate CPU intensive tasks onto EC2 on-demand instances

I am looking for a project which would simplify EC2 on-demand instance management for script execution. Here is my scenario. script waits for new job my script reads execution parameters it executes ...
2
votes
1answer
484 views

Cheap 'n' easy AIX hosting services? [closed]

I'm working on a product that's written in generic, cross-platform-friendly Java. However, this Java component plugs into a natively-compiled, platform-specific third-party SDK. A potential customer ...
2
votes
4answers
222 views

Eucalyptus / no bootable EBS yet - any alternatives to Eucalyptus?

I've read a couple of articles that Eucalyptus doesn't support bootable EBS yet. This is a problem since you can't make a backup form an instance like you a able on Amazon cloud or Rack Space Cloud. ...
1
vote
1answer
116 views

Swapping a EC2 EBS instance to be backed by local storage

I have a windows 2008 Amazon EC2 instance which is EBS backed. Both the root device (C:) and the EBS volume I have as the secondary drive (D:) are EBS volumes. I would like to migrate this instance ...
0
votes
3answers
126 views

using cloud computing in my small network

Ok, I understand generally about the clouds... I've been using virtualization of my servers for the last 3 years or so. Originally with vmware server, now I prefer xenserver... Although my machines ...
0
votes
0answers
39 views

How to set up a flexible virtualmin server with AWS?

I have seen one can install a CentOS system with virtualmin using EC2. I wonder if/how it is possible to have such system running, hosting the backups from my production server, and in case this one ...
0
votes
2answers
96 views

Best solution for cloud hosting [closed]

I'm located in Europe, and I'm looking for a flexible solution to host my Ubuntu server. I'd like to have a unique and scalable server using Virtualmin, where I could add/remove as much CPU, memory, ...
0
votes
1answer
84 views

IP not detected in terremark enteprise cloud server - how to install VMware on instance?

Using terremark enteprise cloud, when you create a server, you assigned an IP address to them and that IP is visible under Detected IP when selecting the server. However, I created a server, with IP ...
3
votes
2answers
377 views

(Eucalyptus, KVM) Why we need to split a VM into kernel image, ramdisk image, and disk image?

I'm new in using cloud computing technologies. There is a popular cloud software called Eucalyptus. I found that the way to start a VM in Eucalyptus is very different from Virtualbox. In Virtualbox, ...
1
vote
3answers
98 views

DHCP from EC2/VPS

Does anybody think it would be possible to run a DHCP service off a server in the cloud such as Amazon EC2 or a generic VPS? Could it be used in a scenario where the company has many sites ...
0
votes
1answer
313 views

Why can't HybridFox be used to manage Openstack?

I have a question about using HybridFox to manage my Openstack "Cloud" I have successfully installed Openstack and have AMI's up and running via commandline Euca2ools. Can I use HybridFox or ...
0
votes
2answers
250 views

Hosting a MySQL server on Amazon Web Services

We are evaluating hosting our application on Amazon EC2 service. While I am confident that a Small instance (1.7GB RAM) will be sufficient for our web server (at this point), I am not sure about ...
0
votes
2answers
171 views

What's the best way to setup local DNS at a cloud host using BIND?

I run a few application clusters within a cloud-based host. We've grown to the point where I need some sort of internal DNS scheme to keep all of the servers straight. I'd like to run a server with ...
0
votes
2answers
153 views

What is Windows Azure's equivalent of Amazon AWS EC2?

Does anyone know the equivalent of Amazon EC2 in Windows Azure? Thinking of moving to Azure but we are not looking into rewriting the .NET application, also we do need private VPN to our office. Is ...
1
vote
1answer
53 views

Details on Windows Azure R2 Webrole: Files, Drives, and MSFT-scripts

I'm using Remote Desktop to connect to an Azure Instance and I noticed the following for an extra-small instance of Windows 2008R2: C:\ Drive for the purpose of storing log data. 13.6GB / ...
1
vote
1answer
317 views

Are Amazon EC2 Spot Instances terminated only on even hour intervals?

I'm evaluating Amazon EC2 spot instances, which seem like they will provide a good value for some of our computationally intensive but not time sensitive processes. The concept is simple enough, our ...
1
vote
2answers
529 views

Why Can I Not Create A Micro Instance Of My Newly Created AMI?

I started with a 64 bit version of Ubuntu 9.10 Karmic server edition. (using a micro instance on Amazon EC2, costing less than $0.01 per hour) I added GNOME desktop to it and NX server. I re-bundled ...

1 2 3 4 5