LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   AIX (https://www.linuxquestions.org/questions/aix-43/)
-   -   OpenMosix & AIX (https://www.linuxquestions.org/questions/aix-43/openmosix-and-aix-169959/)

MarKK 04-14-2004 06:24 AM

OpenMosix & AIX
 
Hi! Somebody know if it's possible to run OpenMosix on two AIX 4.3.3 nodes?

thanks

iainr 04-15-2004 10:02 AM

As far as I know, OpenMosix is a Linux kernel extension so won't run on any non-Linux OS.

AIX has a number of very powerful and mature (though generally not free) tools designed to allow AIX servers to do this sort of thing such as :
- HACMP (high availability)
- GPFS (high speed network disk)
- PSSP (the software that drives most of the AIX supercomputers).
- Loadleveller (been renamed, I think, but does load distribution)
- Several others.

MarKK 04-15-2004 12:09 PM

Sure, now I'm using HACMP for high availability but I want to add some kind of load leveller to take advantage of stand-by node.

iainr 04-15-2004 02:12 PM

IBM will have a solution to do what you want; but it depends what it is. Which application(s) are you running?

MarKK 04-16-2004 05:53 AM

It's a project owned application developed in C++ that use a lot of memory and cpu time.

iainr 04-16-2004 12:23 PM

If the application spawns discrete jobs that can be processed on different computers (e.g. scientific computing) then something like GPFS + Loadlever allow you to build clusters with fast shared disk and distribute jobs to different servers based on pretty much any metric you want.

If the application is a more standard commercial one, it will be written to run on one server and it won't be easy to share it - a limitation of the app rather than of the clustering software. In this case you need to amend the application to break it up so that different components can run on different servers.

For example, a SAP Central Instance can only run on one server, but you can make use of a distributed architecture by having SAP application servers elsewhere. With two nodes, you could then protect both so if either node fail, either the CI or the app server would fail over to the other. If your app can be made to look like this, you can take advantage of clustering.

If you were running AIX 5.2 on Power4 servers, you could do really clever things with Dynamic LPARs, but since neither of those is the case, I'll leave it there.


All times are GMT -5. The time now is 02:30 PM.