Ubuntu Servers :: Run The Eucalyptus Cloud Images Using Elastic Fox?

Mar 19, 2010

We do have a problem on running the images on the cloud server.. how we can use or how we can run the eucalyptus cloud images using elastic fox? or there is another simple way to activate those images provided by eucaplypus... thanx in advance... and were trying to activate the private cloud only..

View 5 Replies


ADVERTISEMENT

Ubuntu Servers :: Apache Reverse Proxy Redirecting To Eucalyptus Cloud Settings

May 26, 2010

I am having a few websites running in a Reverse Proxy scenario on Ubuntu Server 10.04. The configuration is like this:

Code:
|--------------192.168.1.1
| (site1.abc.com)
|
|--------------192.168.1.2
| (site2.abc.com)
|
|
|
|
|--------------192.168.1.3
| (site3.abc.com)
|
|
|
|
|--------------192.168.1.4
| (site4.abc.com)
(Public IP ) |
A-------------------|
(reverse proxy server) |
(192.168.1.25) |
|--------------192.168.1.5
| (site5.abc.com)
|

Except one all websites are running properly and being redirected to their respective domains.
Following is the configuration which I used for each site define on server A a vhost file which contains following

Code:
# ProxyPass / http://<Ip of Server>
# ProxyPassReverse / http://<Ip of Server>

So if I have 5 websites then I have 5 vhost file on the gateway in above diagram A and in each of those file as above root of site is redirected to internal IP. 4 of them are running properly. The fifth website is running on port 8080:/keyword. So in its vhost file on gateway I defined

Code:
# ProxyPass / http://<Ip of Server>:8080/keyword
# ProxyPassReverse / http://<Ip of Server>:8080/keyword
I can see on Lan http://<Ip of Server>:8080/keyword but when from internet I try to see:
http://site5.abc.com
I get redirected to a page is https://site5.abc.com:8443/ and it says

Code:
The webpage at https://site5.abc.com:8443/ might be temporarily down or it may have moved permanently to a new web address. The site5.abc.com has a requirement to be run at port 8080 internally and it is not a Ubuntu server.(Red Hat based server). While rest all are Ubuntu servers including gateway A.

View 1 Replies View Related

CentOS 5 :: Eucalyptus Node Controller And Cloud Controller Apps Won't Bind To IP

Jun 18, 2010

I can not get the node or cloud controllers to startup using the init.d scripts. I have a fresh install of CentOS 5.4 with Eucalyptus 1.6.2 I have compiled Eucalyptus and all packages using the RPM supplied from Eucalyptus and utilizing yum installer. I do not currently have any processes or applications listening currently on the ports on the boxes as well. I think it may be a permissions issue or something because I get a "permission denied error", but I am not sure if it is Eucalyptus or CentOS. It looks as if it is not binding to the address on the interface of the NIC. It may be something else however. I have the Node controller, Cloud controller, and Cluster controller on seperate physical boxes. When I try to run either the cloud controller or the node controller I get this message:

Cloud Controller:

[root@cluster-cont ~]# /etc/init.d/eucalyptus-cc start
Starting Eucalyptus cluster controller: (13)Permission denied: make_sock: could not bind to address [::]:8774
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:8774

[code]...

View 2 Replies View Related

Ubuntu Servers :: Network Between Cloud Controller And Nodes Is Required For A Proper Cloud Installation?

Jan 12, 2010

what kind of network between cloud controller and nodes, is required for a proper cloud installation? I mean, Does all machines needs to be in same network, in same lan, or may be in MAN or WAN ? how much should be network throughput? 1Mbit/sec , 10Mbit per sec, or 1Gbit/sec? I ask because I need to know the possibility of running nodes on different locations.

View 1 Replies View Related

Ubuntu Servers :: What Is The Enterprise Cloud

Sep 19, 2010

