RE: How to Use 2 physical machine resource at the same time

2019-07-10 Thread Marc Roos
mesos also ;) -Original Message- From: Gokula Krishnan [mailto:gokula.p.krish...@gmail.com] Sent: woensdag 10 juli 2019 11:17 To: user@mesos.apache.org Subject: Re: How to Use 2 physical machine resource at the same time Hi All, can you please help me with solution that would fit my

Re: How to Use 2 physical machine resource at the same time

2019-07-10 Thread Gokula Krishnan
Hi All, can you please help me with solution that would fit my requirement. With warm regards, Gokula On Tue, Jul 9, 2019 at 9:23 PM Vinod Kone wrote: > Yes, If I understand your use case correctly. > > You can also reach out to us in slack if > you want a

Re: How to Use 2 physical machine resource at the same time

2019-07-09 Thread Vinod Kone
Yes, If I understand your use case correctly. You can also reach out to us in slack if you want a more synchronous conversation about this. On Tue, Jul 9, 2019 at 10:19 AM Gokula Krishnan wrote: > Dear All, > > Thank you so much for your response. > > > > I

Re: How to Use 2 physical machine resource at the same time

2019-07-09 Thread Gokula Krishnan
Dear All, Thank you so much for your response. I am not using Mesos but I am exploring if Mesos can be used for my requirement. *Current Setup/Environment* 2 physical machines each has RAM16gb, 1CPU(4core), Linux OS Both physical machine has same services running ยท apache httpd

Re: How to Use 2 physical machine resource at the same time

2019-07-08 Thread Hans van den Bogert
I think gokula isn't using mesos at all atm and is researching if there are better options than his current failover environment. Under the above assumption: To answer gokula, yes mesos would allow you to use resources of multiple machines, however I think the overhead of running multiple mesos

Re: How to Use 2 physical machine resource at the same time

2019-07-08 Thread Abel Souza
* Just a misconception in my first sentence I'd like to fix: By default, Mesos never creates an offer with resources coming from two different physical nodes (hosts). The rest I keep. Sorry for that. Hopefully it is clearer now, /Abel On 7/8/19 9:02 PM, Abel Souza wrote: By default Mesos

Re: How to Use 2 physical machine resource at the same time

2019-07-08 Thread Abel Souza
By default Mesos never offers resources from two different physical nodes. In order to do so, one has to create his/her own scheduler enabling the management of (perhaps many) different Mesos offers so to satisfy higher level framework constraints. People usually suggest using Marathon to

Re: How to Use 2 physical machine resource at the same time

2019-07-08 Thread Vinod Kone
Hi Gokula, Not sure I follow what you are asking here. What do you mean by one node is active and other passive at any point in time? Are you saying your framework (marathon?) is launching all your web-servers on a single node whereas you want them to be distributed evenly across 2 nodes? If yes,

How to Use 2 physical machine resource at the same time

2019-07-08 Thread Gokula Krishnan
Dear All, Thanks in advance and need your inputs for my requirement. I have 2 nodes (physical machines) There 20+ web servers running 2 nodes are in active and passive mode Problem: At any point in time only one node is active and other node is passive. Solution: want to use the capacity of both