Hello,
We start development of a server .Net application and need to decide on the
necessary server hardware and software. Our application will consist of COM+
components and a Windows service. The server must be a failover cluster of 2
computers.
My questions are:
- what hardware you might recommend?
- what software is needed besides Windows 2003 Enterprise? Anything extra
for COM+?
- is there a guide on setting up a failover cluster? How to configure a
service or COM+ to run in a cluster?

Signature
Best regards,
Ruslan Popov
Luke Zhang [MSFT] - 24 Aug 2006 04:04 GMT
Hello Ruslan,
I think the anser may depend on how many clients your system will have, and
how much resource it will consume. And, will you also run other
applications on the same server, for example, a local database to support
your system? In my thoughts, a important application server should be as
powerful as we can provide, especially, when we cannot predict if there
will be additional clients and applications later.
For software, I think Windows Server 2003 and latest service pack will be
OK for the system. If you also need some debug work o the server, you may
also consider install VS.NET on it. And maybe some anti-virus or firewall
applications.
And regarding the question about cluster:
How To Set Up a COM+ Application on a Cluster Server
http://support.microsoft.com/default.aspx?scid=kb;EN-US;271844
You may also post the cluster related questions in :
and you may have more exprienced people there on windows clustering issue.
Sincerely,
Luke Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
Ruslan Popov - 24 Aug 2006 14:48 GMT
Thanks, Luke. Your second link isn't shown up:
> You may also post the cluster related questions in :
>
> and you may have more exprienced people there on windows clustering issue.

Signature
Best regards,
Ruslan Popov
Luke Zhang [MSFT] - 25 Aug 2006 06:55 GMT
Hello Ruslan,
It is microsoft.public.windows.server.clustering
Sincerely,
Luke Zhang
Microsoft Online Community Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Luke Zhang [MSFT] - 30 Aug 2006 10:25 GMT
Hello Ruslan,
Is there any further question on this issue? If so, please feel free to let
me know.
Sincerely,
Luke Zhang
Microsoft Online Community Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Tasos Vogiatzoglou - 27 Aug 2006 18:46 GMT
Hello Ruslan,
The hardware requirements are primary depended on the application and
the depended software. The recommended win2k3 hardware requirements
should suffice if you do not plan to use SQL Server or any additional
services.
In order to run COM+ applications, the only thing you need is Win2K3
with the Application Server role enabled. (This installs COM+ as some
other services).
For the cluster/failover part, you should consider going with Microsoft
Application Center that provides capabilities of Component based
clustering (I think this is what you want). I believe that you could
develop something custom but the functionality offered by AC worths the
additional cost.
Regards,
Tasos
[Microsoft Application Center]
http://www.microsoft.com/applicationcenter
> Hello,
>
[quoted text clipped - 12 lines]
> - is there a guide on setting up a failover cluster? How to configure a
> service or COM+ to run in a cluster?