I have read just about every page about the UEC project, and I now know everything about it, except... WHAT IT DOES! I can't seem to find a coherent example of what it does. To the best of my understanding, it runs a virtual machine across multiple servers. Allowing the VM to use the RAM, CPU, and HDD resourced on all servers involved.

View 6 Replies View Related

Ubuntu Servers :: Can VM's Use More Than One Node In Cloud

Jun 7, 2011

Can a Virtual Machine, instantiated in the Ubuntu Cloud (UEC), use resources from more than one node?

View 5 Replies View Related

Networking :: IP And Port Forwarding From Cloud To Cloud?

Oct 24, 2010

So best if you take a quick look at this image, which describes a network topology: [URL]

I am behind a firewall in the university dorm and many ports are banned. Well pretty much everything besides 80, 8080, 110, 21, 22 and the most basic ones. So I'd like to get around that.

I have a home server that is connected and reachable on the internet. So if you type in 90.90.90.90:80 into a browser it's reachable.

The task would be to set up a port forwarding or how you call it in a way that if I access my home server from the dorm or anywhere, it would act as a forwarder and forward that packet or connection to the 80.80.80.80 server on a specific port, say 2083 so that I can even access my hosting Co's admin user interface.

To sum it up: I'd like to access the 80.80.80.80 server from the dorm on port 2083 which is blocked by a firewall, but I have a home server that is reachable on non blocked ports. The home server has no ports blocked.

View 5 Replies View Related

Ubuntu Servers :: Error When Adding Cloud Node?

Jan 4, 2010

First time setting up Ubuntu Cloud system.

I get error during install when searching for and trying to add node from the Cloud Controler: New node found on 192.168.1.182:add it? [Yn] y Connecting to 127.0.0:8774...failed: Connection refused. Error: you need to be on the CC host and the CC needs to be running.

View 4 Replies View Related

Ubuntu Servers :: 10.04 Desktop Vs Cloud Server Edition

Jul 15, 2010

What's the difference in terms of scalability? We would be hosting videos and FOSS collaboration tools (wiki, forums, etc.) on 4 separate servers. If I install the cloud server, I will need to install the GUI anyways. The servers are all brand new

- 2x Intel Xeon quad cores 2.4 GHz
- 12 GB DDR3 RAM
- 4 Ethernet ports

What benefits would cloud server provide over desktop and vice versa?

View 3 Replies View Related

Ubuntu Servers :: Difference Between Cloud And VMWare ESXi

Sep 4, 2010

differences between Ubuntu Cloud and other virtualisation systems such as VMWare ESXi, and why one would be used in preference to another?

View 7 Replies View Related

Ubuntu Servers :: Test Website In Private Cloud?

Oct 15, 2010

I have installed Ubuntu enterprise cloud on two machines(Cluster and node)and trying to set up an image and test my internal website in private cloud. if there is any documentation or any steps?

View 1 Replies View Related

Server :: Multiple Streaming Servers In A Cloud?

Aug 9, 2010

