Re: Newbie in the Windows Cluster




"Syam Hundi" <Syam Hundi@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:A1A5645F-07CB-4A82-93FC-60FB5938349B@xxxxxxxxxxxxxxxx
Hi,
I am trying to find if the windows server 2003 provide the support for
application failover rather than the node failover?

yes it does, you need to configure a "group" which contains:
- dedicated IP address
- dedicated Network Name
- disk(s) for storing data for your application
- and then your application.


I would like to switch to another node in the cluster if the application
stops responding or killed. I understand that the node failures are being
handled by the microsoft windows server 2003 enterprise edition.

If the application failover is supported, then do we need to build any
thing
in the application to enable this feature?

recommended: yes, your application should be written as a service which is
"cluster aware", more information on this
see: http://msdn2.microsoft.com/en-us/library/ms952401.aspx
and see:
http://msdn.microsoft.com/chats/transcripts/enterprise/windows_090704.aspx
and see: http://msdn2.microsoft.com/en-us/library/aa372250.aspx
(for a start, there are many other MSDN resources on how to design a cluster
aware application, start with the API guide
http://msdn2.microsoft.com/en-us/library/aa372857.aspx)

normal service/application: yes, it will work, you can configure your
application in the group as a "generic service" or "generic application",
however if you have any control on the source, then I would only see this as
a last resort, or temporarily solution until you get your app changed over
to cluster aware (and then test various failover conditions)



What are the steps required to register the application to enable the
failover when the node is still active?

the cluster will take care of this, there are two methods, the looks-alive
and is-alive. If you have a cluster aware application you can define these
two tests (in your resource DLL) and the cluster will failover the group to
the other node and restart your application there, based on these test
conditions you have included in your resource DLL.



I understand that Windows server standard edition is not compatible for
this
clustering technology.

No



Does the cluster concept comes pacakged with the enterprise edition
without
any separate licence?

Yes, however you if you use a commercial application in your cluster, you
might want to check this application license for any additional clauses for
clustering.



Your answers are highly appreciated?

If you are new to clustering, you can start building a cluster on a Virtual
Server or VMWare, to get familiar with the concept.
As well as, to properly administer and manage cluster and high availability
solutions, I would strongly recommend training in cluster technologies.
Although not from direct experience, one particluar is highly regarded in
the industry : http://www.clusterhelp.com
Further more a good collection of cluster articles can be found here :
http://www.nw-america.com

Hope this helps,
Rgds,
Edwin.


.



Relevant Pages

  • Re: MSCS Cluster with HP MSA1510i - iSCSI Cluster
    ... etc. you will have full support. ... MVP - Windows Server - Clustering ... support it through Product Support Servcies, I thought a cluster needed ...
    (microsoft.public.windows.server.clustering)
  • Re: MSCS Cluster with HP MSA1510i - iSCSI Cluster
    ... support it through Product Support Servcies, I thought a cluster needed ... Q. Do you have an interim support policy for customers using iSCSI with ... customers with iSCSI Windows Server 2003 cluster environments ...
    (microsoft.public.windows.server.clustering)
  • Re: 8GB memory - Data Execution Program - Boot.ini
    ... For /PAE support, call your hardware vendor, and ask if you should install ... what are you running on the cluster? ... again call your hardware vendor and ask about it. ... > we have 2 node mscs cluster with Windows Server 2003 EE. ...
    (microsoft.public.windows.server.clustering)
  • RE: Error 0x80070426 The service has not been started
    ... dedicated Support Professional can assist with this request. ... Please check if the TCPIP.SYS mismatches on these Cluster Nodes. ... 895092 Recommended hotfixes for Windows Server 2003-based server clusters ...
    (microsoft.public.windows.server.clustering)
  • Re: Newbie in the Windows Cluster
    ... application failover rather than the node failover? ... handled by the microsoft windows server 2003 enterprise edition. ... Both application failures and node failures are handled by the Windows Server 2003 Enterprise Edition cluster service once it is properly configured. ...
    (microsoft.public.windows.server.clustering)

Loading