Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: Understanding Linode
PostPosted: Fri Nov 19, 2010 10:41 am 
Offline
Newbie

Joined: Fri Nov 19, 2010 10:35 am
Posts: 3
Location: US
Hey guys,

I just signed up but I have several technical questions about the design of the system. So I have one Linode instance and it appears that I can create several disk images under that one instance. However, it looks like I have one IP Address only.

So far I have created 2 disk images which have 2 Ubuntu instances. When I start my Linode, does it automatically start both Ubuntu instances? I would like to put a web server on each of the Ubuntu instances (this allows me to restart them separately if one of them goes wrong) and have intentions of putting different applications on each of the site. Is there a way for me to ssh into these 2 Ubuntu instances separately?

I'm more familiar with the 1 IP address, 1 disk image and thus only one place to login but I'm not familiar with how I will have access to these multiple images with 1 IP address?

Thanks!


Top
   
 Post subject:
PostPosted: Fri Nov 19, 2010 10:49 am 
Offline
Senior Member

Joined: Fri Jan 09, 2009 5:32 pm
Posts: 634
You can only run one instance at a time on a linode.


Top
   
 Post subject:
PostPosted: Fri Nov 19, 2010 11:03 am 
Offline
Newbie

Joined: Fri Nov 19, 2010 10:35 am
Posts: 3
Location: US
glg wrote:
You can only run one instance at a time on a linode.


By that, you mean I can only run one disk image at a time?


Top
   
 Post subject:
PostPosted: Fri Nov 19, 2010 11:49 am 
Offline
Linode Staff
User avatar

Joined: Tue Apr 15, 2003 6:24 pm
Posts: 3090
Website: http://www.linode.com/
Location: Galloway, NJ
One configuration profile at a time.

For multiple concurrently running instances you'll want multiple Linodes.

Hope that helps!
-Chris


Top
   
 Post subject:
PostPosted: Fri Nov 19, 2010 12:04 pm 
Offline
Newbie

Joined: Fri Nov 19, 2010 10:35 am
Posts: 3
Location: US
caker wrote:
One configuration profile at a time.

For multiple concurrently running instances you'll want multiple Linodes.

Hope that helps!
-Chris


Thanks! That made sense!


Top
   
 Post subject:
PostPosted: Mon Aug 01, 2011 4:04 pm 
Offline
Newbie

Joined: Tue Jun 14, 2011 1:14 am
Posts: 2
OK, so Chris said you can run only one configuration profile at a time ... but a configuration profile can have multiple disk images. So, just to be sure, is Chris saying you can only run one disk image at a time?


Top
   
 Post subject:
PostPosted: Mon Aug 01, 2011 4:17 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
You can have multiple disk images mounted at once but only one operating system running.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Tue Aug 02, 2011 3:11 am 
Offline
Senior Member

Joined: Mon Dec 07, 2009 6:46 am
Posts: 331
Think of a Linode instance as a computer, and disk images as real physical disks. You can have many disks attached to it (via configuration profile), or many operating systems installed, but on one computer only one OS will run at the same time.


Top
   
 Post subject:
PostPosted: Fri Sep 09, 2011 5:23 am 
Offline
Newbie

Joined: Fri Sep 09, 2011 5:14 am
Posts: 4
Website: http://front.no
Location: Norway
Quote:
Think of a Linode instance as a computer, and disk images as real physical disks. You can have many disks attached to it (via configuration profile), or many operating systems installed, but on one computer only one OS will run at the same time.


So I can have One Linode with two disks running at the same time? How do I ssh to the different disk images?

And what are the advantages of doing this instead of one image with several VPS'es for different sites?


Top
   
 Post subject:
PostPosted: Fri Sep 09, 2011 8:37 am 
Offline
Senior Member

Joined: Fri Jan 09, 2009 5:32 pm
Posts: 634
thorandre wrote:
Quote:
Think of a Linode instance as a computer, and disk images as real physical disks. You can have many disks attached to it (via configuration profile), or many operating systems installed, but on one computer only one OS will run at the same time.


So I can have One Linode with two disks running at the same time? How do I ssh to the different disk images?

And what are the advantages of doing this instead of one image with several VPS'es for different sites?


2 disks != 2 OS's running at the same time.


Top
   
 Post subject:
PostPosted: Fri Sep 09, 2011 11:38 am 
Offline
Senior Member

Joined: Mon Dec 07, 2009 6:46 am
Posts: 331
thorandre wrote:
So I can have One Linode with two disks running at the same time? How do I ssh to the different disk images?


Yes, "running", but you can only boot from one, or the other, just like in a physical computer, not from both at the same time.


Top
   
 Post subject:
PostPosted: Mon Sep 12, 2011 3:02 am 
Offline
Newbie

Joined: Fri Sep 09, 2011 5:14 am
Posts: 4
Website: http://front.no
Location: Norway
So what is the benefit of using for example two ext3 disks?


Top
   
 Post subject:
PostPosted: Mon Sep 12, 2011 3:32 am 
Offline
Senior Member

Joined: Mon Sep 12, 2011 3:29 am
Posts: 63
ICQ: 1081190
Website: http://kyhwana.org
AOL: kyhwana
Location: New Zealand
thorandre wrote:
So what is the benefit of using for example two ext3 disks?


There isn't one! (For what you're thinking of)


Top
   
 Post subject:
PostPosted: Mon Sep 12, 2011 3:46 am 
Offline
Senior Member

Joined: Mon Dec 07, 2009 6:46 am
Posts: 331
thorandre wrote:
So what is the benefit of using for example two ext3 disks?


Each Linode disk image contains single partition, so if you wanted different partitions, you'd need more than one disk image, unless you want to roll your own partitioning solution on single disk image, which is not something I would advise because you lose backup ability for that image and you essentially run an abstraction atop abstraction atop abstraction.

Having said that, whether or not having multiple partitions is a benefit is open to discussion. Personally I like to separate stuff that requires journaling from temporary data, ro (root) vs rw (var and similar), etc...


Top
   
 Post subject:
PostPosted: Mon Sep 12, 2011 6:02 am 
Offline
Senior Member
User avatar

Joined: Tue Jan 04, 2005 7:32 am
Posts: 277
Website: http://www.betadome.com/
Location: Ă…lesund, Norway
Skype: neonnero
Twitter: neonnero
thorandre wrote:
So what is the benefit of using for example two ext3 disks?

If you're only going to have a single system, there isn't one. (Such as production environment websites.)

But if you're trying out two different Linux distros, but are going to use the exact same data (directory structure and files for websites, etc), both these distro installations can use the same partition for data (ie. one profile boots with distro X and mounts the data partition, and another profile boots with distro Y, also mounting the same data partition).


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group