I have multiple video streaming servers(Red5 running on machines internally on LAN. For different subdomains.Ubuntu 10.04 The front end to the is apache2 on a Bastion Host. To be able to reach the streaming server I embed a javascript in HTML pages as follows

Code:

<embed .....
var="rtmp://site1.my_domain.com"
>

[code]....

how will I make sure this rtmp request is mapped to a port different than 1935 as there are three other streaming servers which are also to respond to their respective requests.

View 1 Replies View Related

Ubuntu Servers :: Setup My Own Mini-cloud Storage System?

Jan 26, 2010

I have collected a number of computers over the years, and now I would like to put them to good use. I considered UEC, but many do not support hardware virtualization and all I really need is storage. Over all the machines, I estimate that I have 4-5 terabytes of storage, all going to waste because each one has relatively low storage space. Is there any way I could setup a redundant storage solution that utilities these machines in a networked system?

View 4 Replies View Related

Ubuntu Servers :: How To Switch Clients From A Normal Server To A Cloud

Feb 4, 2010

what cloud computing is and i think it can help me with some of my clients i want to switch my clients from a normal ubuntu server to a ubuntu cloud. as of right now i have to send out a bill to them and if they dont pay i have to shut down there service till they pay. what i would like to do is to have a cloud where i can sell them based on what they use not a set price like it is now. and have them be able to pay there bill on the cloud and if they miss the bill then the cloud can shut off there service till its payed.

i dont know if this is possible and i have looked everywhere and all i can find is info on other businesses billing and now how to set up a cloud to do this. i wish there was some kind of tutorial for this. if anyone can direct me to some good notes/tutorials that would be very helpful. this could be a big changing point in my business if i can do this. it would save a lot of time and cash.

View 4 Replies View Related

Ubuntu Servers :: Enterprise Cloud Services Not Running On Boot?

May 7, 2010

I downloaded the latest 10.4 server CD with the intention of running a small Ubuntu Enterprise Cloud. I am following the directions here: [URL] Ive got 2 laptops that are capable of the tasks assigned to them. Both have dual core Intel chips that are VT enabled, 4GB of RAM, 250GB hard drives. Ill use one ( "server" ) as the front end server running cc, clc, walrus and sc.The other one ( "node1" ) will be the only node controller on my little network. Ive also got another laptop as a client, running euca commands to make instances and what not.These three laptops are connected to a switch. server is 192.168.1.100, node1 is going to be 192.168.1.110, the client laptop is 192.168.1.120.

the server seems to install fine, I select Install Ubuntu Enterprise Cloud, use it as the Cluster, give the cluster a name and 10 IPs to assign, 192.168.1.150-192.168.1.160 After the server is done installing and reboots, I boot the node machine off the CD and again select Ubuntu Enterprise Cloud. It's at this point the install craps out, because it does not recognize a cloud computer on the network.

Indeed, as I go to the server I run

Code:

ps -aux | grep euca

and see nothing running. So I start the eucalyptus service, and run

Code:

sudo euca_conf --list-clusters

and nothing shows up. Ive done some googling, ran some more euca_conf commands, registering the cluster, enabling walrus, cloud and sc. I can access the web gui on the client laptop, then restart the node install on the node laptop. This time it does see the server as a cluster controller, but when it tries to fetch the preseed file, it seems to not know the cluster's IP, as the red box that complains about the lack of a preseed file lists the URL as [URL] ( or whatever the file is called, I dont have the error in front of me. )

View 8 Replies View Related

Ubuntu Servers :: Access Virtual Instances Running On The Cloud From Remote Desktop?

Aug 8, 2010

I am a novice in the world of cloud and recently managed to configure Ubuntu 9.04 Cloud (using kvm, eucalyptus and other packages) successfully at my college for my project work. The problem is that i can only manage to view the running instance using rdesktop from any remote machine. Is there any way to do this other than rdesktop/logs? Secondly, I want to develop a application on the lines of google docs as a part of my project. Is it possible to install apache server on this virtual instance, and host a website? How will the client access this website? Which frameworks would be required or do I have to develop one?

View 3 Replies View Related

Server :: Process Of Setting Up A Couple Of Virtual Servers In A Cloud Environment?

Mar 17, 2011

I am in the process of setting up a couple of virtual servers in a cloud environment. I am currently working on my application server (Server 1) and am stuck on the creation of my ruleset for this server.

I need to allow SSH, FTP, HTTP, HTTPS, and PING on this server. This server will also need to be able to talk with a couple of database servers as well as a memcache server (all internally within my cloud environment)

I have been reading on iptables, since I have never messed with them before, and have come up with the ruleset I will paste below. I have taken other steps to secure my server...changing ssh port, not allowing root to login via ssh without logging in as a user, turning off unnecessary daemons, editing my hosts allow/deny files, just to name a few.

I am a newbie to iptables, so I would love a bit of helpful advice, criticism, and even a good explanation why I should add or remove or edit something. I really want to know the how AND the why!

[Code]...

View 4 Replies View Related

Software :: Gedit Elastic Tabstops Plugin Doesn't Work

Nov 23, 2010

I followed the instructions here:

[URL]

But the checkbox to enable it in gedit becomes grayed out once I click it and it doesn't enable. (note that I used "pip install ElasticTabstops" instead of "easy_install ElasticTabstops", because that's what Arch uses)

