Page 1 of 2 12 LastLast
Results 1 to 10 of 17

Thread: SSH Cluster Server

  1. #1
    Join Date
    Jul 2012
    Beans
    14

    Post SSH Cluster Server

    Hello, I found the other threads to be too complex.

    My question is how would I go setting up multiple servers on one physical server?

    I want to setup ten game servers using OpenSHH and puTTY on one physical server to host my video game servers, do I need to use CSSH?

    I already made one server on there, but how would i got an putting 10?
    Do I need to give different ports to each individual server?
    Last edited by Anvil 31; July 29th, 2012 at 08:22 PM. Reason: image didnt load

  2. #2
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: SSH Cluster Server

    I have no experience with any SSH Clusters, if that's what they are called, but if you want multiple servers on one physical machine, isn't that virtualization you are talking about?
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  3. #3
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: SSH Cluster Server

    Virtualization would be the way to go.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #4
    Join Date
    Apr 2008
    Location
    Far, far away
    Beans
    2,148
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: SSH Cluster Server

    Yes, you could look at OpenVZ as it has low overhead and is easy to setup and have large numbers of virtual servers on one machine. There also some web based control panels for it too.

    Once setup you can make an install script and then run it in each of the servers from the host command line using a for loop to count thru each server.

    Is there some advantage to having lots of little game servers on a machine vs. one main game server?
    Last edited by BkkBonanza; July 29th, 2012 at 01:03 AM.
    Send tips to: 17raXAGM42vZX21Vcb5HDwq2GMLmVwN4qd

  5. #5
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: SSH Cluster Server

    Quote Originally Posted by BkkBonanza View Post
    Is there some advantage to having lots of little game servers on a machine vs. one main game server?
    Outside of separation of services, I do not believe there is any benefit.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  6. #6
    Join Date
    Jul 2012
    Beans
    14

    Arrow Re: SSH Cluster Server

    Is there any other ways? and what are the pros and cons?

    I also would love to know how to set it up

    But, please I'm new to Ubuntu server, so is it possible if you can make it easier? please?
    Last edited by Anvil 31; July 29th, 2012 at 08:26 PM.

  7. #7
    Join Date
    Sep 2006
    Beans
    8,627
    Distro
    Ubuntu 14.04 Trusty Tahr

    Virtualization or not

    In addition to OpenVZ, there would also be VirtualBox.

    However, is virtualization even needed? Most server software can be set up to run multiple instances on the same machine. Doing so would greatly reduce the overhead. Also, if you have ten virtual machines, that's ten more systems that need to be maintained.
    Last edited by Lars Noodén; July 29th, 2012 at 08:43 PM.

  8. #8
    Join Date
    Nov 2009
    Location
    Catalunya, Spain
    Beans
    14,560
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: SSH Cluster Server

    Another option for virtualization is XenServer made by Citrix. If I'm not mistaken it's free and is a product of a very reputable company.
    http://www.citrix.com/lang/English/lp/lp_1688615.asp

    On the website there are complete instructions for installations, also information about the features, etc.
    Darko.
    -----------------------------------------------------------------------
    Ubuntu 18.04 LTS 64bit

  9. #9
    Join Date
    Nov 2007
    Location
    Newry, Northern Ireland
    Beans
    1,258

    Re: SSH Cluster Server

    +1 to Lars' suggestion, you indicated you were willing to use different ports so this would be the simplest and most elegant solution.
    Can't think of anything profound or witty.
    My Blog: http://gonzothegeek.blogspot.co.uk/

  10. #10
    Join Date
    Jul 2012
    Beans
    14

    Re: SSH Cluster Server

    Quote Originally Posted by spynappels View Post
    +1 to Lars' suggestion, you indicated you were willing to use different ports so this would be the simplest and most elegant solution.
    Wait, will XenServer do the same thing? or will it give a different ip address, if it gives a different ip address for every server, I would like that better.
    Last edited by Anvil 31; July 29th, 2012 at 09:20 PM.

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •