LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Linux FailOver Cluster Supported Applications (https://www.linuxquestions.org/questions/linux-general-1/linux-failover-cluster-supported-applications-920693/)

emymcse 12-27-2011 05:07 AM

Linux FailOver Cluster Supported Applications
 
Dears,

I have a JAVA application that run using sh script , I need to make sure that this application will support Linux FailOver Cluster Services , can any one help ?

Microsoft put a documentation on supported cluster application on this link http://technet.microsoft.com/en-us/l...79(WS.10).aspx

and my application doesn't supported by Microsoft for an issue in keeping some information in memory once running , so I tried to move to Linux to see if it has the same issue .

any help ?

travisdh1 12-27-2011 11:19 AM

I've never used a cluster myself (failover or performance) so I can't say for sure. That said if you're application has 2 things going then you should be ok. First is a centralized storage location for it's data (a shared filesystem that can be accessed by both computers. Second it needs to be able to be started/stopped via a script.

So from what I know you should be good to go.


All times are GMT -5. The time now is 06:51 AM.