View 2 Replies View Related

Ubuntu Servers :: How Apache + Ubuntu + Cloud Computing Works Together?

May 24, 2010

how Apache + Ubuntu + Cloud computing works together.Right now, I have [url].... set up to go from my DNS to the cloud server. httpd.conf currently looks like this:

Code:
NameVirtualHost 173.203.100.72:80
<VirtualHost *:80>[code]...

But when you go to 'elliesdev.com' it shows you the EHCP page. I have followed this thread to uninstall EHCP as well as deleting the index.php and its image files from /var/www but I still see the "default web site page" by EHCP. So I'm pretty sure its something with Apache that is causing the site to display that page? What should I do to get ride of it the EHCP default page?I also have a magento ecommerce running at elliesdev.com/magento and I would like to have Apache display it as the default page that you see when you go to elliesdev.com. I have tried changing the DocumentRoot in Apache to /var/www/magento but it makes magento display wrong. How do I make Apache referre to /var/ww/magento as the default for elliesdev.com without displaying wrong?Also, when you go to elliesdev.com/magento, the URL will turn into IP-ADDRESS/magento. How do you make Apache keep my domain name in the URL and not change it to my IP address?I have a feeling that what I am doing is correct, but there is some config file from EHCP that I have not deleted yet that is causing all of this.

View 4 Replies View Related

Ubuntu Servers :: Deploying Images Over Lan?

Jan 19, 2011

I'm setting up Ubuntu Server for the first time and was wondering if there is a way to deploy iso files over lan with it. My goal would be to be able to re-image computers with iso files over the network.

View 9 Replies View Related

Ubuntu Servers :: Apache Won't Serve Images

Aug 15, 2010

I've just set up a Ubuntu 10.04 LAMP server and put a couple of websites on it.It Seems to be working fine except that it won't serve any images.It apparently served a 3787 byte response which was not received by netcat! Not even headers.It's not the usual-permission etc as there is no line in the error log about this request.

View 7 Replies View Related

Ubuntu Servers :: UEC Won't Run Images Not Provided In Store?

Oct 5, 2010

First, my specs:Maverick RC (both servers)MANAGED-NOVLAN modeCC + SC + Walrus server: 1 TB bukkit hard drive (after problem started just to see if the problem was related to the LVM), 500 GB root, 6 GB RAM, 8 coreC: 500 GB HD, 24 GB RAM, 16 coreI have downloaded all images available in the "store" and they all work perfectly.If I download a UEC image from http://uec-images.ubuntu.com/releases/lucid/release/ or if I try to roll my own from an ISO image, it uploads just fine to the server, but when I start an instance it sticks in "pending" and fails to decrypt and cache.Walrus error on CC:

Code:
21:20:00 ERROR [WalrusImageManager:Bukkit.16] Tired of waiting to cache image: docstore/vmlinuz-2.6.32-25-server.manifest.xml giving up

[code]....

View 4 Replies View Related

Ubuntu Servers :: 10.04 Web Server Not Sending Images?

Nov 7, 2010

I have been messing around with a template from Dreamweaver and went and uploaded it to my web server last night to see if it worked. the template works when i view it both on Dreamweaver and locally through windows explorer but when i visit go to the actual website either on the same network or elsewhere it shows up but is missing the background image.

my skills in html and css are good enough to try and troubleshoot this if it were a problem with the source code but as i have come up empty handed i believe it to be a problem with the server. mind you i could have missed something, if i did please let me know so i can smack my self in the head.

the domain is [URL].. should you want to view it. this is a new server only set up about a week ago and it is my first linux server. i have only ever had to deal with 2 windows servers and only a few linux desktops so i may need a few things explained.

View 2 Replies View Related

Ubuntu Servers :: Possible To Capture Screen Shot Images?

Mar 26, 2010

I have Ubuntu Server Ed. installed (so no Gnome) and was wondering if it's possible to capture screen shot images?

I'm using Subversion, and need to capture screen shots of some merge collisions you see.

Everything is being done via the terminal.

View 5 Replies View Related

Ubuntu Servers :: Add Images On Squid Error Pages?

Apr 26, 2010

I want that squid error pages have the company logo. I edited the page called ERR_ACCESS_DENIED but the image doesn't show (image its in the same directory as ERR_ACCESS_DENIED).

I tried png and gif formats to no avail.

Also I found this but I don't get what the writer is saying so I cant do it.

http://www.creative.net.au/evil/squi...ge_pages.shtml

View 4 Replies View Related

Ubuntu Servers :: Upload Images On My Website Via A Web Browser?

May 22, 2010

I have been trying to make it possible to upload images on my website via a web browser. I have created the HTML form, I can browse to my desktop and upload an image. But my question is, where is it on my server after I upload it? I am running 8.04 on my server.

View 3 Replies View Related

Ubuntu :: Images Available 2.6.31-17 Generic And After The Download Is Complete Both Images Exist?

Jan 6, 2010

using the update maneger to update on ubuntu new linux images available 2.6.31-17 generic and after the download is complete both images exist in the grub menu should i remove them ? or just remove them from the boot menu ? and if so how could i do each.

View 6 Replies View Related

Fedora Servers :: Excluding Images Pdfs Etc From Https Routi

Nov 1, 2009

I am a squat on advanced Apache work. I would get a basic SSL functionality to work. So URL...works fine and gets me all the login windows I designed. however currently all the images and other extensions like .pdf are also using the https routing.some image referred on that https link e.g. URL...can be displayed using https but not http.I would like to JUST limit https usage to the login window html and ALL other images pdf's not secured html ( one that do not need password ) should use HTTP NOT HTTPS.

View 6 Replies View Related

Software :: Download Some Images From A Website - Single Column Of Links To The Images?

Jul 26, 2010

I am running Linux from a DVD, not installed. I am not good with installing software, but since the DVD cannot be corrupted, I am content to operate this way. Lately, I have been having problems that previously did not occur. When I try to click on the checkbox to get rid of emails, it doesn't register in most cases, or when it does, I am clicking multiple times so it registers twice, meaning it is unchecked again. Even more frustrating is some issues that are affecting my ability to update my business. I am trying to modify spreadsheets (text not calculations).

Whenever I try to click & drag to select something to change, it keeps jumping around to select only some of what I want, something else or some combination of the 2. When I try to copy and paste several fields from 1 column to another, everything from the several fields in the source column ends up together in the last field in the target column. I am also trying to download some images from a website. There is a single column of links to the images. I have to click on the link to get to the image in order to copy it, then back out to continue looking for more links to do the same.

My computer keeps jumping back 2 steps, then forward 2 steps, and sometimes I lose my place in that list. I could deal with it if it were a small number of links, but this is a list of probably close to 20,000 links. Again, i am operating off of a live DVD so this should not be corruptible, but this has just started happening, and has been an issue the last several sessions.

View 14 Replies View Related

General :: Concatenate Several Images Into A PDF File With Several Images Per Page

May 2, 2011

I know that ImageMagick's convert program can be used as follows to convert a collection of images -- say, in PNG format -- to a PDF file:

convert *png output.pdf

The problem with this is that each image is then stretched to fit on one page, whereas I would like to keep the original dimensions of the images and put as many as possible on one page in the PDF file before moving on to another page.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved